diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..603b140
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+*.iml
+.gradle
+/local.properties
+/.idea/caches
+/.idea/libraries
+/.idea/modules.xml
+/.idea/workspace.xml
+/.idea/navEditor.xml
+/.idea/assetWizardSettings.xml
+.DS_Store
+/build
+/captures
+.externalNativeBuild
+.cxx
diff --git a/.gradle/5.4.1/executionHistory/executionHistory.bin b/.gradle/5.4.1/executionHistory/executionHistory.bin
new file mode 100644
index 0000000..a93fac7
Binary files /dev/null and b/.gradle/5.4.1/executionHistory/executionHistory.bin differ
diff --git a/.gradle/5.4.1/executionHistory/executionHistory.lock b/.gradle/5.4.1/executionHistory/executionHistory.lock
new file mode 100644
index 0000000..54a1b6b
Binary files /dev/null and b/.gradle/5.4.1/executionHistory/executionHistory.lock differ
diff --git a/.gradle/5.4.1/fileChanges/last-build.bin b/.gradle/5.4.1/fileChanges/last-build.bin
new file mode 100644
index 0000000..f76dd23
Binary files /dev/null and b/.gradle/5.4.1/fileChanges/last-build.bin differ
diff --git a/.gradle/5.4.1/fileContent/fileContent.lock b/.gradle/5.4.1/fileContent/fileContent.lock
new file mode 100644
index 0000000..f053dd1
Binary files /dev/null and b/.gradle/5.4.1/fileContent/fileContent.lock differ
diff --git a/.gradle/5.4.1/fileHashes/fileHashes.bin b/.gradle/5.4.1/fileHashes/fileHashes.bin
new file mode 100644
index 0000000..f893e7c
Binary files /dev/null and b/.gradle/5.4.1/fileHashes/fileHashes.bin differ
diff --git a/.gradle/5.4.1/fileHashes/fileHashes.lock b/.gradle/5.4.1/fileHashes/fileHashes.lock
new file mode 100644
index 0000000..fecd193
Binary files /dev/null and b/.gradle/5.4.1/fileHashes/fileHashes.lock differ
diff --git a/.gradle/5.4.1/fileHashes/resourceHashesCache.bin b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin
new file mode 100644
index 0000000..0341927
Binary files /dev/null and b/.gradle/5.4.1/fileHashes/resourceHashesCache.bin differ
diff --git a/.gradle/5.4.1/gc.properties b/.gradle/5.4.1/gc.properties
new file mode 100644
index 0000000..e69de29
diff --git a/.gradle/5.4.1/javaCompile/javaCompile.lock b/.gradle/5.4.1/javaCompile/javaCompile.lock
new file mode 100644
index 0000000..59b4792
Binary files /dev/null and b/.gradle/5.4.1/javaCompile/javaCompile.lock differ
diff --git a/.gradle/5.4.1/javaCompile/taskHistory.bin b/.gradle/5.4.1/javaCompile/taskHistory.bin
new file mode 100644
index 0000000..dba3c2d
Binary files /dev/null and b/.gradle/5.4.1/javaCompile/taskHistory.bin differ
diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock
new file mode 100644
index 0000000..f2ce299
Binary files /dev/null and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ
diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties
new file mode 100644
index 0000000..fcc69df
--- /dev/null
+++ b/.gradle/buildOutputCleanup/cache.properties
@@ -0,0 +1,2 @@
+#Sun Dec 15 00:03:03 IST 2019
+gradle.version=5.4.1
diff --git a/.gradle/buildOutputCleanup/outputFiles.bin b/.gradle/buildOutputCleanup/outputFiles.bin
new file mode 100644
index 0000000..0b27dfe
Binary files /dev/null and b/.gradle/buildOutputCleanup/outputFiles.bin differ
diff --git a/.gradle/vcs-1/gc.properties b/.gradle/vcs-1/gc.properties
new file mode 100644
index 0000000..e69de29
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..13bfc8c
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+iitrtimetable
\ No newline at end of file
diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser
new file mode 100644
index 0000000..9cd7151
Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ
diff --git a/.idea/caches/gradle_models.ser b/.idea/caches/gradle_models.ser
new file mode 100644
index 0000000..eab8a43
Binary files /dev/null and b/.idea/caches/gradle_models.ser differ
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
new file mode 100644
index 0000000..681f41a
--- /dev/null
+++ b/.idea/codeStyles/Project.xml
@@ -0,0 +1,116 @@
+
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=0x7f030000;
+ /**
+ * Custom item state list drawable background for action bar items.
+ *
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=0x7f030001;
+ /**
+ * Reference to a theme that should be used to inflate popups
+ * shown by widgets in the action bar.
+ *
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=0x7f030002;
+ /**
+ * Size of the Action Bar, including the contextual
+ * bar used to present Action Modes.
+ *
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.
+ *Constant | Value | Description |
---|---|---|
wrap_content | 0 |
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=0x7f030004;
+ /**
+ * Reference to a style for the Action Bar
+ *
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=0x7f030005;
+ /**
+ *
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=0x7f030006;
+ /**
+ * Default style for tabs within an action bar
+ *
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=0x7f030007;
+ /**
+ *
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=0x7f030008;
+ /**
+ * Reference to a theme that should be used to inflate the
+ * action bar. This will be inherited by any widget inflated
+ * into the action bar.
+ *
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=0x7f030009;
+ /**
+ * Reference to a theme that should be used to inflate widgets
+ * and layouts destined for the action bar. Most of the time
+ * this will be a reference to the current theme, but when
+ * the action bar has a significantly different contrast
+ * profile than the rest of the activity the difference
+ * can become important. If this is set to @null the current
+ * theme will be used.
+ *
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=0x7f03000a;
+ /**
+ * Default action button style.
+ *
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=0x7f03000b;
+ /**
+ * Default ActionBar dropdown style.
+ *
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=0x7f03000c;
+ /**
+ * An optional layout to be used as an action view.
+ * See {@link android.view.MenuItem#setActionView(android.view.View)}
+ * for more info.
+ *
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=0x7f03000d;
+ /**
+ * TextAppearance style that will be applied to text that
+ * appears within action menu items.
+ *
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=0x7f03000e;
+ /**
+ * Color for text that appears within action menu items.
+ *
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=0x7f03000f;
+ /**
+ * Background drawable to use for action mode UI
+ *
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=0x7f030010;
+ /**
+ *
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=0x7f030011;
+ /**
+ * Drawable to use for the close action mode button
+ *
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=0x7f030012;
+ /**
+ * Drawable to use for the Copy action button in Contextual Action Bar
+ *
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=0x7f030013;
+ /**
+ * Drawable to use for the Cut action button in Contextual Action Bar
+ *
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=0x7f030014;
+ /**
+ * Drawable to use for the Find action button in WebView selection action modes
+ *
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=0x7f030015;
+ /**
+ * Drawable to use for the Paste action button in Contextual Action Bar
+ *
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=0x7f030016;
+ /**
+ * PopupWindow style to use for action modes when showing as a window overlay.
+ *
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=0x7f030017;
+ /**
+ * Drawable to use for the Select all action button in Contextual Action Bar
+ *
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=0x7f030018;
+ /**
+ * Drawable to use for the Share action button in WebView selection action modes
+ *
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=0x7f030019;
+ /**
+ * Background drawable to use for action mode UI in the lower split bar
+ *
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=0x7f03001a;
+ /**
+ *
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=0x7f03001b;
+ /**
+ * Drawable to use for the Web Search action button in WebView selection action modes
+ *
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=0x7f03001c;
+ /**
+ *
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=0x7f03001d;
+ /**
+ *
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=0x7f03001e;
+ /**
+ * The name of an optional ActionProvider class to instantiate an action view
+ * and perform operations such as default action for that menu item.
+ * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)}
+ * for more info.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + * The name of an optional View class to instantiate and use as an + * action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + * Default ActivityChooserView style. + *
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=0x7f030021;
+ /**
+ *
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=0x7f030022;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int alertDialogCenterButtons=0x7f030023;
+ /**
+ *
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=0x7f030024;
+ /**
+ * Theme to use for alert dialogs spawned from this theme.
+ *
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=0x7f030025;
+ /**
+ * Whether to automatically stack the buttons when there is not
+ * enough space to lay them out side-by-side.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int allowStacking=0x7f030026;
+ /**
+ * Alpha multiplier applied to the base color.
+ *
May be a floating point value, such as "1.2
".
+ */
+ public static final int alpha=0x7f030027;
+ /**
+ * The alphabetic modifier key. This is the modifier when using a keyboard
+ * with alphabetic keys. The values should be kept in sync with KeyEvent
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
ALT | 2 | |
CTRL | 1000 | |
FUNCTION | 8 | |
META | 10000 | |
SHIFT | 1 | |
SYM | 4 |
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 arrowHeadLength=0x7f030029;
+ /**
+ * The length of the shaft when formed to make an arrow
+ *
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 arrowShaftLength=0x7f03002a;
+ /**
+ * Default AutoCompleteTextView style.
+ *
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=0x7f03002b;
+ /**
+ * The maximum text size constraint to be used when auto-sizing text.
+ *
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 autoSizeMaxTextSize=0x7f03002c;
+ /**
+ * The minimum text size constraint to be used when auto-sizing text.
+ *
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 autoSizeMinTextSize=0x7f03002d;
+ /**
+ * Resource array of dimensions to be used in conjunction with
+ * autoSizeTextType
set to uniform
. Overrides
+ * autoSizeStepGranularity
if set.
+ *
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 autoSizePresetSizes=0x7f03002e;
+ /**
+ * Specify the auto-size step size if autoSizeTextType
is set to
+ * uniform
. The default is 1px. Overwrites
+ * autoSizePresetSizes
if set.
+ *
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 autoSizeStepGranularity=0x7f03002f;
+ /**
+ * Specify the type of auto-size. Note that this feature is not supported by EditText,
+ * works only for TextView.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
none | 0 | No auto-sizing (default). |
uniform | 1 | Uniform horizontal and vertical text size scaling to fit within the + * container. |
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=0x7f030031;
+ /**
+ * Specifies a background drawable for the bottom component of a split action bar.
+ *
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=0x7f030032;
+ /**
+ * Specifies a background drawable for a second stacked row of the action bar.
+ *
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=0x7f030033;
+ /**
+ * Tint to apply to the background.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int backgroundTint=0x7f030034;
+ /**
+ * Blending mode used to apply the background tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
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 barLength=0x7f030036;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int barrierAllowsGoneWidgets=0x7f030037;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 3 | |
end | 6 | |
left | 0 | |
right | 1 | |
start | 5 | |
top | 2 |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int behavior_autoHide=0x7f030039;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int behavior_fitToContents=0x7f03003a;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int behavior_hideable=0x7f03003b;
+ /**
+ *
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 behavior_overlapTop=0x7f03003c;
+ /**
+ *
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.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int behavior_skipCollapsed=0x7f03003e;
+ /**
+ *
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 borderWidth=0x7f03003f;
+ /**
+ * Style for buttons without an explicit border, often used in groups.
+ *
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=0x7f030040;
+ /**
+ *
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 bottomAppBarStyle=0x7f030041;
+ /**
+ *
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 bottomNavigationStyle=0x7f030042;
+ /**
+ *
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 bottomSheetDialogTheme=0x7f030043;
+ /**
+ *
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 bottomSheetStyle=0x7f030044;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int boxBackgroundColor=0x7f030045;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
filled | 1 | |
none | 0 | |
outline | 2 |
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 boxCollapsedPaddingTop=0x7f030047;
+ /**
+ *
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 boxCornerRadiusBottomEnd=0x7f030048;
+ /**
+ *
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 boxCornerRadiusBottomStart=0x7f030049;
+ /**
+ *
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 boxCornerRadiusTopEnd=0x7f03004a;
+ /**
+ *
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 boxCornerRadiusTopStart=0x7f03004b;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int boxStrokeColor=0x7f03004c;
+ /**
+ *
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 boxStrokeWidth=0x7f03004d;
+ /**
+ * Style for buttons within button bars
+ *
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=0x7f03004e;
+ /**
+ * Style for the "negative" buttons within button bars
+ *
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=0x7f03004f;
+ /**
+ * Style for the "neutral" buttons within button bars
+ *
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=0x7f030050;
+ /**
+ * Style for the "positive" buttons within button bars
+ *
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=0x7f030051;
+ /**
+ * Style for button bars
+ *
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=0x7f030052;
+ /**
+ * Compat attr to load backported drawable types
+ *
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 buttonCompat=0x7f030053;
+ /**
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Push object to the bottom of its container, not changing its size. |
center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
top | 30 | Push object to the top of its container, not changing its size. |
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 buttonIconDimen=0x7f030055;
+ /**
+ *
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=0x7f030056;
+ /**
+ * Normal Button style.
+ *
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=0x7f030057;
+ /**
+ * Small Button style.
+ *
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=0x7f030058;
+ /**
+ * Tint to apply to the button drawable.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int buttonTint=0x7f030059;
+ /**
+ * Blending mode used to apply the button tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int cardBackgroundColor=0x7f03005b;
+ /**
+ * Corner radius for CardView.
+ *
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 cardCornerRadius=0x7f03005c;
+ /**
+ * Elevation for CardView.
+ *
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 cardElevation=0x7f03005d;
+ /**
+ * Maximum Elevation for CardView.
+ *
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 cardMaxElevation=0x7f03005e;
+ /**
+ * Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int cardPreventCornerOverlap=0x7f03005f;
+ /**
+ * Add padding in API v21+ as well to have the same measurements with previous versions.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int cardUseCompatPadding=0x7f030060;
+ /**
+ *
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 cardViewStyle=0x7f030061;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int chainUseRtl=0x7f030062;
+ /**
+ * Default Checkbox style.
+ *
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=0x7f030063;
+ /**
+ *
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 checkedChip=0x7f030064;
+ /**
+ *
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 checkedIcon=0x7f030065;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int checkedIconEnabled=0x7f030066;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int checkedIconVisible=0x7f030067;
+ /**
+ * Default CheckedTextView style.
+ *
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=0x7f030068;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int chipBackgroundColor=0x7f030069;
+ /**
+ *
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 chipCornerRadius=0x7f03006a;
+ /**
+ *
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 chipEndPadding=0x7f03006b;
+ /**
+ *
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 chipGroupStyle=0x7f03006c;
+ /**
+ *
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 chipIcon=0x7f03006d;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int chipIconEnabled=0x7f03006e;
+ /**
+ *
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 chipIconSize=0x7f03006f;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int chipIconTint=0x7f030070;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int chipIconVisible=0x7f030071;
+ /**
+ *
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 chipMinHeight=0x7f030072;
+ /**
+ *
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 chipSpacing=0x7f030073;
+ /**
+ *
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 chipSpacingHorizontal=0x7f030074;
+ /**
+ *
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 chipSpacingVertical=0x7f030075;
+ /**
+ *
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 chipStandaloneStyle=0x7f030076;
+ /**
+ *
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 chipStartPadding=0x7f030077;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int chipStrokeColor=0x7f030078;
+ /**
+ *
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 chipStrokeWidth=0x7f030079;
+ /**
+ *
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 chipStyle=0x7f03007a;
+ /**
+ * Close button icon
+ *
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=0x7f03007b;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int closeIconEnabled=0x7f03007c;
+ /**
+ *
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 closeIconEndPadding=0x7f03007d;
+ /**
+ *
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 closeIconSize=0x7f03007e;
+ /**
+ *
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 closeIconStartPadding=0x7f03007f;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int closeIconTint=0x7f030080;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int closeIconVisible=0x7f030081;
+ /**
+ * Specifies a layout to use for the "close" item at the starting edge.
+ *
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=0x7f030082;
+ /**
+ * Text to set as the content description for the collapse button.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f030083; + /** + * Icon drawable to use for the collapse button. + *
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=0x7f030084;
+ /**
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
end | 800005 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
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 collapsedTitleTextAppearance=0x7f030086;
+ /**
+ * The drawing color for the bars
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int color=0x7f030087;
+ /**
+ * Bright complement to the primary branding color. By default, this is the color applied
+ * to framework controls (via colorControlActivated).
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorAccent=0x7f030088;
+ /**
+ * Default color of background imagery for floating components, ex. dialogs, popups, and cards.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorBackgroundFloating=0x7f030089;
+ /**
+ * The color applied to framework buttons in their normal state.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorButtonNormal=0x7f03008a;
+ /**
+ * The color applied to framework controls in their activated (ex. checked) state.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorControlActivated=0x7f03008b;
+ /**
+ * The color applied to framework control highlights (ex. ripples, list selectors).
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorControlHighlight=0x7f03008c;
+ /**
+ * The color applied to framework controls in their normal state.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorControlNormal=0x7f03008d;
+ /**
+ * Color used for error states and things that need to be drawn to
+ * the user's attention.
+ *
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 colorError=0x7f03008e;
+ /**
+ * The primary branding color for the app. By default, this is the color applied to the
+ * action bar background.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorPrimary=0x7f03008f;
+ /**
+ * Dark variant of the primary branding color. By default, this is the color applied to
+ * the status bar (via statusBarColor) and navigation bar (via navigationBarColor).
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorPrimaryDark=0x7f030090;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorSecondary=0x7f030091;
+ /**
+ * The color applied to framework switch thumbs in their normal state.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int colorSwitchThumbNormal=0x7f030092;
+ /**
+ * Commit icon shown in the query suggestion row
+ *
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=0x7f030093;
+ /**
+ *
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 constraintSet=0x7f030094;
+ /**
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int constraint_referenced_ids=0x7f030095; + /** + *
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 content=0x7f030096;
+ /**
+ * The content description associated with the item.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int contentDescription=0x7f030097; + /** + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + *
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=0x7f030098;
+ /**
+ * Minimum inset for content views within a bar when actions from a menu
+ * are present. Only valid for some themes and configurations.
+ *
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 contentInsetEndWithActions=0x7f030099;
+ /**
+ * Minimum inset for content views within a bar. Navigation buttons and
+ * menu views are excepted. Only valid for some themes and configurations.
+ *
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=0x7f03009a;
+ /**
+ * Minimum inset for content views within a bar. Navigation buttons and
+ * menu views are excepted. Only valid for some themes and configurations.
+ *
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=0x7f03009b;
+ /**
+ * Minimum inset for content views within a bar. Navigation buttons and
+ * menu views are excepted. Only valid for some themes and configurations.
+ *
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=0x7f03009c;
+ /**
+ * Minimum inset for content views within a bar when a navigation button
+ * is present, such as the Up button. Only valid for some themes and configurations.
+ *
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 contentInsetStartWithNavigation=0x7f03009d;
+ /**
+ * Inner padding between the edges of the Card and children of the CardView.
+ *
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 contentPadding=0x7f03009e;
+ /**
+ * Inner padding between the bottom edge of the Card and children of the CardView.
+ *
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 contentPaddingBottom=0x7f03009f;
+ /**
+ * Inner padding between the left edge of the Card and children of the CardView.
+ *
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 contentPaddingLeft=0x7f0300a0;
+ /**
+ * Inner padding between the right edge of the Card and children of the CardView.
+ *
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 contentPaddingRight=0x7f0300a1;
+ /**
+ * Inner padding between the top edge of the Card and children of the CardView.
+ *
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 contentPaddingTop=0x7f0300a2;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int contentScrim=0x7f0300a3;
+ /**
+ * The background used by framework controls.
+ *
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 controlBackground=0x7f0300a4;
+ /**
+ *
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 coordinatorLayoutStyle=0x7f0300a5;
+ /**
+ *
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 cornerRadius=0x7f0300a6;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int counterEnabled=0x7f0300a7;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int counterMaxLength=0x7f0300a8;
+ /**
+ *
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 counterOverflowTextAppearance=0x7f0300a9;
+ /**
+ *
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 counterTextAppearance=0x7f0300aa;
+ /**
+ * Specifies a layout for custom navigation. Overrides navigationMode.
+ *
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=0x7f0300ab;
+ /**
+ * Default query hint used when {@code queryHint} is undefined and
+ * the search view's {@code SearchableInfo} does not provide a hint.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f0300ac; + /** + * Preferred corner radius of dialogs. + *
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 dialogCornerRadius=0x7f0300ad;
+ /**
+ * Preferred padding for dialog content.
+ *
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=0x7f0300ae;
+ /**
+ * Theme to use for dialogs spawned from this theme.
+ *
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=0x7f0300af;
+ /**
+ * Options affecting how the action bar is displayed.
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
disableHome | 20 | |
homeAsUp | 4 | |
none | 0 | |
showCustom | 10 | |
showHome | 2 | |
showTitle | 8 | |
useLogo | 1 |
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=0x7f0300b1;
+ /**
+ * A drawable that may be used as a horizontal divider between visual elements.
+ *
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=0x7f0300b2;
+ /**
+ * Size of padding on either end of a divider.
+ *
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=0x7f0300b3;
+ /**
+ * A drawable that may be used as a vertical divider between visual elements.
+ *
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=0x7f0300b4;
+ /**
+ *
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 drawableBottomCompat=0x7f0300b5;
+ /**
+ *
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 drawableEndCompat=0x7f0300b6;
+ /**
+ * Compound drawables allowing the use of vector drawable when running on older versions
+ * of the platform.
+ *
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 drawableLeftCompat=0x7f0300b7;
+ /**
+ *
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 drawableRightCompat=0x7f0300b8;
+ /**
+ * The total size of the drawable
+ *
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=0x7f0300b9;
+ /**
+ *
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 drawableStartCompat=0x7f0300ba;
+ /**
+ * Tint to apply to the compound (left, top, etc.) drawables.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int drawableTint=0x7f0300bb;
+ /**
+ * Blending mode used to apply the compound (left, top, etc.) drawables tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
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 drawableTopCompat=0x7f0300bd;
+ /**
+ *
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=0x7f0300be;
+ /**
+ * ListPopupWindow compatibility
+ *
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=0x7f0300bf;
+ /**
+ * The preferred item height for dropdown lists.
+ *
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=0x7f0300c0;
+ /**
+ * EditText background drawable.
+ *
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=0x7f0300c1;
+ /**
+ * EditText text foreground color.
+ *
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=0x7f0300c2;
+ /**
+ * Default EditText style.
+ *
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=0x7f0300c3;
+ /**
+ * Elevation for the action bar itself
+ *
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=0x7f0300c4;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
gone | 0 | |
invisible | 1 |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int enforceMaterialTheme=0x7f0300c6;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int enforceTextAppearance=0x7f0300c7;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int errorEnabled=0x7f0300c8;
+ /**
+ *
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 errorTextAppearance=0x7f0300c9;
+ /**
+ * The drawable to show in the button for expanding the activities overflow popup.
+ * Note: Clients would like to set this drawable
+ * as a clue about the action the chosen activity will perform. For
+ * example, if share activity is to be chosen the drawable should
+ * give a clue that sharing is to be performed.
+ *
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=0x7f0300ca;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int expanded=0x7f0300cb;
+ /**
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
end | 800005 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
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 expandedTitleMargin=0x7f0300cd;
+ /**
+ *
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 expandedTitleMarginBottom=0x7f0300ce;
+ /**
+ *
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 expandedTitleMarginEnd=0x7f0300cf;
+ /**
+ *
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 expandedTitleMarginStart=0x7f0300d0;
+ /**
+ *
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 expandedTitleMarginTop=0x7f0300d1;
+ /**
+ *
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 expandedTitleTextAppearance=0x7f0300d2;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
center | 0 | |
end | 1 |
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 fabCradleMargin=0x7f0300d4;
+ /**
+ *
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 fabCradleRoundedCornerRadius=0x7f0300d5;
+ /**
+ *
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 fabCradleVerticalOffset=0x7f0300d6;
+ /**
+ *
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 fabCustomSize=0x7f0300d7;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff | |
mini | 1 | |
normal | 0 |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int fastScrollEnabled=0x7f0300d9;
+ /**
+ *
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 fastScrollHorizontalThumbDrawable=0x7f0300da;
+ /**
+ *
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 fastScrollHorizontalTrackDrawable=0x7f0300db;
+ /**
+ *
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 fastScrollVerticalThumbDrawable=0x7f0300dc;
+ /**
+ *
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 fastScrollVerticalTrackDrawable=0x7f0300dd;
+ /**
+ * Distance from the top of the TextView to the first text baseline. If set, this
+ * overrides the value set for paddingTop.
+ *
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 firstBaselineToTopHeight=0x7f0300de;
+ /**
+ *
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 string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + *
May be an integer value, such as "100
".
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
May be a floating point value, such as "1.2
".
+ *
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 floatingActionButtonStyle=0x7f0300df;
+ /**
+ * The reference to the font file to be used. This should be a file in the res/font folder
+ * and should therefore have an R reference value. E.g. @font/myfont
+ *
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 font=0x7f0300e0;
+ /**
+ * The attribute for the font family.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontFamily=0x7f0300e1; + /** + * The authority of the Font Provider to be used for the request. + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderAuthority=0x7f0300e2; + /** + * The sets of hashes for the certificates the provider should be signed with. This is + * used to verify the identity of the provider, and is only required if the provider is not + * part of the system image. This value may point to one list or a list of lists, where each + * individual list represents one collection of signature hashes. Refer to your font provider's + * documentation for these values. + *
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 fontProviderCerts=0x7f0300e3;
+ /**
+ * The strategy to be used when fetching font data from a font provider in XML layouts.
+ * This attribute is ignored when the resource is loaded from code, as it is equivalent to the
+ * choice of API between {@link
+ * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and
+ * {@link
+ * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)}
+ * (async).
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
async | 1 | The async font fetch works as follows. + * First, check the local cache, then if the requeted font is not cached, trigger a + * request the font and continue with layout inflation. Once the font fetch succeeds, the + * target text view will be refreshed with the downloaded font data. The + * fontProviderFetchTimeout will be ignored if async loading is specified. |
blocking | 0 | The blocking font fetch works as follows. + * First, check the local cache, then if the requested font is not cached, request the + * font from the provider and wait until it is finished. You can change the length of + * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + * default typeface will be used instead. |
May be an integer value, such as "100
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
forever | ffffffff | A special value for the timeout. In this case, the blocking font fetching will not + * timeout and wait until a reply is received from the font provider. |
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderPackage=0x7f0300e6; + /** + * The query to be sent over to the provider. Refer to your font provider's documentation + * on the format of this string. + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontProviderQuery=0x7f0300e7; + /** + * The style of the given font file. This will be used when the font is being loaded into + * the font stack and will override any style information in the font's header tables. If + * unspecified, the value in the font's header tables will be used. + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
italic | 1 | |
normal | 0 |
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int fontVariationSettings=0x7f0300e9; + /** + * The weight of the given font file. This will be used when the font is being loaded into + * the font stack and will override any weight information in the font's header tables. Must + * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + * in the font's header tables will be used. + *
May be an integer value, such as "100
".
+ */
+ public static final int fontWeight=0x7f0300ea;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int foregroundInsidePadding=0x7f0300eb;
+ /**
+ * The max gap between the bars when they are parallel to each other
+ *
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=0x7f0300ec;
+ /**
+ * Go button icon
+ *
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=0x7f0300ed;
+ /**
+ *
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 headerLayout=0x7f0300ee;
+ /**
+ *
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=0x7f0300ef;
+ /**
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int helperText=0x7f0300f0; + /** + *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int helperTextEnabled=0x7f0300f1;
+ /**
+ *
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 helperTextTextAppearance=0x7f0300f2;
+ /**
+ *
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 hideMotionSpec=0x7f0300f3;
+ /**
+ * Set true to hide the action bar on a vertical nested scroll of content.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int hideOnContentScroll=0x7f0300f4;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int hideOnScroll=0x7f0300f5;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int hintAnimationEnabled=0x7f0300f6;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int hintEnabled=0x7f0300f7;
+ /**
+ *
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 hintTextAppearance=0x7f0300f8;
+ /**
+ * Specifies a drawable to use for the 'home as up' indicator.
+ *
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=0x7f0300f9;
+ /**
+ * Specifies a layout to use for the "home" section of the action bar.
+ *
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=0x7f0300fa;
+ /**
+ *
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 hoveredFocusedTranslationZ=0x7f0300fb;
+ /**
+ *
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=0x7f0300fc;
+ /**
+ *
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 iconEndPadding=0x7f0300fd;
+ /**
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
start | 1 | |
textStart | 2 |
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 iconPadding=0x7f0300ff;
+ /**
+ *
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 iconSize=0x7f030100;
+ /**
+ *
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 iconStartPadding=0x7f030101;
+ /**
+ * Tint to apply to the icon.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int iconTint=0x7f030102;
+ /**
+ * Blending mode used to apply the icon tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int iconifiedByDefault=0x7f030104;
+ /**
+ * ImageButton background drawable.
+ *
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 imageButtonStyle=0x7f030105;
+ /**
+ * Specifies a style resource to use for an indeterminate progress spinner.
+ *
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=0x7f030106;
+ /**
+ * The maximal number of items initially shown in the activity list.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f030107; + /** + *
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 insetForeground=0x7f030108;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int isLightTheme=0x7f030109;
+ /**
+ *
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 itemBackground=0x7f03010a;
+ /**
+ *
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 itemHorizontalPadding=0x7f03010b;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int itemHorizontalTranslationEnabled=0x7f03010c;
+ /**
+ *
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 itemIconPadding=0x7f03010d;
+ /**
+ *
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 itemIconSize=0x7f03010e;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int itemIconTint=0x7f03010f;
+ /**
+ * Specifies padding that should be applied to the left and right sides of
+ * system-provided items in the bar.
+ *
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=0x7f030110;
+ /**
+ *
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 itemSpacing=0x7f030111;
+ /**
+ *
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 itemTextAppearance=0x7f030112;
+ /**
+ *
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 itemTextAppearanceActive=0x7f030113;
+ /**
+ *
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 itemTextAppearanceInactive=0x7f030114;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int itemTextColor=0x7f030115;
+ /**
+ * A reference to an array of integers representing the
+ * locations of horizontal keylines in dp from the starting edge.
+ * Child views can refer to these keylines for alignment using
+ * layout_keyline="index" where index is a 0-based index into
+ * this array.
+ *
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 keylines=0x7f030116;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff | |
labeled | 1 | |
selected | 0 | |
unlabeled | 2 |
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 lastBaselineToBottomHeight=0x7f030118;
+ /**
+ * The layout to use for the search view.
+ *
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=0x7f030119;
+ /**
+ * Class name of the Layout Manager to be used.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f03011a; + /** + * The id of an anchor view that this view should position relative to. + *
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_anchor=0x7f03011b;
+ /**
+ * Specifies how an object should position relative to an anchor, on both the X and Y axes,
+ * within its parent's bounds.
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Push object to the bottom of its container, not changing its size. |
center | 11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
center_horizontal | 1 | Place object in the horizontal center of its container, not changing its size. |
center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
clip_horizontal | 8 | Additional option that can be set to have the left and/or right edges of + * the child clipped to its container's bounds. + * The clip will be based on the horizontal gravity: a left gravity will clip the right + * edge, a right gravity will clip the left edge, and neither will clip both edges. |
clip_vertical | 80 | Additional option that can be set to have the top and/or bottom edges of + * the child clipped to its container's bounds. + * The clip will be based on the vertical gravity: a top gravity will clip the bottom + * edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
end | 800005 | Push object to the end of its container, not changing its size. |
fill | 77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
fill_horizontal | 7 | Grow the horizontal size of the object if needed so it completely fills its container. |
fill_vertical | 70 | Grow the vertical size of the object if needed so it completely fills its container. |
left | 3 | Push object to the left of its container, not changing its size. |
right | 5 | Push object to the right of its container, not changing its size. |
start | 800003 | Push object to the beginning of its container, not changing its size. |
top | 30 | Push object to the top of its container, not changing its size. |
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_behavior=0x7f03011d; + /** + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
none | 0 | |
parallax | 2 | |
pin | 1 |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_collapseParallaxMultiplier=0x7f03011f;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int layout_constrainedHeight=0x7f030120;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int layout_constrainedWidth=0x7f030121;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintBaseline_creator=0x7f030122;
+ /**
+ *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintBottom_creator=0x7f030124;
+ /**
+ *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
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_constraintCircle=0x7f030127;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintCircleAngle=0x7f030128;
+ /**
+ *
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 layout_constraintCircleRadius=0x7f030129;
+ /**
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layout_constraintDimensionRatio=0x7f03012a; + /** + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
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 layout_constraintGuide_begin=0x7f03012d;
+ /**
+ *
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 layout_constraintGuide_end=0x7f03012e;
+ /**
+ *
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintGuide_percent=0x7f03012f;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintHeight_percent=0x7f030133;
+ /**
+ *
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintHorizontal_bias=0x7f030134;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintHorizontal_weight=0x7f030136;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintLeft_creator=0x7f030137;
+ /**
+ *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintRight_creator=0x7f03013a;
+ /**
+ *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be an integer value, such as "100
".
+ */
+ public static final int layout_constraintTop_creator=0x7f03013f;
+ /**
+ *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintVertical_bias=0x7f030142;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintVertical_weight=0x7f030144;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
May be a floating point value, such as "1.2
".
+ */
+ public static final int layout_constraintWidth_percent=0x7f030148;
+ /**
+ * Specifies how this view dodges the inset edges of the CoordinatorLayout.
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
all | 77 | Dodge all the inset edges. |
bottom | 50 | Dodge the bottom inset edge. |
end | 800005 | Dodge the end inset edge. |
left | 3 | Dodge the left inset edge. |
none | 0 | Don't dodge any edges |
right | 5 | Dodge the right inset edge. |
start | 800003 | Dodge the start inset edge. |
top | 30 | Dodge the top inset edge. |
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 layout_editor_absoluteX=0x7f03014a;
+ /**
+ *
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 layout_editor_absoluteY=0x7f03014b;
+ /**
+ *
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 layout_goneMarginBottom=0x7f03014c;
+ /**
+ *
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 layout_goneMarginEnd=0x7f03014d;
+ /**
+ *
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 layout_goneMarginLeft=0x7f03014e;
+ /**
+ *
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 layout_goneMarginRight=0x7f03014f;
+ /**
+ *
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 layout_goneMarginStart=0x7f030150;
+ /**
+ *
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 layout_goneMarginTop=0x7f030151;
+ /**
+ * Specifies how this view insets the CoordinatorLayout and make some other views
+ * dodge it.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Inset the bottom edge. |
end | 800005 | Inset the end edge. |
left | 3 | Inset the left edge. |
none | 0 | Don't inset. |
right | 5 | Inset the right edge. |
start | 800003 | Inset the start edge. |
top | 30 | Inset the top edge. |
May be an integer value, such as "100
".
+ */
+ public static final int layout_keyline=0x7f030153;
+ /**
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
barrier | 2 | |
chains | 4 | |
dimensions | 8 | |
direct | 1 | direct, barriers, chains |
groups | 20 | |
none | 0 | |
standard | 7 |
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
enterAlways | 4 | |
enterAlwaysCollapsed | 8 | |
exitUntilCollapsed | 2 | |
scroll | 1 | |
snap | 10 | |
snapMargins | 20 |
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_scrollInterpolator=0x7f030156;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int liftOnScroll=0x7f030157;
+ /**
+ * Explicit height between lines of text. If set, this will override the values set
+ * for lineSpacingExtra and lineSpacingMultiplier.
+ *
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 lineHeight=0x7f030158;
+ /**
+ *
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 lineSpacing=0x7f030159;
+ /**
+ * Drawable used as a background for selected list items.
+ *
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=0x7f03015a;
+ /**
+ * Animated Drawable to use for single choice indicators.
+ *
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 listChoiceIndicatorMultipleAnimated=0x7f03015b;
+ /**
+ * Animated Drawable to use for multiple choice indicators.
+ *
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 listChoiceIndicatorSingleAnimated=0x7f03015c;
+ /**
+ * The list divider used in alert dialogs.
+ *
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=0x7f03015d;
+ /**
+ *
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=0x7f03015e;
+ /**
+ *
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=0x7f03015f;
+ /**
+ * Default menu-style ListView style.
+ *
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 listMenuViewStyle=0x7f030160;
+ /**
+ *
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=0x7f030161;
+ /**
+ * The preferred list item height.
+ *
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=0x7f030162;
+ /**
+ * A larger, more robust list item height.
+ *
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=0x7f030163;
+ /**
+ * A smaller, sleeker list item height.
+ *
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=0x7f030164;
+ /**
+ * The preferred padding along the end edge of list items.
+ *
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 listPreferredItemPaddingEnd=0x7f030165;
+ /**
+ * The preferred padding along the left edge of list items.
+ *
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=0x7f030166;
+ /**
+ * The preferred padding along the right edge of list items.
+ *
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=0x7f030167;
+ /**
+ * The preferred padding along the start edge of list items.
+ *
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 listPreferredItemPaddingStart=0x7f030168;
+ /**
+ * Specifies the drawable used for the application logo.
+ *
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=0x7f030169;
+ /**
+ * A content description string to describe the appearance of the
+ * associated logo image.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f03016a; + /** + *
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 materialButtonStyle=0x7f03016b;
+ /**
+ *
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 materialCardViewStyle=0x7f03016c;
+ /**
+ *
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 maxActionInlineWidth=0x7f03016d;
+ /**
+ *
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=0x7f03016e;
+ /**
+ *
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 maxImageSize=0x7f03016f;
+ /**
+ * When set to true, all children with a weight will be considered having
+ * the minimum size of the largest child. If false, all children are
+ * measured normally.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int measureWithLargestChild=0x7f030170;
+ /**
+ * Menu resource to inflate to be shown in the toolbar
+ *
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 menu=0x7f030171;
+ /**
+ *
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=0x7f030172;
+ /**
+ * Text to set as the content description for the navigation button
+ * located at the start of the toolbar.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f030173; + /** + * Icon drawable to use for the navigation button located at + * the start of the toolbar. + *
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=0x7f030174;
+ /**
+ * The type of navigation to use.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
listMode | 1 | The action bar will use a selection list for navigation. |
normal | 0 | Normal static title text |
tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
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 navigationViewStyle=0x7f030176;
+ /**
+ * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key)
+ * keyboard. The values should be kept in sync with KeyEvent
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
ALT | 2 | |
CTRL | 1000 | |
FUNCTION | 8 | |
META | 10000 | |
SHIFT | 1 | |
SYM | 4 |
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int overlapAnchor=0x7f030178;
+ /**
+ * Bottom padding to use when no buttons are present.
+ *
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 paddingBottomNoButtons=0x7f030179;
+ /**
+ * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
+ *
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=0x7f03017a;
+ /**
+ * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
+ *
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=0x7f03017b;
+ /**
+ * Top padding to use when no title is present.
+ *
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 paddingTopNoTitle=0x7f03017c;
+ /**
+ * The background of a panel when it is inset from the left and right edges of the screen.
+ *
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=0x7f03017d;
+ /**
+ * Default Panel Menu style.
+ *
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=0x7f03017e;
+ /**
+ * Default Panel Menu width.
+ *
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=0x7f03017f;
+ /**
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int passwordToggleContentDescription=0x7f030180; + /** + *
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 passwordToggleDrawable=0x7f030181;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int passwordToggleEnabled=0x7f030182;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int passwordToggleTint=0x7f030183;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
multiply | e | |
screen | f | |
src_atop | 9 | |
src_in | 5 | |
src_over | 3 |
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=0x7f030185;
+ /**
+ * Reference to a theme that should be used to inflate popups
+ * shown by widgets in the action bar.
+ *
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=0x7f030186;
+ /**
+ * Default PopupWindow style.
+ *
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=0x7f030187;
+ /**
+ * Whether space should be reserved in layout when an icon is missing.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int preserveIconSpacing=0x7f030188;
+ /**
+ *
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 pressedTranslationZ=0x7f030189;
+ /**
+ * Specifies the horizontal padding on either end for an embedded progress bar.
+ *
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=0x7f03018a;
+ /**
+ * Specifies a style resource to use for an embedded progress bar.
+ *
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=0x7f03018b;
+ /**
+ * Background for the section containing the search query
+ *
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=0x7f03018c;
+ /**
+ * An optional user-defined query hint string to be displayed in the empty query field.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f03018d; + /** + * Default RadioButton style. + *
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=0x7f03018e;
+ /**
+ * Default RatingBar style.
+ *
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=0x7f03018f;
+ /**
+ * Indicator RatingBar style.
+ *
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 ratingBarStyleIndicator=0x7f030190;
+ /**
+ * Small indicator RatingBar style.
+ *
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 ratingBarStyleSmall=0x7f030191;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int reverseLayout=0x7f030192;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int rippleColor=0x7f030193;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int scrimAnimationDuration=0x7f030194;
+ /**
+ *
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 scrimBackground=0x7f030195;
+ /**
+ *
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 scrimVisibleHeightTrigger=0x7f030196;
+ /**
+ * Search icon displayed as a text field hint
+ *
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=0x7f030197;
+ /**
+ * Search icon
+ *
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=0x7f030198;
+ /**
+ * Style for the search query widget.
+ *
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=0x7f030199;
+ /**
+ * Default SeekBar style.
+ *
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 seekBarStyle=0x7f03019a;
+ /**
+ * A style that may be applied to buttons or other selectable items
+ * that should react to pressed and focus states, but that do not
+ * have a clear visual border along the edges.
+ *
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=0x7f03019b;
+ /**
+ * Background drawable for borderless standalone items that need focus/pressed states.
+ *
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=0x7f03019c;
+ /**
+ * How this item should display in the Action Bar, if present.
+ *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
always | 2 | Always show this item in an actionbar, even if it would override + * the system's limits of how much stuff to put there. This may make + * your action bar look bad on some screens. In most cases you should + * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". |
collapseActionView | 8 | This item's action view collapses to a normal menu + * item. When expanded, the action view takes over a + * larger segment of its container. |
ifRoom | 1 | Show this item in an action bar if there is room for it as determined + * by the system. Favor this option over "always" where possible. + * Mutually exclusive with "never" and "always". |
never | 0 | Never show this item in an action bar, show it in the overflow menu instead. + * Mutually exclusive with "ifRoom" and "always". |
withText | 4 | When this item is shown as an action in the action bar, show a text + * label with it even if it has an icon representation. |
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
beginning | 1 | |
end | 4 | |
middle | 2 | |
none | 0 |
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 showMotionSpec=0x7f03019f;
+ /**
+ * Whether to draw on/off text.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int showText=0x7f0301a0;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int showTitle=0x7f0301a1;
+ /**
+ *
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=0x7f0301a2;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int singleLine=0x7f0301a3;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int singleSelection=0x7f0301a4;
+ /**
+ *
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 snackbarButtonStyle=0x7f0301a5;
+ /**
+ *
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 snackbarStyle=0x7f0301a6;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int spanCount=0x7f0301a7;
+ /**
+ * Whether bars should rotate or not during transition
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int spinBars=0x7f0301a8;
+ /**
+ * Default Spinner style.
+ *
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=0x7f0301a9;
+ /**
+ * Default Spinner style.
+ *
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=0x7f0301aa;
+ /**
+ * Whether to split the track and leave a gap for the thumb drawable.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int splitTrack=0x7f0301ab;
+ /**
+ * Sets a drawable as the content of this ImageView. Allows the use of vector drawable
+ * when running on older versions of the platform.
+ *
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 srcCompat=0x7f0301ac;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int stackFromEnd=0x7f0301ad;
+ /**
+ * State identifier indicating the popup will be above the anchor.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int state_above_anchor=0x7f0301ae;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int state_collapsed=0x7f0301af;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int state_collapsible=0x7f0301b0;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int state_liftable=0x7f0301b1;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int state_lifted=0x7f0301b2;
+ /**
+ * Drawable to display behind the status bar when the view is set to draw behind it.
+ *
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 statusBarBackground=0x7f0301b3;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int statusBarScrim=0x7f0301b4;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int strokeColor=0x7f0301b5;
+ /**
+ *
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 strokeWidth=0x7f0301b6;
+ /**
+ * Drawable for the arrow icon indicating a particular item is a submenu.
+ *
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 subMenuArrow=0x7f0301b7;
+ /**
+ * Background for the section containing the action (e.g. voice search)
+ *
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=0x7f0301b8;
+ /**
+ * Specifies subtitle text used for navigationMode="normal"
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f0301b9; + /** + *
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=0x7f0301ba;
+ /**
+ * A color to apply to the subtitle string.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int subtitleTextColor=0x7f0301bb;
+ /**
+ * Specifies a style to use for subtitle text.
+ *
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=0x7f0301bc;
+ /**
+ * Layout for query suggestion rows
+ *
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=0x7f0301bd;
+ /**
+ * Minimum width for the switch component
+ *
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=0x7f0301be;
+ /**
+ * Minimum space between the switch and caption text
+ *
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=0x7f0301bf;
+ /**
+ * Default style for the Switch widget.
+ *
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=0x7f0301c0;
+ /**
+ * TextAppearance style for text displayed on the switch thumb.
+ *
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=0x7f0301c1;
+ /**
+ *
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 tabBackground=0x7f0301c2;
+ /**
+ *
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 tabContentStart=0x7f0301c3;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
center | 1 | |
fill | 0 |
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tabIconTint=0x7f0301c5;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | |
multiply | e | |
screen | f | |
src_atop | 9 | |
src_in | 5 | |
src_over | 3 |
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 tabIndicator=0x7f0301c7;
+ /**
+ *
May be an integer value, such as "100
".
+ */
+ public static final int tabIndicatorAnimationDuration=0x7f0301c8;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tabIndicatorColor=0x7f0301c9;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int tabIndicatorFullWidth=0x7f0301ca;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 0 | |
center | 1 | |
stretch | 3 | |
top | 2 |
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 tabIndicatorHeight=0x7f0301cc;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int tabInlineLabel=0x7f0301cd;
+ /**
+ *
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 tabMaxWidth=0x7f0301ce;
+ /**
+ *
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 tabMinWidth=0x7f0301cf;
+ /**
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
fixed | 1 | |
scrollable | 0 |
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 tabPadding=0x7f0301d1;
+ /**
+ *
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 tabPaddingBottom=0x7f0301d2;
+ /**
+ *
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 tabPaddingEnd=0x7f0301d3;
+ /**
+ *
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 tabPaddingStart=0x7f0301d4;
+ /**
+ *
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 tabPaddingTop=0x7f0301d5;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tabRippleColor=0x7f0301d6;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tabSelectedTextColor=0x7f0301d7;
+ /**
+ *
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 tabStyle=0x7f0301d8;
+ /**
+ *
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 tabTextAppearance=0x7f0301d9;
+ /**
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tabTextColor=0x7f0301da;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int tabUnboundedRipple=0x7f0301db;
+ /**
+ * Present the text in ALL CAPS. This may use a small-caps form when available.
+ *
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=0x7f0301dc;
+ /**
+ *
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 textAppearanceBody1=0x7f0301dd;
+ /**
+ *
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 textAppearanceBody2=0x7f0301de;
+ /**
+ *
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 textAppearanceButton=0x7f0301df;
+ /**
+ *
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 textAppearanceCaption=0x7f0301e0;
+ /**
+ *
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 textAppearanceHeadline1=0x7f0301e1;
+ /**
+ *
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 textAppearanceHeadline2=0x7f0301e2;
+ /**
+ *
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 textAppearanceHeadline3=0x7f0301e3;
+ /**
+ *
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 textAppearanceHeadline4=0x7f0301e4;
+ /**
+ *
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 textAppearanceHeadline5=0x7f0301e5;
+ /**
+ *
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 textAppearanceHeadline6=0x7f0301e6;
+ /**
+ * Text color, typeface, size, and style for the text inside of a popup menu.
+ *
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=0x7f0301e7;
+ /**
+ * The preferred TextAppearance for the primary text of list items.
+ *
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=0x7f0301e8;
+ /**
+ * The preferred TextAppearance for the secondary text of list items.
+ *
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 textAppearanceListItemSecondary=0x7f0301e9;
+ /**
+ * The preferred TextAppearance for the primary text of small list items.
+ *
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=0x7f0301ea;
+ /**
+ *
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 textAppearanceOverline=0x7f0301eb;
+ /**
+ * Text color, typeface, size, and style for header text inside of a popup menu.
+ *
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 textAppearancePopupMenuHeader=0x7f0301ec;
+ /**
+ * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.
+ *
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=0x7f0301ed;
+ /**
+ * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.
+ *
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=0x7f0301ee;
+ /**
+ * Text color, typeface, size, and style for small text inside of a popup menu.
+ *
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=0x7f0301ef;
+ /**
+ *
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 textAppearanceSubtitle1=0x7f0301f0;
+ /**
+ *
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 textAppearanceSubtitle2=0x7f0301f1;
+ /**
+ * Color of list item text in alert dialogs.
+ *
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=0x7f0301f2;
+ /**
+ * Text color for urls in search suggestions, used by things like global search
+ *
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=0x7f0301f3;
+ /**
+ *
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 textEndPadding=0x7f0301f4;
+ /**
+ *
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 textInputStyle=0x7f0301f5;
+ /**
+ * Set the textLocale by a comma-separated language tag string,
+ * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above.
+ * Before API 24, only the first language tag is used. Starting from API 24,
+ * the string will be converted into a {@link android.os.LocaleList} and then used by
+ * {@link android.widget.TextView}
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int textLocale=0x7f0301f6; + /** + *
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 textStartPadding=0x7f0301f7;
+ /**
+ * Deprecated.
+ *
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=0x7f0301f8;
+ /**
+ * The thickness (stroke size) for the bar paint
+ *
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=0x7f0301f9;
+ /**
+ * Amount of padding on either side of text within the switch thumb.
+ *
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=0x7f0301fa;
+ /**
+ * Tint to apply to the thumb drawable.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int thumbTint=0x7f0301fb;
+ /**
+ * Blending mode used to apply the thumb tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
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 tickMark=0x7f0301fd;
+ /**
+ * Tint to apply to the tick mark drawable.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tickMarkTint=0x7f0301fe;
+ /**
+ * Blending mode used to apply the tick mark tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int tint=0x7f030200;
+ /**
+ * Blending mode used to apply the image source tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f030202; + /** + *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int titleEnabled=0x7f030203;
+ /**
+ * Specifies extra space on the left, start, right and end sides
+ * of the toolbar's title. Margin values should be positive.
+ *
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 titleMargin=0x7f030204;
+ /**
+ * Specifies extra space on the bottom side of the toolbar's title.
+ * If both this attribute and titleMargin are specified, then this
+ * attribute takes precedence. Margin values should be positive.
+ *
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=0x7f030205;
+ /**
+ * Specifies extra space on the end side of the toolbar's title.
+ * If both this attribute and titleMargin are specified, then this
+ * attribute takes precedence. Margin values should be positive.
+ *
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=0x7f030206;
+ /**
+ * Specifies extra space on the start side of the toolbar's title.
+ * If both this attribute and titleMargin are specified, then this
+ * attribute takes precedence. Margin values should be positive.
+ *
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=0x7f030207;
+ /**
+ * Specifies extra space on the top side of the toolbar's title.
+ * If both this attribute and titleMargin are specified, then this
+ * attribute takes precedence. Margin values should be positive.
+ *
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=0x7f030208;
+ /**
+ * {@deprecated Use titleMargin}
+ *
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).
+ */
+ @Deprecated
+ public static final int titleMargins=0x7f030209;
+ /**
+ *
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=0x7f03020a;
+ /**
+ * A color to apply to the title string.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int titleTextColor=0x7f03020b;
+ /**
+ * Specifies a style to use for title text.
+ *
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=0x7f03020c;
+ /**
+ *
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 toolbarId=0x7f03020d;
+ /**
+ * Default Toolar NavigationButtonStyle
+ *
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=0x7f03020e;
+ /**
+ * Default Toolbar style.
+ *
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=0x7f03020f;
+ /**
+ * Foreground color to use for tooltips
+ *
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 tooltipForegroundColor=0x7f030210;
+ /**
+ * Background to use for tooltips
+ *
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 tooltipFrameBackground=0x7f030211;
+ /**
+ * The tooltip text associated with the item.
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int tooltipText=0x7f030212; + /** + * Drawable to use as the "track" that the switch thumb slides within. + *
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=0x7f030213;
+ /**
+ * Tint to apply to the track.
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ */
+ public static final int trackTint=0x7f030214;
+ /**
+ * Blending mode used to apply the track tint.
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
May be an integer value, such as "100
".
+ */
+ public static final int ttcIndex=0x7f030216;
+ /**
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int useCompatPadding=0x7f030217;
+ /**
+ *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int viewInflaterClass=0x7f030218; + /** + * Voice button icon + *
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=0x7f030219;
+ /**
+ * Flag indicating whether this window should have an Action Bar
+ * in place of the usual title bar.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int windowActionBar=0x7f03021a;
+ /**
+ * Flag indicating whether this window's Action Bar should overlay
+ * application content. Does nothing if the window would not
+ * have an Action Bar.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int windowActionBarOverlay=0x7f03021b;
+ /**
+ * Flag indicating whether action modes should overlay window content
+ * when there is not reserved space for their UI (such as an Action Bar).
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int windowActionModeOverlay=0x7f03021c;
+ /**
+ * A fixed height for the window along the major axis of the screen,
+ * that is, when in portrait. Can be either an absolute dimension
+ * or a fraction of the screen size in that dimension.
+ *
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=0x7f03021d;
+ /**
+ * A fixed height for the window along the minor axis of the screen,
+ * that is, when in landscape. Can be either an absolute dimension
+ * or a fraction of the screen size in that dimension.
+ *
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=0x7f03021e;
+ /**
+ * A fixed width for the window along the major axis of the screen,
+ * that is, when in landscape. Can be either an absolute dimension
+ * or a fraction of the screen size in that dimension.
+ *
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=0x7f03021f;
+ /**
+ * A fixed width for the window along the minor axis of the screen,
+ * that is, when in portrait. Can be either an absolute dimension
+ * or a fraction of the screen size in that dimension.
+ *
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=0x7f030220;
+ /**
+ * The minimum width the window is allowed to be, along the major
+ * axis of the screen. That is, when in landscape. Can be either
+ * an absolute dimension or a fraction of the screen size in that
+ * dimension.
+ *
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=0x7f030221;
+ /**
+ * The minimum width the window is allowed to be, along the minor
+ * axis of the screen. That is, when in portrait. Can be either
+ * an absolute dimension or a fraction of the screen size in that
+ * dimension.
+ *
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=0x7f030222;
+ /**
+ * Flag indicating whether there should be no title on this window.
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ */
+ public static final int windowNoTitle=0x7f030223;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f040000;
+ public static final int abc_allow_stacked_button_bar=0x7f040001;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f040002;
+ public static final int mtrl_btn_textappearance_all_caps=0x7f040003;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f050000;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f050001;
+ public static final int abc_btn_colored_borderless_text_material=0x7f050002;
+ public static final int abc_btn_colored_text_material=0x7f050003;
+ public static final int abc_color_highlight_material=0x7f050004;
+ public static final int abc_hint_foreground_material_dark=0x7f050005;
+ public static final int abc_hint_foreground_material_light=0x7f050006;
+ public static final int abc_input_method_navigation_guard=0x7f050007;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f050008;
+ public static final int abc_primary_text_disable_only_material_light=0x7f050009;
+ public static final int abc_primary_text_material_dark=0x7f05000a;
+ public static final int abc_primary_text_material_light=0x7f05000b;
+ public static final int abc_search_url_text=0x7f05000c;
+ public static final int abc_search_url_text_normal=0x7f05000d;
+ public static final int abc_search_url_text_pressed=0x7f05000e;
+ public static final int abc_search_url_text_selected=0x7f05000f;
+ public static final int abc_secondary_text_material_dark=0x7f050010;
+ public static final int abc_secondary_text_material_light=0x7f050011;
+ public static final int abc_tint_btn_checkable=0x7f050012;
+ public static final int abc_tint_default=0x7f050013;
+ public static final int abc_tint_edittext=0x7f050014;
+ public static final int abc_tint_seek_thumb=0x7f050015;
+ public static final int abc_tint_spinner=0x7f050016;
+ public static final int abc_tint_switch_track=0x7f050017;
+ public static final int accent_material_dark=0x7f050018;
+ public static final int accent_material_light=0x7f050019;
+ public static final int background_floating_material_dark=0x7f05001a;
+ public static final int background_floating_material_light=0x7f05001b;
+ public static final int background_material_dark=0x7f05001c;
+ public static final int background_material_light=0x7f05001d;
+ public static final int bright_foreground_disabled_material_dark=0x7f05001e;
+ public static final int bright_foreground_disabled_material_light=0x7f05001f;
+ public static final int bright_foreground_inverse_material_dark=0x7f050020;
+ public static final int bright_foreground_inverse_material_light=0x7f050021;
+ public static final int bright_foreground_material_dark=0x7f050022;
+ public static final int bright_foreground_material_light=0x7f050023;
+ public static final int button_material_dark=0x7f050024;
+ public static final int button_material_light=0x7f050025;
+ public static final int cardview_dark_background=0x7f050026;
+ public static final int cardview_light_background=0x7f050027;
+ public static final int cardview_shadow_end_color=0x7f050028;
+ public static final int cardview_shadow_start_color=0x7f050029;
+ public static final int colorAccent=0x7f05002a;
+ public static final int colorPrimary=0x7f05002b;
+ public static final int colorPrimaryDark=0x7f05002c;
+ public static final int design_bottom_navigation_shadow_color=0x7f05002d;
+ public static final int design_default_color_primary=0x7f05002e;
+ public static final int design_default_color_primary_dark=0x7f05002f;
+ public static final int design_error=0x7f050030;
+ public static final int design_fab_shadow_end_color=0x7f050031;
+ public static final int design_fab_shadow_mid_color=0x7f050032;
+ public static final int design_fab_shadow_start_color=0x7f050033;
+ public static final int design_fab_stroke_end_inner_color=0x7f050034;
+ public static final int design_fab_stroke_end_outer_color=0x7f050035;
+ public static final int design_fab_stroke_top_inner_color=0x7f050036;
+ public static final int design_fab_stroke_top_outer_color=0x7f050037;
+ public static final int design_snackbar_background_color=0x7f050038;
+ public static final int design_tint_password_toggle=0x7f050039;
+ public static final int dim_foreground_disabled_material_dark=0x7f05003a;
+ public static final int dim_foreground_disabled_material_light=0x7f05003b;
+ public static final int dim_foreground_material_dark=0x7f05003c;
+ public static final int dim_foreground_material_light=0x7f05003d;
+ public static final int error_color_material_dark=0x7f05003e;
+ public static final int error_color_material_light=0x7f05003f;
+ public static final int foreground_material_dark=0x7f050040;
+ public static final int foreground_material_light=0x7f050041;
+ public static final int highlighted_text_material_dark=0x7f050042;
+ public static final int highlighted_text_material_light=0x7f050043;
+ public static final int material_blue_grey_800=0x7f050044;
+ public static final int material_blue_grey_900=0x7f050045;
+ public static final int material_blue_grey_950=0x7f050046;
+ public static final int material_deep_teal_200=0x7f050047;
+ public static final int material_deep_teal_500=0x7f050048;
+ public static final int material_grey_100=0x7f050049;
+ public static final int material_grey_300=0x7f05004a;
+ public static final int material_grey_50=0x7f05004b;
+ public static final int material_grey_600=0x7f05004c;
+ public static final int material_grey_800=0x7f05004d;
+ public static final int material_grey_850=0x7f05004e;
+ public static final int material_grey_900=0x7f05004f;
+ public static final int mtrl_bottom_nav_colored_item_tint=0x7f050050;
+ public static final int mtrl_bottom_nav_item_tint=0x7f050051;
+ public static final int mtrl_btn_bg_color_disabled=0x7f050052;
+ public static final int mtrl_btn_bg_color_selector=0x7f050053;
+ public static final int mtrl_btn_ripple_color=0x7f050054;
+ public static final int mtrl_btn_stroke_color_selector=0x7f050055;
+ public static final int mtrl_btn_text_btn_ripple_color=0x7f050056;
+ public static final int mtrl_btn_text_color_disabled=0x7f050057;
+ public static final int mtrl_btn_text_color_selector=0x7f050058;
+ public static final int mtrl_btn_transparent_bg_color=0x7f050059;
+ public static final int mtrl_chip_background_color=0x7f05005a;
+ public static final int mtrl_chip_close_icon_tint=0x7f05005b;
+ public static final int mtrl_chip_ripple_color=0x7f05005c;
+ public static final int mtrl_chip_text_color=0x7f05005d;
+ public static final int mtrl_fab_ripple_color=0x7f05005e;
+ public static final int mtrl_scrim_color=0x7f05005f;
+ public static final int mtrl_tabs_colored_ripple_color=0x7f050060;
+ public static final int mtrl_tabs_icon_color_selector=0x7f050061;
+ public static final int mtrl_tabs_icon_color_selector_colored=0x7f050062;
+ public static final int mtrl_tabs_legacy_text_color_selector=0x7f050063;
+ public static final int mtrl_tabs_ripple_color=0x7f050064;
+ public static final int mtrl_text_btn_text_color_selector=0x7f050065;
+ public static final int mtrl_textinput_default_box_stroke_color=0x7f050066;
+ public static final int mtrl_textinput_disabled_color=0x7f050067;
+ public static final int mtrl_textinput_filled_box_default_background_color=0x7f050068;
+ public static final int mtrl_textinput_hovered_box_stroke_color=0x7f050069;
+ public static final int notification_action_color_filter=0x7f05006a;
+ public static final int notification_icon_bg_color=0x7f05006b;
+ public static final int primary_dark_material_dark=0x7f05006c;
+ public static final int primary_dark_material_light=0x7f05006d;
+ public static final int primary_material_dark=0x7f05006e;
+ public static final int primary_material_light=0x7f05006f;
+ public static final int primary_text_default_material_dark=0x7f050070;
+ public static final int primary_text_default_material_light=0x7f050071;
+ public static final int primary_text_disabled_material_dark=0x7f050072;
+ public static final int primary_text_disabled_material_light=0x7f050073;
+ public static final int ripple_material_dark=0x7f050074;
+ public static final int ripple_material_light=0x7f050075;
+ public static final int secondary_text_default_material_dark=0x7f050076;
+ public static final int secondary_text_default_material_light=0x7f050077;
+ public static final int secondary_text_disabled_material_dark=0x7f050078;
+ public static final int secondary_text_disabled_material_light=0x7f050079;
+ public static final int switch_thumb_disabled_material_dark=0x7f05007a;
+ public static final int switch_thumb_disabled_material_light=0x7f05007b;
+ public static final int switch_thumb_material_dark=0x7f05007c;
+ public static final int switch_thumb_material_light=0x7f05007d;
+ public static final int switch_thumb_normal_material_dark=0x7f05007e;
+ public static final int switch_thumb_normal_material_light=0x7f05007f;
+ public static final int tooltip_background_dark=0x7f050080;
+ public static final int tooltip_background_light=0x7f050081;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material=0x7f060000;
+ public static final int abc_action_bar_content_inset_with_nav=0x7f060001;
+ public static final int abc_action_bar_default_height_material=0x7f060002;
+ public static final int abc_action_bar_default_padding_end_material=0x7f060003;
+ public static final int abc_action_bar_default_padding_start_material=0x7f060004;
+ public static final int abc_action_bar_elevation_material=0x7f060005;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f060006;
+ public static final int abc_action_bar_overflow_padding_end_material=0x7f060007;
+ public static final int abc_action_bar_overflow_padding_start_material=0x7f060008;
+ public static final int abc_action_bar_stacked_max_height=0x7f060009;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f06000a;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000b;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000c;
+ public static final int abc_action_button_min_height_material=0x7f06000d;
+ public static final int abc_action_button_min_width_material=0x7f06000e;
+ public static final int abc_action_button_min_width_overflow_material=0x7f06000f;
+ public static final int abc_alert_dialog_button_bar_height=0x7f060010;
+ public static final int abc_alert_dialog_button_dimen=0x7f060011;
+ public static final int abc_button_inset_horizontal_material=0x7f060012;
+ public static final int abc_button_inset_vertical_material=0x7f060013;
+ public static final int abc_button_padding_horizontal_material=0x7f060014;
+ public static final int abc_button_padding_vertical_material=0x7f060015;
+ public static final int abc_cascading_menus_min_smallest_width=0x7f060016;
+ public static final int abc_config_prefDialogWidth=0x7f060017;
+ public static final int abc_control_corner_material=0x7f060018;
+ public static final int abc_control_inset_material=0x7f060019;
+ public static final int abc_control_padding_material=0x7f06001a;
+ public static final int abc_dialog_corner_radius_material=0x7f06001b;
+ public static final int abc_dialog_fixed_height_major=0x7f06001c;
+ public static final int abc_dialog_fixed_height_minor=0x7f06001d;
+ public static final int abc_dialog_fixed_width_major=0x7f06001e;
+ public static final int abc_dialog_fixed_width_minor=0x7f06001f;
+ public static final int abc_dialog_list_padding_bottom_no_buttons=0x7f060020;
+ public static final int abc_dialog_list_padding_top_no_title=0x7f060021;
+ public static final int abc_dialog_min_width_major=0x7f060022;
+ public static final int abc_dialog_min_width_minor=0x7f060023;
+ public static final int abc_dialog_padding_material=0x7f060024;
+ public static final int abc_dialog_padding_top_material=0x7f060025;
+ public static final int abc_dialog_title_divider_material=0x7f060026;
+ public static final int abc_disabled_alpha_material_dark=0x7f060027;
+ public static final int abc_disabled_alpha_material_light=0x7f060028;
+ public static final int abc_dropdownitem_icon_width=0x7f060029;
+ public static final int abc_dropdownitem_text_padding_left=0x7f06002a;
+ public static final int abc_dropdownitem_text_padding_right=0x7f06002b;
+ public static final int abc_edit_text_inset_bottom_material=0x7f06002c;
+ public static final int abc_edit_text_inset_horizontal_material=0x7f06002d;
+ public static final int abc_edit_text_inset_top_material=0x7f06002e;
+ public static final int abc_floating_window_z=0x7f06002f;
+ public static final int abc_list_item_height_large_material=0x7f060030;
+ public static final int abc_list_item_height_material=0x7f060031;
+ public static final int abc_list_item_height_small_material=0x7f060032;
+ public static final int abc_list_item_padding_horizontal_material=0x7f060033;
+ public static final int abc_panel_menu_list_width=0x7f060034;
+ public static final int abc_progress_bar_height_material=0x7f060035;
+ public static final int abc_search_view_preferred_height=0x7f060036;
+ public static final int abc_search_view_preferred_width=0x7f060037;
+ public static final int abc_seekbar_track_background_height_material=0x7f060038;
+ public static final int abc_seekbar_track_progress_height_material=0x7f060039;
+ public static final int abc_select_dialog_padding_start_material=0x7f06003a;
+ public static final int abc_switch_padding=0x7f06003b;
+ public static final int abc_text_size_body_1_material=0x7f06003c;
+ public static final int abc_text_size_body_2_material=0x7f06003d;
+ public static final int abc_text_size_button_material=0x7f06003e;
+ public static final int abc_text_size_caption_material=0x7f06003f;
+ public static final int abc_text_size_display_1_material=0x7f060040;
+ public static final int abc_text_size_display_2_material=0x7f060041;
+ public static final int abc_text_size_display_3_material=0x7f060042;
+ public static final int abc_text_size_display_4_material=0x7f060043;
+ public static final int abc_text_size_headline_material=0x7f060044;
+ public static final int abc_text_size_large_material=0x7f060045;
+ public static final int abc_text_size_medium_material=0x7f060046;
+ public static final int abc_text_size_menu_header_material=0x7f060047;
+ public static final int abc_text_size_menu_material=0x7f060048;
+ public static final int abc_text_size_small_material=0x7f060049;
+ public static final int abc_text_size_subhead_material=0x7f06004a;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f06004b;
+ public static final int abc_text_size_title_material=0x7f06004c;
+ public static final int abc_text_size_title_material_toolbar=0x7f06004d;
+ public static final int activity_horizontal_margin=0x7f06004e;
+ public static final int activity_vertical_margin=0x7f06004f;
+ public static final int cardview_compat_inset_shadow=0x7f060050;
+ public static final int cardview_default_elevation=0x7f060051;
+ public static final int cardview_default_radius=0x7f060052;
+ public static final int compat_button_inset_horizontal_material=0x7f060053;
+ public static final int compat_button_inset_vertical_material=0x7f060054;
+ public static final int compat_button_padding_horizontal_material=0x7f060055;
+ public static final int compat_button_padding_vertical_material=0x7f060056;
+ public static final int compat_control_corner_material=0x7f060057;
+ public static final int compat_notification_large_icon_max_height=0x7f060058;
+ public static final int compat_notification_large_icon_max_width=0x7f060059;
+ public static final int design_appbar_elevation=0x7f06005a;
+ public static final int design_bottom_navigation_active_item_max_width=0x7f06005b;
+ public static final int design_bottom_navigation_active_item_min_width=0x7f06005c;
+ public static final int design_bottom_navigation_active_text_size=0x7f06005d;
+ public static final int design_bottom_navigation_elevation=0x7f06005e;
+ public static final int design_bottom_navigation_height=0x7f06005f;
+ public static final int design_bottom_navigation_icon_size=0x7f060060;
+ public static final int design_bottom_navigation_item_max_width=0x7f060061;
+ public static final int design_bottom_navigation_item_min_width=0x7f060062;
+ public static final int design_bottom_navigation_margin=0x7f060063;
+ public static final int design_bottom_navigation_shadow_height=0x7f060064;
+ public static final int design_bottom_navigation_text_size=0x7f060065;
+ public static final int design_bottom_sheet_modal_elevation=0x7f060066;
+ public static final int design_bottom_sheet_peek_height_min=0x7f060067;
+ public static final int design_fab_border_width=0x7f060068;
+ public static final int design_fab_elevation=0x7f060069;
+ public static final int design_fab_image_size=0x7f06006a;
+ public static final int design_fab_size_mini=0x7f06006b;
+ public static final int design_fab_size_normal=0x7f06006c;
+ public static final int design_fab_translation_z_hovered_focused=0x7f06006d;
+ public static final int design_fab_translation_z_pressed=0x7f06006e;
+ public static final int design_navigation_elevation=0x7f06006f;
+ public static final int design_navigation_icon_padding=0x7f060070;
+ public static final int design_navigation_icon_size=0x7f060071;
+ public static final int design_navigation_item_horizontal_padding=0x7f060072;
+ public static final int design_navigation_item_icon_padding=0x7f060073;
+ public static final int design_navigation_max_width=0x7f060074;
+ public static final int design_navigation_padding_bottom=0x7f060075;
+ public static final int design_navigation_separator_vertical_padding=0x7f060076;
+ public static final int design_snackbar_action_inline_max_width=0x7f060077;
+ public static final int design_snackbar_background_corner_radius=0x7f060078;
+ public static final int design_snackbar_elevation=0x7f060079;
+ public static final int design_snackbar_extra_spacing_horizontal=0x7f06007a;
+ public static final int design_snackbar_max_width=0x7f06007b;
+ public static final int design_snackbar_min_width=0x7f06007c;
+ public static final int design_snackbar_padding_horizontal=0x7f06007d;
+ public static final int design_snackbar_padding_vertical=0x7f06007e;
+ public static final int design_snackbar_padding_vertical_2lines=0x7f06007f;
+ public static final int design_snackbar_text_size=0x7f060080;
+ public static final int design_tab_max_width=0x7f060081;
+ public static final int design_tab_scrollable_min_width=0x7f060082;
+ public static final int design_tab_text_size=0x7f060083;
+ public static final int design_tab_text_size_2line=0x7f060084;
+ public static final int design_textinput_caption_translate_y=0x7f060085;
+ public static final int disabled_alpha_material_dark=0x7f060086;
+ public static final int disabled_alpha_material_light=0x7f060087;
+ public static final int fastscroll_default_thickness=0x7f060088;
+ public static final int fastscroll_margin=0x7f060089;
+ public static final int fastscroll_minimum_range=0x7f06008a;
+ public static final int highlight_alpha_material_colored=0x7f06008b;
+ public static final int highlight_alpha_material_dark=0x7f06008c;
+ public static final int highlight_alpha_material_light=0x7f06008d;
+ public static final int hint_alpha_material_dark=0x7f06008e;
+ public static final int hint_alpha_material_light=0x7f06008f;
+ public static final int hint_pressed_alpha_material_dark=0x7f060090;
+ public static final int hint_pressed_alpha_material_light=0x7f060091;
+ public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060092;
+ public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060093;
+ public static final int item_touch_helper_swipe_escape_velocity=0x7f060094;
+ public static final int mtrl_bottomappbar_fabOffsetEndMode=0x7f060095;
+ public static final int mtrl_bottomappbar_fab_cradle_margin=0x7f060096;
+ public static final int mtrl_bottomappbar_fab_cradle_rounded_corner_radius=0x7f060097;
+ public static final int mtrl_bottomappbar_fab_cradle_vertical_offset=0x7f060098;
+ public static final int mtrl_bottomappbar_height=0x7f060099;
+ public static final int mtrl_btn_corner_radius=0x7f06009a;
+ public static final int mtrl_btn_dialog_btn_min_width=0x7f06009b;
+ public static final int mtrl_btn_disabled_elevation=0x7f06009c;
+ public static final int mtrl_btn_disabled_z=0x7f06009d;
+ public static final int mtrl_btn_elevation=0x7f06009e;
+ public static final int mtrl_btn_focused_z=0x7f06009f;
+ public static final int mtrl_btn_hovered_z=0x7f0600a0;
+ public static final int mtrl_btn_icon_btn_padding_left=0x7f0600a1;
+ public static final int mtrl_btn_icon_padding=0x7f0600a2;
+ public static final int mtrl_btn_inset=0x7f0600a3;
+ public static final int mtrl_btn_letter_spacing=0x7f0600a4;
+ public static final int mtrl_btn_padding_bottom=0x7f0600a5;
+ public static final int mtrl_btn_padding_left=0x7f0600a6;
+ public static final int mtrl_btn_padding_right=0x7f0600a7;
+ public static final int mtrl_btn_padding_top=0x7f0600a8;
+ public static final int mtrl_btn_pressed_z=0x7f0600a9;
+ public static final int mtrl_btn_stroke_size=0x7f0600aa;
+ public static final int mtrl_btn_text_btn_icon_padding=0x7f0600ab;
+ public static final int mtrl_btn_text_btn_padding_left=0x7f0600ac;
+ public static final int mtrl_btn_text_btn_padding_right=0x7f0600ad;
+ public static final int mtrl_btn_text_size=0x7f0600ae;
+ public static final int mtrl_btn_z=0x7f0600af;
+ public static final int mtrl_card_elevation=0x7f0600b0;
+ public static final int mtrl_card_spacing=0x7f0600b1;
+ public static final int mtrl_chip_pressed_translation_z=0x7f0600b2;
+ public static final int mtrl_chip_text_size=0x7f0600b3;
+ public static final int mtrl_fab_elevation=0x7f0600b4;
+ public static final int mtrl_fab_translation_z_hovered_focused=0x7f0600b5;
+ public static final int mtrl_fab_translation_z_pressed=0x7f0600b6;
+ public static final int mtrl_navigation_elevation=0x7f0600b7;
+ public static final int mtrl_navigation_item_horizontal_padding=0x7f0600b8;
+ public static final int mtrl_navigation_item_icon_padding=0x7f0600b9;
+ public static final int mtrl_snackbar_background_corner_radius=0x7f0600ba;
+ public static final int mtrl_snackbar_margin=0x7f0600bb;
+ public static final int mtrl_textinput_box_bottom_offset=0x7f0600bc;
+ public static final int mtrl_textinput_box_corner_radius_medium=0x7f0600bd;
+ public static final int mtrl_textinput_box_corner_radius_small=0x7f0600be;
+ public static final int mtrl_textinput_box_label_cutout_padding=0x7f0600bf;
+ public static final int mtrl_textinput_box_padding_end=0x7f0600c0;
+ public static final int mtrl_textinput_box_stroke_width_default=0x7f0600c1;
+ public static final int mtrl_textinput_box_stroke_width_focused=0x7f0600c2;
+ public static final int mtrl_textinput_outline_box_expanded_padding=0x7f0600c3;
+ public static final int mtrl_toolbar_default_height=0x7f0600c4;
+ public static final int notification_action_icon_size=0x7f0600c5;
+ public static final int notification_action_text_size=0x7f0600c6;
+ public static final int notification_big_circle_margin=0x7f0600c7;
+ public static final int notification_content_margin_start=0x7f0600c8;
+ public static final int notification_large_icon_height=0x7f0600c9;
+ public static final int notification_large_icon_width=0x7f0600ca;
+ public static final int notification_main_column_padding_top=0x7f0600cb;
+ public static final int notification_media_narrow_margin=0x7f0600cc;
+ public static final int notification_right_icon_size=0x7f0600cd;
+ public static final int notification_right_side_padding_top=0x7f0600ce;
+ public static final int notification_small_icon_background_padding=0x7f0600cf;
+ public static final int notification_small_icon_size_as_large=0x7f0600d0;
+ public static final int notification_subtext_size=0x7f0600d1;
+ public static final int notification_top_pad=0x7f0600d2;
+ public static final int notification_top_pad_large_text=0x7f0600d3;
+ public static final int tooltip_corner_radius=0x7f0600d4;
+ public static final int tooltip_horizontal_padding=0x7f0600d5;
+ public static final int tooltip_margin=0x7f0600d6;
+ public static final int tooltip_precise_anchor_extra_offset=0x7f0600d7;
+ public static final int tooltip_precise_anchor_threshold=0x7f0600d8;
+ public static final int tooltip_vertical_padding=0x7f0600d9;
+ public static final int tooltip_y_offset_non_touch=0x7f0600da;
+ public static final int tooltip_y_offset_touch=0x7f0600db;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f070007;
+ public static final int abc_action_bar_item_background_material=0x7f070008;
+ public static final int abc_btn_borderless_material=0x7f070009;
+ public static final int abc_btn_check_material=0x7f07000a;
+ public static final int abc_btn_check_material_anim=0x7f07000b;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f07000c;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f07000d;
+ public static final int abc_btn_colored_material=0x7f07000e;
+ public static final int abc_btn_default_mtrl_shape=0x7f07000f;
+ public static final int abc_btn_radio_material=0x7f070010;
+ public static final int abc_btn_radio_material_anim=0x7f070011;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f070012;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f070013;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f070014;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f070015;
+ public static final int abc_cab_background_internal_bg=0x7f070016;
+ public static final int abc_cab_background_top_material=0x7f070017;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f070018;
+ public static final int abc_control_background_material=0x7f070019;
+ public static final int abc_dialog_material_background=0x7f07001a;
+ public static final int abc_edit_text_material=0x7f07001b;
+ public static final int abc_ic_ab_back_material=0x7f07001c;
+ public static final int abc_ic_arrow_drop_right_black_24dp=0x7f07001d;
+ public static final int abc_ic_clear_material=0x7f07001e;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f07001f;
+ public static final int abc_ic_go_search_api_material=0x7f070020;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f070021;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f070022;
+ public static final int abc_ic_menu_overflow_material=0x7f070023;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f070024;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f070025;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f070026;
+ public static final int abc_ic_search_api_material=0x7f070027;
+ public static final int abc_ic_star_black_16dp=0x7f070028;
+ public static final int abc_ic_star_black_36dp=0x7f070029;
+ public static final int abc_ic_star_black_48dp=0x7f07002a;
+ public static final int abc_ic_star_half_black_16dp=0x7f07002b;
+ public static final int abc_ic_star_half_black_36dp=0x7f07002c;
+ public static final int abc_ic_star_half_black_48dp=0x7f07002d;
+ public static final int abc_ic_voice_search_api_material=0x7f07002e;
+ public static final int abc_item_background_holo_dark=0x7f07002f;
+ public static final int abc_item_background_holo_light=0x7f070030;
+ public static final int abc_list_divider_material=0x7f070031;
+ public static final int abc_list_divider_mtrl_alpha=0x7f070032;
+ public static final int abc_list_focused_holo=0x7f070033;
+ public static final int abc_list_longpressed_holo=0x7f070034;
+ public static final int abc_list_pressed_holo_dark=0x7f070035;
+ public static final int abc_list_pressed_holo_light=0x7f070036;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f070037;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f070038;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f070039;
+ public static final int abc_list_selector_disabled_holo_light=0x7f07003a;
+ public static final int abc_list_selector_holo_dark=0x7f07003b;
+ public static final int abc_list_selector_holo_light=0x7f07003c;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f07003d;
+ public static final int abc_popup_background_mtrl_mult=0x7f07003e;
+ public static final int abc_ratingbar_indicator_material=0x7f07003f;
+ public static final int abc_ratingbar_material=0x7f070040;
+ public static final int abc_ratingbar_small_material=0x7f070041;
+ public static final int abc_scrubber_control_off_mtrl_alpha=0x7f070042;
+ public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f070043;
+ public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f070044;
+ public static final int abc_scrubber_primary_mtrl_alpha=0x7f070045;
+ public static final int abc_scrubber_track_mtrl_alpha=0x7f070046;
+ public static final int abc_seekbar_thumb_material=0x7f070047;
+ public static final int abc_seekbar_tick_mark_material=0x7f070048;
+ public static final int abc_seekbar_track_material=0x7f070049;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f07004a;
+ public static final int abc_spinner_textfield_background_material=0x7f07004b;
+ public static final int abc_switch_thumb_material=0x7f07004c;
+ public static final int abc_switch_track_mtrl_alpha=0x7f07004d;
+ public static final int abc_tab_indicator_material=0x7f07004e;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f07004f;
+ public static final int abc_text_cursor_material=0x7f070050;
+ public static final int abc_text_select_handle_left_mtrl_dark=0x7f070051;
+ public static final int abc_text_select_handle_left_mtrl_light=0x7f070052;
+ public static final int abc_text_select_handle_middle_mtrl_dark=0x7f070053;
+ public static final int abc_text_select_handle_middle_mtrl_light=0x7f070054;
+ public static final int abc_text_select_handle_right_mtrl_dark=0x7f070055;
+ public static final int abc_text_select_handle_right_mtrl_light=0x7f070056;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f070057;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f070058;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070059;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f07005a;
+ public static final int abc_textfield_search_material=0x7f07005b;
+ public static final int abc_vector_test=0x7f07005c;
+ public static final int avd_hide_password=0x7f07005d;
+ public static final int avd_show_password=0x7f07005e;
+ public static final int btn_checkbox_checked_mtrl=0x7f07005f;
+ public static final int btn_checkbox_checked_to_unchecked_mtrl_animation=0x7f070060;
+ public static final int btn_checkbox_unchecked_mtrl=0x7f070061;
+ public static final int btn_checkbox_unchecked_to_checked_mtrl_animation=0x7f070062;
+ public static final int btn_radio_off_mtrl=0x7f070063;
+ public static final int btn_radio_off_to_on_mtrl_animation=0x7f070064;
+ public static final int btn_radio_on_mtrl=0x7f070065;
+ public static final int btn_radio_on_to_off_mtrl_animation=0x7f070066;
+ public static final int design_bottom_navigation_item_background=0x7f070067;
+ public static final int design_fab_background=0x7f070068;
+ public static final int design_ic_visibility=0x7f070069;
+ public static final int design_ic_visibility_off=0x7f07006a;
+ public static final int design_password_eye=0x7f07006b;
+ public static final int design_snackbar_background=0x7f07006c;
+ public static final int ic_launcher_background=0x7f07006d;
+ public static final int ic_launcher_foreground=0x7f07006e;
+ public static final int ic_mtrl_chip_checked_black=0x7f07006f;
+ public static final int ic_mtrl_chip_checked_circle=0x7f070070;
+ public static final int ic_mtrl_chip_close_circle=0x7f070071;
+ public static final int mtrl_snackbar_background=0x7f070072;
+ public static final int mtrl_tabs_default_indicator=0x7f070073;
+ public static final int navigation_empty_icon=0x7f070074;
+ public static final int notification_action_background=0x7f070075;
+ public static final int notification_bg=0x7f070076;
+ public static final int notification_bg_low=0x7f070077;
+ public static final int notification_bg_low_normal=0x7f070078;
+ public static final int notification_bg_low_pressed=0x7f070079;
+ public static final int notification_bg_normal=0x7f07007a;
+ public static final int notification_bg_normal_pressed=0x7f07007b;
+ public static final int notification_icon_background=0x7f07007c;
+ public static final int notification_template_icon_bg=0x7f07007d;
+ public static final int notification_template_icon_low_bg=0x7f07007e;
+ public static final int notification_tile_bg=0x7f07007f;
+ public static final int notify_panel_notification_icon_bg=0x7f070080;
+ public static final int tooltip_frame_dark=0x7f070081;
+ public static final int tooltip_frame_light=0x7f070082;
+ }
+ public static final class id {
+ public static final int ALT=0x7f080000;
+ public static final int CTRL=0x7f080001;
+ public static final int Courses=0x7f080002;
+ public static final int FUNCTION=0x7f080003;
+ public static final int Friday=0x7f080004;
+ public static final int GroupFollowed=0x7f080005;
+ public static final int Groupmember=0x7f080006;
+ public static final int META=0x7f080007;
+ public static final int Monday=0x7f080008;
+ public static final int N=0x7f080009;
+ public static final int Name=0x7f08000a;
+ public static final int SHIFT=0x7f08000b;
+ public static final int SYM=0x7f08000c;
+ public static final int Saturday=0x7f08000d;
+ public static final int Sunday=0x7f08000e;
+ public static final int Thursday=0x7f08000f;
+ public static final int Timetable=0x7f080010;
+ public static final int Tuesday=0x7f080011;
+ public static final int Wednesday=0x7f080012;
+ public static final int accessibility_action_clickable_span=0x7f080013;
+ public static final int accessibility_custom_action_0=0x7f080014;
+ public static final int accessibility_custom_action_1=0x7f080015;
+ public static final int accessibility_custom_action_10=0x7f080016;
+ public static final int accessibility_custom_action_11=0x7f080017;
+ public static final int accessibility_custom_action_12=0x7f080018;
+ public static final int accessibility_custom_action_13=0x7f080019;
+ public static final int accessibility_custom_action_14=0x7f08001a;
+ public static final int accessibility_custom_action_15=0x7f08001b;
+ public static final int accessibility_custom_action_16=0x7f08001c;
+ public static final int accessibility_custom_action_17=0x7f08001d;
+ public static final int accessibility_custom_action_18=0x7f08001e;
+ public static final int accessibility_custom_action_19=0x7f08001f;
+ public static final int accessibility_custom_action_2=0x7f080020;
+ public static final int accessibility_custom_action_20=0x7f080021;
+ public static final int accessibility_custom_action_21=0x7f080022;
+ public static final int accessibility_custom_action_22=0x7f080023;
+ public static final int accessibility_custom_action_23=0x7f080024;
+ public static final int accessibility_custom_action_24=0x7f080025;
+ public static final int accessibility_custom_action_25=0x7f080026;
+ public static final int accessibility_custom_action_26=0x7f080027;
+ public static final int accessibility_custom_action_27=0x7f080028;
+ public static final int accessibility_custom_action_28=0x7f080029;
+ public static final int accessibility_custom_action_29=0x7f08002a;
+ public static final int accessibility_custom_action_3=0x7f08002b;
+ public static final int accessibility_custom_action_30=0x7f08002c;
+ public static final int accessibility_custom_action_31=0x7f08002d;
+ public static final int accessibility_custom_action_4=0x7f08002e;
+ public static final int accessibility_custom_action_5=0x7f08002f;
+ public static final int accessibility_custom_action_6=0x7f080030;
+ public static final int accessibility_custom_action_7=0x7f080031;
+ public static final int accessibility_custom_action_8=0x7f080032;
+ public static final int accessibility_custom_action_9=0x7f080033;
+ public static final int action_bar=0x7f080034;
+ public static final int action_bar_activity_content=0x7f080035;
+ public static final int action_bar_container=0x7f080036;
+ public static final int action_bar_root=0x7f080037;
+ public static final int action_bar_spinner=0x7f080038;
+ public static final int action_bar_subtitle=0x7f080039;
+ public static final int action_bar_title=0x7f08003a;
+ public static final int action_container=0x7f08003b;
+ public static final int action_context_bar=0x7f08003c;
+ public static final int action_divider=0x7f08003d;
+ public static final int action_image=0x7f08003e;
+ public static final int action_menu_divider=0x7f08003f;
+ public static final int action_menu_presenter=0x7f080040;
+ public static final int action_mode_bar=0x7f080041;
+ public static final int action_mode_bar_stub=0x7f080042;
+ public static final int action_mode_close_button=0x7f080043;
+ public static final int action_text=0x7f080044;
+ public static final int actions=0x7f080045;
+ public static final int activity_chooser_view_content=0x7f080046;
+ public static final int add=0x7f080047;
+ public static final int alertTitle=0x7f080048;
+ public static final int all=0x7f080049;
+ public static final int always=0x7f08004a;
+ public static final int async=0x7f08004b;
+ public static final int auto=0x7f08004c;
+ public static final int barrier=0x7f08004d;
+ public static final int beginning=0x7f08004e;
+ public static final int blocking=0x7f08004f;
+ public static final int bottom=0x7f080050;
+ public static final int button3=0x7f080051;
+ public static final int buttonPanel=0x7f080052;
+ public static final int center=0x7f080053;
+ public static final int center_horizontal=0x7f080054;
+ public static final int center_vertical=0x7f080055;
+ public static final int chains=0x7f080056;
+ public static final int checkbox=0x7f080057;
+ public static final int checked=0x7f080058;
+ public static final int chronometer=0x7f080059;
+ public static final int clip_horizontal=0x7f08005a;
+ public static final int clip_vertical=0x7f08005b;
+ public static final int collapseActionView=0x7f08005c;
+ public static final int container=0x7f08005d;
+ public static final int content=0x7f08005e;
+ public static final int contentPanel=0x7f08005f;
+ public static final int coordinator=0x7f080060;
+ public static final int custom=0x7f080061;
+ public static final int customPanel=0x7f080062;
+ public static final int decor_content_parent=0x7f080063;
+ public static final int default_activity_button=0x7f080064;
+ public static final int design_bottom_sheet=0x7f080065;
+ public static final int design_menu_item_action_area=0x7f080066;
+ public static final int design_menu_item_action_area_stub=0x7f080067;
+ public static final int design_menu_item_text=0x7f080068;
+ public static final int design_navigation_view=0x7f080069;
+ public static final int dialog_button=0x7f08006a;
+ public static final int dimensions=0x7f08006b;
+ public static final int direct=0x7f08006c;
+ public static final int disableHome=0x7f08006d;
+ public static final int edit_query=0x7f08006e;
+ public static final int end=0x7f08006f;
+ public static final int enrolmentnumber=0x7f080070;
+ public static final int enterAlways=0x7f080071;
+ public static final int enterAlwaysCollapsed=0x7f080072;
+ public static final int exitUntilCollapsed=0x7f080073;
+ public static final int expand_activities_button=0x7f080074;
+ public static final int expanded_menu=0x7f080075;
+ public static final int fill=0x7f080076;
+ public static final int fill_horizontal=0x7f080077;
+ public static final int fill_vertical=0x7f080078;
+ public static final int filled=0x7f080079;
+ public static final int fixed=0x7f08007a;
+ public static final int forever=0x7f08007b;
+ public static final int ghost_view=0x7f08007c;
+ public static final int gone=0x7f08007d;
+ public static final int group_divider=0x7f08007e;
+ public static final int groups=0x7f08007f;
+ public static final int home=0x7f080080;
+ public static final int homeAsUp=0x7f080081;
+ public static final int icon=0x7f080082;
+ public static final int icon_group=0x7f080083;
+ public static final int ifRoom=0x7f080084;
+ public static final int image=0x7f080085;
+ public static final int info=0x7f080086;
+ public static final int invisible=0x7f080087;
+ public static final int italic=0x7f080088;
+ public static final int item_touch_helper_previous_elevation=0x7f080089;
+ public static final int labeled=0x7f08008a;
+ public static final int largeLabel=0x7f08008b;
+ public static final int left=0x7f08008c;
+ public static final int line1=0x7f08008d;
+ public static final int line3=0x7f08008e;
+ public static final int listMode=0x7f08008f;
+ public static final int list_item=0x7f080090;
+ public static final int loading=0x7f080091;
+ public static final int login=0x7f080092;
+ public static final int masked=0x7f080093;
+ public static final int message=0x7f080094;
+ public static final int middle=0x7f080095;
+ public static final int mini=0x7f080096;
+ public static final int mtrl_child_content_container=0x7f080097;
+ public static final int mtrl_internal_children_alpha_tag=0x7f080098;
+ public static final int multiply=0x7f080099;
+ public static final int navigation_header_container=0x7f08009a;
+ public static final int never=0x7f08009b;
+ public static final int none=0x7f08009c;
+ public static final int normal=0x7f08009d;
+ public static final int notification_background=0x7f08009e;
+ public static final int notification_main_column=0x7f08009f;
+ public static final int notification_main_column_container=0x7f0800a0;
+ public static final int off=0x7f0800a1;
+ public static final int on=0x7f0800a2;
+ public static final int outline=0x7f0800a3;
+ public static final int packed=0x7f0800a4;
+ public static final int parallax=0x7f0800a5;
+ public static final int parent=0x7f0800a6;
+ public static final int parentPanel=0x7f0800a7;
+ public static final int parent_matrix=0x7f0800a8;
+ public static final int password=0x7f0800a9;
+ public static final int percent=0x7f0800aa;
+ public static final int pin=0x7f0800ab;
+ public static final int progress_circular=0x7f0800ac;
+ public static final int progress_horizontal=0x7f0800ad;
+ public static final int radio=0x7f0800ae;
+ public static final int recyclerview=0x7f0800af;
+ public static final int right=0x7f0800b0;
+ public static final int right_icon=0x7f0800b1;
+ public static final int right_side=0x7f0800b2;
+ public static final int save_image_matrix=0x7f0800b3;
+ public static final int save_non_transition_alpha=0x7f0800b4;
+ public static final int save_scale_type=0x7f0800b5;
+ public static final int screen=0x7f0800b6;
+ public static final int scroll=0x7f0800b7;
+ public static final int scrollIndicatorDown=0x7f0800b8;
+ public static final int scrollIndicatorUp=0x7f0800b9;
+ public static final int scrollView=0x7f0800ba;
+ public static final int scrollable=0x7f0800bb;
+ public static final int search_badge=0x7f0800bc;
+ public static final int search_bar=0x7f0800bd;
+ public static final int search_button=0x7f0800be;
+ public static final int search_close_btn=0x7f0800bf;
+ public static final int search_edit_frame=0x7f0800c0;
+ public static final int search_go_btn=0x7f0800c1;
+ public static final int search_mag_icon=0x7f0800c2;
+ public static final int search_plate=0x7f0800c3;
+ public static final int search_src_text=0x7f0800c4;
+ public static final int search_voice_btn=0x7f0800c5;
+ public static final int select_dialog_listview=0x7f0800c6;
+ public static final int selected=0x7f0800c7;
+ public static final int shortcut=0x7f0800c8;
+ public static final int showCustom=0x7f0800c9;
+ public static final int showHome=0x7f0800ca;
+ public static final int showTitle=0x7f0800cb;
+ public static final int smallLabel=0x7f0800cc;
+ public static final int snackbar_action=0x7f0800cd;
+ public static final int snackbar_text=0x7f0800ce;
+ public static final int snap=0x7f0800cf;
+ public static final int snapMargins=0x7f0800d0;
+ public static final int spacer=0x7f0800d1;
+ public static final int split_action_bar=0x7f0800d2;
+ public static final int spread=0x7f0800d3;
+ public static final int spread_inside=0x7f0800d4;
+ public static final int src_atop=0x7f0800d5;
+ public static final int src_in=0x7f0800d6;
+ public static final int src_over=0x7f0800d7;
+ public static final int standard=0x7f0800d8;
+ public static final int start=0x7f0800d9;
+ public static final int stretch=0x7f0800da;
+ public static final int submenuarrow=0x7f0800db;
+ public static final int submit_area=0x7f0800dc;
+ public static final int tabMode=0x7f0800dd;
+ public static final int tag_accessibility_actions=0x7f0800de;
+ public static final int tag_accessibility_clickable_spans=0x7f0800df;
+ public static final int tag_accessibility_heading=0x7f0800e0;
+ public static final int tag_accessibility_pane_title=0x7f0800e1;
+ public static final int tag_screen_reader_focusable=0x7f0800e2;
+ public static final int tag_transition_group=0x7f0800e3;
+ public static final int tag_unhandled_key_event_manager=0x7f0800e4;
+ public static final int tag_unhandled_key_listeners=0x7f0800e5;
+ public static final int text=0x7f0800e6;
+ public static final int text2=0x7f0800e7;
+ public static final int textSpacerNoButtons=0x7f0800e8;
+ public static final int textSpacerNoTitle=0x7f0800e9;
+ public static final int textStart=0x7f0800ea;
+ public static final int textView9=0x7f0800eb;
+ public static final int text_input_password_toggle=0x7f0800ec;
+ public static final int textinput_counter=0x7f0800ed;
+ public static final int textinput_error=0x7f0800ee;
+ public static final int textinput_helper_text=0x7f0800ef;
+ public static final int time=0x7f0800f0;
+ public static final int title=0x7f0800f1;
+ public static final int titleDividerNoCustom=0x7f0800f2;
+ public static final int title_template=0x7f0800f3;
+ public static final int top=0x7f0800f4;
+ public static final int topPanel=0x7f0800f5;
+ public static final int touch_outside=0x7f0800f6;
+ public static final int transition_current_scene=0x7f0800f7;
+ public static final int transition_layout_save=0x7f0800f8;
+ public static final int transition_position=0x7f0800f9;
+ public static final int transition_scene_layoutid_cache=0x7f0800fa;
+ public static final int transition_transform=0x7f0800fb;
+ public static final int unchecked=0x7f0800fc;
+ public static final int uniform=0x7f0800fd;
+ public static final int unlabeled=0x7f0800fe;
+ public static final int up=0x7f0800ff;
+ public static final int useLogo=0x7f080100;
+ public static final int view_offset_helper=0x7f080101;
+ public static final int visible=0x7f080102;
+ public static final int withText=0x7f080103;
+ public static final int wrap=0x7f080104;
+ public static final int wrap_content=0x7f080105;
+ }
+ public static final class integer {
+ public static final int abc_config_activityDefaultDur=0x7f090000;
+ public static final int abc_config_activityShortDur=0x7f090001;
+ public static final int app_bar_elevation_anim_duration=0x7f090002;
+ public static final int bottom_sheet_slide_duration=0x7f090003;
+ public static final int cancel_button_image_alpha=0x7f090004;
+ public static final int config_tooltipAnimTime=0x7f090005;
+ public static final int design_snackbar_text_max_lines=0x7f090006;
+ public static final int design_tab_indicator_anim_duration_ms=0x7f090007;
+ public static final int hide_password_duration=0x7f090008;
+ public static final int mtrl_btn_anim_delay_ms=0x7f090009;
+ public static final int mtrl_btn_anim_duration_ms=0x7f09000a;
+ public static final int mtrl_chip_anim_duration=0x7f09000b;
+ public static final int mtrl_tab_indicator_anim_duration_ms=0x7f09000c;
+ public static final int show_password_duration=0x7f09000d;
+ public static final int status_bar_notification_info_maxnum=0x7f09000e;
+ }
+ public static final class interpolator {
+ public static final int btn_checkbox_checked_mtrl_animation_interpolator_0=0x7f0a0000;
+ public static final int btn_checkbox_checked_mtrl_animation_interpolator_1=0x7f0a0001;
+ public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_0=0x7f0a0002;
+ public static final int btn_checkbox_unchecked_mtrl_animation_interpolator_1=0x7f0a0003;
+ public static final int btn_radio_to_off_mtrl_animation_interpolator_0=0x7f0a0004;
+ public static final int btn_radio_to_on_mtrl_animation_interpolator_0=0x7f0a0005;
+ public static final int fast_out_slow_in=0x7f0a0006;
+ public static final int mtrl_fast_out_linear_in=0x7f0a0007;
+ public static final int mtrl_fast_out_slow_in=0x7f0a0008;
+ public static final int mtrl_linear=0x7f0a0009;
+ public static final int mtrl_linear_out_slow_in=0x7f0a000a;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item=0x7f0b0000;
+ public static final int abc_action_bar_up_container=0x7f0b0001;
+ public static final int abc_action_menu_item_layout=0x7f0b0002;
+ public static final int abc_action_menu_layout=0x7f0b0003;
+ public static final int abc_action_mode_bar=0x7f0b0004;
+ public static final int abc_action_mode_close_item_material=0x7f0b0005;
+ public static final int abc_activity_chooser_view=0x7f0b0006;
+ public static final int abc_activity_chooser_view_list_item=0x7f0b0007;
+ public static final int abc_alert_dialog_button_bar_material=0x7f0b0008;
+ public static final int abc_alert_dialog_material=0x7f0b0009;
+ public static final int abc_alert_dialog_title_material=0x7f0b000a;
+ public static final int abc_cascading_menu_item_layout=0x7f0b000b;
+ public static final int abc_dialog_title_material=0x7f0b000c;
+ public static final int abc_expanded_menu_layout=0x7f0b000d;
+ public static final int abc_list_menu_item_checkbox=0x7f0b000e;
+ public static final int abc_list_menu_item_icon=0x7f0b000f;
+ public static final int abc_list_menu_item_layout=0x7f0b0010;
+ public static final int abc_list_menu_item_radio=0x7f0b0011;
+ public static final int abc_popup_menu_header_item_layout=0x7f0b0012;
+ public static final int abc_popup_menu_item_layout=0x7f0b0013;
+ public static final int abc_screen_content_include=0x7f0b0014;
+ public static final int abc_screen_simple=0x7f0b0015;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f0b0016;
+ public static final int abc_screen_toolbar=0x7f0b0017;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f0b0018;
+ public static final int abc_search_view=0x7f0b0019;
+ public static final int abc_select_dialog_material=0x7f0b001a;
+ public static final int abc_tooltip=0x7f0b001b;
+ public static final int activity_login=0x7f0b001c;
+ public static final int activity_monday=0x7f0b001d;
+ public static final int activity_second=0x7f0b001e;
+ public static final int activity_timetable=0x7f0b001f;
+ public static final int custom_dialog=0x7f0b0020;
+ public static final int design_bottom_navigation_item=0x7f0b0021;
+ public static final int design_bottom_sheet_dialog=0x7f0b0022;
+ public static final int design_layout_snackbar=0x7f0b0023;
+ public static final int design_layout_snackbar_include=0x7f0b0024;
+ public static final int design_layout_tab_icon=0x7f0b0025;
+ public static final int design_layout_tab_text=0x7f0b0026;
+ public static final int design_menu_item_action_area=0x7f0b0027;
+ public static final int design_navigation_item=0x7f0b0028;
+ public static final int design_navigation_item_header=0x7f0b0029;
+ public static final int design_navigation_item_separator=0x7f0b002a;
+ public static final int design_navigation_item_subheader=0x7f0b002b;
+ public static final int design_navigation_menu=0x7f0b002c;
+ public static final int design_navigation_menu_item=0x7f0b002d;
+ public static final int design_text_input_password_icon=0x7f0b002e;
+ public static final int mtrl_layout_snackbar=0x7f0b002f;
+ public static final int mtrl_layout_snackbar_include=0x7f0b0030;
+ public static final int notification_action=0x7f0b0031;
+ public static final int notification_action_tombstone=0x7f0b0032;
+ public static final int notification_template_custom_big=0x7f0b0033;
+ public static final int notification_template_icon_group=0x7f0b0034;
+ public static final int notification_template_part_chronometer=0x7f0b0035;
+ public static final int notification_template_part_time=0x7f0b0036;
+ public static final int select_dialog_item_material=0x7f0b0037;
+ public static final int select_dialog_multichoice_material=0x7f0b0038;
+ public static final int select_dialog_singlechoice_material=0x7f0b0039;
+ public static final int support_simple_spinner_dropdown_item=0x7f0b003a;
+ public static final int timeslot=0x7f0b003b;
+ }
+ public static final class mipmap {
+ public static final int ic_launcher=0x7f0c0000;
+ public static final int ic_launcher_round=0x7f0c0001;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f0d0000;
+ public static final int abc_action_bar_up_description=0x7f0d0001;
+ public static final int abc_action_menu_overflow_description=0x7f0d0002;
+ public static final int abc_action_mode_done=0x7f0d0003;
+ public static final int abc_activity_chooser_view_see_all=0x7f0d0004;
+ public static final int abc_activitychooserview_choose_application=0x7f0d0005;
+ public static final int abc_capital_off=0x7f0d0006;
+ public static final int abc_capital_on=0x7f0d0007;
+ public static final int abc_menu_alt_shortcut_label=0x7f0d0008;
+ public static final int abc_menu_ctrl_shortcut_label=0x7f0d0009;
+ public static final int abc_menu_delete_shortcut_label=0x7f0d000a;
+ public static final int abc_menu_enter_shortcut_label=0x7f0d000b;
+ public static final int abc_menu_function_shortcut_label=0x7f0d000c;
+ public static final int abc_menu_meta_shortcut_label=0x7f0d000d;
+ public static final int abc_menu_shift_shortcut_label=0x7f0d000e;
+ public static final int abc_menu_space_shortcut_label=0x7f0d000f;
+ public static final int abc_menu_sym_shortcut_label=0x7f0d0010;
+ public static final int abc_prepend_shortcut_label=0x7f0d0011;
+ public static final int abc_search_hint=0x7f0d0012;
+ public static final int abc_searchview_description_clear=0x7f0d0013;
+ public static final int abc_searchview_description_query=0x7f0d0014;
+ public static final int abc_searchview_description_search=0x7f0d0015;
+ public static final int abc_searchview_description_submit=0x7f0d0016;
+ public static final int abc_searchview_description_voice=0x7f0d0017;
+ public static final int abc_shareactionprovider_share_with=0x7f0d0018;
+ public static final int abc_shareactionprovider_share_with_application=0x7f0d0019;
+ public static final int abc_toolbar_collapse_description=0x7f0d001a;
+ public static final int action_sign_in=0x7f0d001b;
+ public static final int action_sign_in_short=0x7f0d001c;
+ public static final int activity2_name=0x7f0d001d;
+ public static final int app_name=0x7f0d001e;
+ public static final int appbar_scrolling_view_behavior=0x7f0d001f;
+ public static final int bottom_sheet_behavior=0x7f0d0020;
+ public static final int character_counter_content_description=0x7f0d0021;
+ public static final int character_counter_pattern=0x7f0d0022;
+ public static final int courses=0x7f0d0023;
+ public static final int enrolment_number=0x7f0d0024;
+ public static final int fab_transformation_scrim_behavior=0x7f0d0025;
+ public static final int fab_transformation_sheet_behavior=0x7f0d0026;
+ public static final int friday=0x7f0d0027;
+ public static final int groupfollowed_mdg_sds=0x7f0d0028;
+ public static final int groupmember=0x7f0d0029;
+ public static final int hide_bottom_view_on_scroll_behavior=0x7f0d002a;
+ public static final int invalid_password=0x7f0d002b;
+ public static final int invalid_username=0x7f0d002c;
+ public static final int login_failed=0x7f0d002d;
+ public static final int monday=0x7f0d002e;
+ public static final int mtrl_chip_close_icon_content_description=0x7f0d002f;
+ public static final int name_gautam_bafna=0x7f0d0030;
+ public static final int nso_ncc_nss_nss=0x7f0d0031;
+ public static final int password_toggle_content_description=0x7f0d0032;
+ public static final int path_password_eye=0x7f0d0033;
+ public static final int path_password_eye_mask_strike_through=0x7f0d0034;
+ public static final int path_password_eye_mask_visible=0x7f0d0035;
+ public static final int path_password_strike_through=0x7f0d0036;
+ public static final int prompt_email=0x7f0d0037;
+ public static final int prompt_password=0x7f0d0038;
+ public static final int saturday=0x7f0d0039;
+ public static final int search_menu_title=0x7f0d003a;
+ public static final int show_my_timetable=0x7f0d003b;
+ public static final int sign_in=0x7f0d003c;
+ public static final int status_bar_notification_info_overflow=0x7f0d003d;
+ public static final int sunday=0x7f0d003e;
+ public static final int textview=0x7f0d003f;
+ public static final int thursday=0x7f0d0040;
+ public static final int timetable=0x7f0d0041;
+ public static final int tuesday=0x7f0d0042;
+ public static final int user_details=0x7f0d0043;
+ public static final int wednesday=0x7f0d0044;
+ public static final int welcome=0x7f0d0045;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat=0x7f0e0000;
+ public static final int AlertDialog_AppCompat_Light=0x7f0e0001;
+ public static final int Animation_AppCompat_Dialog=0x7f0e0002;
+ public static final int Animation_AppCompat_DropDownUp=0x7f0e0003;
+ public static final int Animation_AppCompat_Tooltip=0x7f0e0004;
+ public static final int Animation_Design_BottomSheetDialog=0x7f0e0005;
+ public static final int AppTheme=0x7f0e0006;
+ public static final int Base_AlertDialog_AppCompat=0x7f0e0007;
+ public static final int Base_AlertDialog_AppCompat_Light=0x7f0e0008;
+ public static final int Base_Animation_AppCompat_Dialog=0x7f0e0009;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f0e000a;
+ public static final int Base_Animation_AppCompat_Tooltip=0x7f0e000b;
+ public static final int Base_CardView=0x7f0e000c;
+ public static final int Base_DialogWindowTitle_AppCompat=0x7f0e000d;
+ public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0e000e;
+ public static final int Base_TextAppearance_AppCompat=0x7f0e000f;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f0e0010;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f0e0011;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f0e0012;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f0e0013;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f0e0014;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f0e0015;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f0e0016;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f0e0017;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f0e0018;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0e0019;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f0e001a;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0e001b;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e001c;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e001d;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f0e001e;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0e001f;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f0e0020;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0e0021;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e0022;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0e0023;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f0e0024;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0e0025;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0e0026;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0e0027;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f0e0028;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0e0029;
+ public static final int Base_TextAppearance_AppCompat_Tooltip=0x7f0e002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0030;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e0031;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0e0032;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e0033;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e0034;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e0035;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e0036;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e0037;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e0038;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e0039;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0e003a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e003b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e003c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e003d;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e003e;
+ public static final int Base_Theme_AppCompat=0x7f0e003f;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0e0040;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f0e0041;
+ public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0e0042;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0e0043;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0e0044;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0e0045;
+ public static final int Base_Theme_AppCompat_Light=0x7f0e0046;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0e0047;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0e0048;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0e0049;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0e004a;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e004b;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0e004c;
+ public static final int Base_Theme_MaterialComponents=0x7f0e004d;
+ public static final int Base_Theme_MaterialComponents_Bridge=0x7f0e004e;
+ public static final int Base_Theme_MaterialComponents_CompactMenu=0x7f0e004f;
+ public static final int Base_Theme_MaterialComponents_Dialog=0x7f0e0050;
+ public static final int Base_Theme_MaterialComponents_Dialog_Alert=0x7f0e0051;
+ public static final int Base_Theme_MaterialComponents_Dialog_FixedSize=0x7f0e0052;
+ public static final int Base_Theme_MaterialComponents_Dialog_MinWidth=0x7f0e0053;
+ public static final int Base_Theme_MaterialComponents_DialogWhenLarge=0x7f0e0054;
+ public static final int Base_Theme_MaterialComponents_Light=0x7f0e0055;
+ public static final int Base_Theme_MaterialComponents_Light_Bridge=0x7f0e0056;
+ public static final int Base_Theme_MaterialComponents_Light_DarkActionBar=0x7f0e0057;
+ public static final int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e0058;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog=0x7f0e0059;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e005a;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_FixedSize=0x7f0e005b;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e005c;
+ public static final int Base_Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e005d;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f0e005e;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0e005f;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0e0060;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0061;
+ public static final int Base_ThemeOverlay_AppCompat_Dialog=0x7f0e0062;
+ public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e0063;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0e0064;
+ public static final int Base_ThemeOverlay_MaterialComponents_Dialog=0x7f0e0065;
+ public static final int Base_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e0066;
+ public static final int Base_V14_Theme_MaterialComponents=0x7f0e0067;
+ public static final int Base_V14_Theme_MaterialComponents_Bridge=0x7f0e0068;
+ public static final int Base_V14_Theme_MaterialComponents_Dialog=0x7f0e0069;
+ public static final int Base_V14_Theme_MaterialComponents_Light=0x7f0e006a;
+ public static final int Base_V14_Theme_MaterialComponents_Light_Bridge=0x7f0e006b;
+ public static final int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e006c;
+ public static final int Base_V14_Theme_MaterialComponents_Light_Dialog=0x7f0e006d;
+ public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog=0x7f0e006e;
+ public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e006f;
+ public static final int Base_V21_Theme_AppCompat=0x7f0e0070;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0e0071;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f0e0072;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0e0073;
+ public static final int Base_V21_ThemeOverlay_AppCompat_Dialog=0x7f0e0074;
+ public static final int Base_V22_Theme_AppCompat=0x7f0e0075;
+ public static final int Base_V22_Theme_AppCompat_Light=0x7f0e0076;
+ public static final int Base_V23_Theme_AppCompat=0x7f0e0077;
+ public static final int Base_V23_Theme_AppCompat_Light=0x7f0e0078;
+ public static final int Base_V26_Theme_AppCompat=0x7f0e0079;
+ public static final int Base_V26_Theme_AppCompat_Light=0x7f0e007a;
+ public static final int Base_V26_Widget_AppCompat_Toolbar=0x7f0e007b;
+ public static final int Base_V28_Theme_AppCompat=0x7f0e007c;
+ public static final int Base_V28_Theme_AppCompat_Light=0x7f0e007d;
+ public static final int Base_V7_Theme_AppCompat=0x7f0e007e;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0e007f;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f0e0080;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0e0081;
+ public static final int Base_V7_ThemeOverlay_AppCompat_Dialog=0x7f0e0082;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0e0083;
+ public static final int Base_V7_Widget_AppCompat_EditText=0x7f0e0084;
+ public static final int Base_V7_Widget_AppCompat_Toolbar=0x7f0e0085;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f0e0086;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0e0087;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0e0088;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0e0089;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0e008a;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f0e008b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0e008c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0e008d;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f0e008e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0e008f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0e0090;
+ public static final int Base_Widget_AppCompat_Button=0x7f0e0091;
+ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0e0092;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0e0093;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0094;
+ public static final int Base_Widget_AppCompat_Button_Colored=0x7f0e0095;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f0e0096;
+ public static final int Base_Widget_AppCompat_ButtonBar=0x7f0e0097;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e0098;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0099;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0e009a;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0e009b;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0e009c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0e009d;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0e009e;
+ public static final int Base_Widget_AppCompat_EditText=0x7f0e009f;
+ public static final int Base_Widget_AppCompat_ImageButton=0x7f0e00a0;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0e00a1;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0e00a2;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e00a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0e00a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e00a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0e00a6;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0e00a7;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e00a8;
+ public static final int Base_Widget_AppCompat_ListMenuView=0x7f0e00a9;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0e00aa;
+ public static final int Base_Widget_AppCompat_ListView=0x7f0e00ab;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0e00ac;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0e00ad;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f0e00ae;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0e00af;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0e00b0;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f0e00b1;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0e00b2;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f0e00b3;
+ public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0e00b4;
+ public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0e00b5;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0e00b6;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0e00b7;
+ public static final int Base_Widget_AppCompat_SeekBar=0x7f0e00b8;
+ public static final int Base_Widget_AppCompat_SeekBar_Discrete=0x7f0e00b9;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f0e00ba;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0e00bb;
+ public static final int Base_Widget_AppCompat_TextView=0x7f0e00bc;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0e00bd;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0e00be;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e00bf;
+ public static final int Base_Widget_Design_TabLayout=0x7f0e00c0;
+ public static final int Base_Widget_MaterialComponents_Chip=0x7f0e00c1;
+ public static final int Base_Widget_MaterialComponents_TextInputEditText=0x7f0e00c2;
+ public static final int Base_Widget_MaterialComponents_TextInputLayout=0x7f0e00c3;
+ public static final int CardView=0x7f0e00c4;
+ public static final int CardView_Dark=0x7f0e00c5;
+ public static final int CardView_Light=0x7f0e00c6;
+ public static final int Platform_AppCompat=0x7f0e00c7;
+ public static final int Platform_AppCompat_Light=0x7f0e00c8;
+ public static final int Platform_MaterialComponents=0x7f0e00c9;
+ public static final int Platform_MaterialComponents_Dialog=0x7f0e00ca;
+ public static final int Platform_MaterialComponents_Light=0x7f0e00cb;
+ public static final int Platform_MaterialComponents_Light_Dialog=0x7f0e00cc;
+ public static final int Platform_ThemeOverlay_AppCompat=0x7f0e00cd;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0e00ce;
+ public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0e00cf;
+ public static final int Platform_V21_AppCompat=0x7f0e00d0;
+ public static final int Platform_V21_AppCompat_Light=0x7f0e00d1;
+ public static final int Platform_V25_AppCompat=0x7f0e00d2;
+ public static final int Platform_V25_AppCompat_Light=0x7f0e00d3;
+ public static final int Platform_Widget_AppCompat_Spinner=0x7f0e00d4;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0e00d5;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0e00d6;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0e00d7;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0e00d8;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0e00d9;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut=0x7f0e00da;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow=0x7f0e00db;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0e00dc;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title=0x7f0e00dd;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0e00de;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0e00df;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0e00e0;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0e00e1;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0e00e2;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0e00e3;
+ public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0e00e4;
+ public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0e00e5;
+ public static final int TextAppearance_AppCompat=0x7f0e00e6;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0e00e7;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0e00e8;
+ public static final int TextAppearance_AppCompat_Button=0x7f0e00e9;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0e00ea;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0e00eb;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0e00ec;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0e00ed;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0e00ee;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0e00ef;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0e00f0;
+ public static final int TextAppearance_AppCompat_Large=0x7f0e00f1;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0e00f2;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0e00f3;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0e00f4;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e00f5;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e00f6;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0e00f7;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0e00f8;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0e00f9;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e00fa;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0e00fb;
+ public static final int TextAppearance_AppCompat_Small=0x7f0e00fc;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0e00fd;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0e00fe;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00ff;
+ public static final int TextAppearance_AppCompat_Title=0x7f0e0100;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0e0101;
+ public static final int TextAppearance_AppCompat_Tooltip=0x7f0e0102;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e0103;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e0104;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e0105;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e0106;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e0107;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e0108;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0e0109;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e010a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0e010b;
+ public static final int TextAppearance_AppCompat_Widget_Button=0x7f0e010c;
+ public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored=0x7f0e010d;
+ public static final int TextAppearance_AppCompat_Widget_Button_Colored=0x7f0e010e;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e010f;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e0110;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header=0x7f0e0111;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e0112;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e0113;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0e0114;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e0115;
+ public static final int TextAppearance_Compat_Notification=0x7f0e0116;
+ public static final int TextAppearance_Compat_Notification_Info=0x7f0e0117;
+ public static final int TextAppearance_Compat_Notification_Line2=0x7f0e0118;
+ public static final int TextAppearance_Compat_Notification_Time=0x7f0e0119;
+ public static final int TextAppearance_Compat_Notification_Title=0x7f0e011a;
+ public static final int TextAppearance_Design_CollapsingToolbar_Expanded=0x7f0e011b;
+ public static final int TextAppearance_Design_Counter=0x7f0e011c;
+ public static final int TextAppearance_Design_Counter_Overflow=0x7f0e011d;
+ public static final int TextAppearance_Design_Error=0x7f0e011e;
+ public static final int TextAppearance_Design_HelperText=0x7f0e011f;
+ public static final int TextAppearance_Design_Hint=0x7f0e0120;
+ public static final int TextAppearance_Design_Snackbar_Message=0x7f0e0121;
+ public static final int TextAppearance_Design_Tab=0x7f0e0122;
+ public static final int TextAppearance_MaterialComponents_Body1=0x7f0e0123;
+ public static final int TextAppearance_MaterialComponents_Body2=0x7f0e0124;
+ public static final int TextAppearance_MaterialComponents_Button=0x7f0e0125;
+ public static final int TextAppearance_MaterialComponents_Caption=0x7f0e0126;
+ public static final int TextAppearance_MaterialComponents_Chip=0x7f0e0127;
+ public static final int TextAppearance_MaterialComponents_Headline1=0x7f0e0128;
+ public static final int TextAppearance_MaterialComponents_Headline2=0x7f0e0129;
+ public static final int TextAppearance_MaterialComponents_Headline3=0x7f0e012a;
+ public static final int TextAppearance_MaterialComponents_Headline4=0x7f0e012b;
+ public static final int TextAppearance_MaterialComponents_Headline5=0x7f0e012c;
+ public static final int TextAppearance_MaterialComponents_Headline6=0x7f0e012d;
+ public static final int TextAppearance_MaterialComponents_Overline=0x7f0e012e;
+ public static final int TextAppearance_MaterialComponents_Subtitle1=0x7f0e012f;
+ public static final int TextAppearance_MaterialComponents_Subtitle2=0x7f0e0130;
+ public static final int TextAppearance_MaterialComponents_Tab=0x7f0e0131;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e0132;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0133;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0134;
+ public static final int Theme_AppCompat=0x7f0e0135;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0e0136;
+ public static final int Theme_AppCompat_DayNight=0x7f0e0137;
+ public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0e0138;
+ public static final int Theme_AppCompat_DayNight_Dialog=0x7f0e0139;
+ public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0e013a;
+ public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0e013b;
+ public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0e013c;
+ public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0e013d;
+ public static final int Theme_AppCompat_Dialog=0x7f0e013e;
+ public static final int Theme_AppCompat_Dialog_Alert=0x7f0e013f;
+ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0e0140;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0e0141;
+ public static final int Theme_AppCompat_Light=0x7f0e0142;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0e0143;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0e0144;
+ public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0e0145;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e0146;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0e0147;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0e0148;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0e0149;
+ public static final int Theme_Design=0x7f0e014a;
+ public static final int Theme_Design_BottomSheetDialog=0x7f0e014b;
+ public static final int Theme_Design_Light=0x7f0e014c;
+ public static final int Theme_Design_Light_BottomSheetDialog=0x7f0e014d;
+ public static final int Theme_Design_Light_NoActionBar=0x7f0e014e;
+ public static final int Theme_Design_NoActionBar=0x7f0e014f;
+ public static final int Theme_MaterialComponents=0x7f0e0150;
+ public static final int Theme_MaterialComponents_BottomSheetDialog=0x7f0e0151;
+ public static final int Theme_MaterialComponents_Bridge=0x7f0e0152;
+ public static final int Theme_MaterialComponents_CompactMenu=0x7f0e0153;
+ public static final int Theme_MaterialComponents_Dialog=0x7f0e0154;
+ public static final int Theme_MaterialComponents_Dialog_Alert=0x7f0e0155;
+ public static final int Theme_MaterialComponents_Dialog_MinWidth=0x7f0e0156;
+ public static final int Theme_MaterialComponents_DialogWhenLarge=0x7f0e0157;
+ public static final int Theme_MaterialComponents_Light=0x7f0e0158;
+ public static final int Theme_MaterialComponents_Light_BottomSheetDialog=0x7f0e0159;
+ public static final int Theme_MaterialComponents_Light_Bridge=0x7f0e015a;
+ public static final int Theme_MaterialComponents_Light_DarkActionBar=0x7f0e015b;
+ public static final int Theme_MaterialComponents_Light_DarkActionBar_Bridge=0x7f0e015c;
+ public static final int Theme_MaterialComponents_Light_Dialog=0x7f0e015d;
+ public static final int Theme_MaterialComponents_Light_Dialog_Alert=0x7f0e015e;
+ public static final int Theme_MaterialComponents_Light_Dialog_MinWidth=0x7f0e015f;
+ public static final int Theme_MaterialComponents_Light_DialogWhenLarge=0x7f0e0160;
+ public static final int Theme_MaterialComponents_Light_NoActionBar=0x7f0e0161;
+ public static final int Theme_MaterialComponents_Light_NoActionBar_Bridge=0x7f0e0162;
+ public static final int Theme_MaterialComponents_NoActionBar=0x7f0e0163;
+ public static final int Theme_MaterialComponents_NoActionBar_Bridge=0x7f0e0164;
+ public static final int ThemeOverlay_AppCompat=0x7f0e0165;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0e0166;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0e0167;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0168;
+ public static final int ThemeOverlay_AppCompat_DayNight=0x7f0e0169;
+ public static final int ThemeOverlay_AppCompat_DayNight_ActionBar=0x7f0e016a;
+ public static final int ThemeOverlay_AppCompat_Dialog=0x7f0e016b;
+ public static final int ThemeOverlay_AppCompat_Dialog_Alert=0x7f0e016c;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0e016d;
+ public static final int ThemeOverlay_MaterialComponents=0x7f0e016e;
+ public static final int ThemeOverlay_MaterialComponents_ActionBar=0x7f0e016f;
+ public static final int ThemeOverlay_MaterialComponents_Dark=0x7f0e0170;
+ public static final int ThemeOverlay_MaterialComponents_Dark_ActionBar=0x7f0e0171;
+ public static final int ThemeOverlay_MaterialComponents_Dialog=0x7f0e0172;
+ public static final int ThemeOverlay_MaterialComponents_Dialog_Alert=0x7f0e0173;
+ public static final int ThemeOverlay_MaterialComponents_Light=0x7f0e0174;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText=0x7f0e0175;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox=0x7f0e0176;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e0177;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e0178;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e0179;
+ public static final int Widget_AppCompat_ActionBar=0x7f0e017a;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0e017b;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0e017c;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0e017d;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0e017e;
+ public static final int Widget_AppCompat_ActionButton=0x7f0e017f;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0e0180;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0e0181;
+ public static final int Widget_AppCompat_ActionMode=0x7f0e0182;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0e0183;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0e0184;
+ public static final int Widget_AppCompat_Button=0x7f0e0185;
+ public static final int Widget_AppCompat_Button_Borderless=0x7f0e0186;
+ public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0e0187;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e0188;
+ public static final int Widget_AppCompat_Button_Colored=0x7f0e0189;
+ public static final int Widget_AppCompat_Button_Small=0x7f0e018a;
+ public static final int Widget_AppCompat_ButtonBar=0x7f0e018b;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e018c;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0e018d;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0e018e;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0e018f;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0e0190;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0e0191;
+ public static final int Widget_AppCompat_EditText=0x7f0e0192;
+ public static final int Widget_AppCompat_ImageButton=0x7f0e0193;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f0e0194;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0195;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0e0196;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e0197;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0e0198;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0e0199;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e019a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0e019b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0e019c;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f0e019d;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0e019e;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0e019f;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0e01a0;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0e01a1;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0e01a2;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0e01a3;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0e01a4;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0e01a5;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f0e01a6;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e01a7;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f0e01a8;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0e01a9;
+ public static final int Widget_AppCompat_ListMenuView=0x7f0e01aa;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f0e01ab;
+ public static final int Widget_AppCompat_ListView=0x7f0e01ac;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f0e01ad;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f0e01ae;
+ public static final int Widget_AppCompat_PopupMenu=0x7f0e01af;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0e01b0;
+ public static final int Widget_AppCompat_PopupWindow=0x7f0e01b1;
+ public static final int Widget_AppCompat_ProgressBar=0x7f0e01b2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0e01b3;
+ public static final int Widget_AppCompat_RatingBar=0x7f0e01b4;
+ public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0e01b5;
+ public static final int Widget_AppCompat_RatingBar_Small=0x7f0e01b6;
+ public static final int Widget_AppCompat_SearchView=0x7f0e01b7;
+ public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0e01b8;
+ public static final int Widget_AppCompat_SeekBar=0x7f0e01b9;
+ public static final int Widget_AppCompat_SeekBar_Discrete=0x7f0e01ba;
+ public static final int Widget_AppCompat_Spinner=0x7f0e01bb;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f0e01bc;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0e01bd;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f0e01be;
+ public static final int Widget_AppCompat_TextView=0x7f0e01bf;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0e01c0;
+ public static final int Widget_AppCompat_Toolbar=0x7f0e01c1;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e01c2;
+ public static final int Widget_Compat_NotificationActionContainer=0x7f0e01c3;
+ public static final int Widget_Compat_NotificationActionText=0x7f0e01c4;
+ public static final int Widget_Design_AppBarLayout=0x7f0e01c5;
+ public static final int Widget_Design_BottomNavigationView=0x7f0e01c6;
+ public static final int Widget_Design_BottomSheet_Modal=0x7f0e01c7;
+ public static final int Widget_Design_CollapsingToolbar=0x7f0e01c8;
+ public static final int Widget_Design_FloatingActionButton=0x7f0e01c9;
+ public static final int Widget_Design_NavigationView=0x7f0e01ca;
+ public static final int Widget_Design_ScrimInsetsFrameLayout=0x7f0e01cb;
+ public static final int Widget_Design_Snackbar=0x7f0e01cc;
+ public static final int Widget_Design_TabLayout=0x7f0e01cd;
+ public static final int Widget_Design_TextInputLayout=0x7f0e01ce;
+ public static final int Widget_MaterialComponents_BottomAppBar=0x7f0e01cf;
+ public static final int Widget_MaterialComponents_BottomAppBar_Colored=0x7f0e01d0;
+ public static final int Widget_MaterialComponents_BottomNavigationView=0x7f0e01d1;
+ public static final int Widget_MaterialComponents_BottomNavigationView_Colored=0x7f0e01d2;
+ public static final int Widget_MaterialComponents_BottomSheet_Modal=0x7f0e01d3;
+ public static final int Widget_MaterialComponents_Button=0x7f0e01d4;
+ public static final int Widget_MaterialComponents_Button_Icon=0x7f0e01d5;
+ public static final int Widget_MaterialComponents_Button_OutlinedButton=0x7f0e01d6;
+ public static final int Widget_MaterialComponents_Button_OutlinedButton_Icon=0x7f0e01d7;
+ public static final int Widget_MaterialComponents_Button_TextButton=0x7f0e01d8;
+ public static final int Widget_MaterialComponents_Button_TextButton_Dialog=0x7f0e01d9;
+ public static final int Widget_MaterialComponents_Button_TextButton_Dialog_Icon=0x7f0e01da;
+ public static final int Widget_MaterialComponents_Button_TextButton_Icon=0x7f0e01db;
+ public static final int Widget_MaterialComponents_Button_UnelevatedButton=0x7f0e01dc;
+ public static final int Widget_MaterialComponents_Button_UnelevatedButton_Icon=0x7f0e01dd;
+ public static final int Widget_MaterialComponents_CardView=0x7f0e01de;
+ public static final int Widget_MaterialComponents_Chip_Action=0x7f0e01df;
+ public static final int Widget_MaterialComponents_Chip_Choice=0x7f0e01e0;
+ public static final int Widget_MaterialComponents_Chip_Entry=0x7f0e01e1;
+ public static final int Widget_MaterialComponents_Chip_Filter=0x7f0e01e2;
+ public static final int Widget_MaterialComponents_ChipGroup=0x7f0e01e3;
+ public static final int Widget_MaterialComponents_FloatingActionButton=0x7f0e01e4;
+ public static final int Widget_MaterialComponents_NavigationView=0x7f0e01e5;
+ public static final int Widget_MaterialComponents_Snackbar=0x7f0e01e6;
+ public static final int Widget_MaterialComponents_Snackbar_FullWidth=0x7f0e01e7;
+ public static final int Widget_MaterialComponents_TabLayout=0x7f0e01e8;
+ public static final int Widget_MaterialComponents_TabLayout_Colored=0x7f0e01e9;
+ public static final int Widget_MaterialComponents_TextInputEditText_FilledBox=0x7f0e01ea;
+ public static final int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense=0x7f0e01eb;
+ public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox=0x7f0e01ec;
+ public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense=0x7f0e01ed;
+ public static final int Widget_MaterialComponents_TextInputLayout_FilledBox=0x7f0e01ee;
+ public static final int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense=0x7f0e01ef;
+ public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox=0x7f0e01f0;
+ public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense=0x7f0e01f1;
+ public static final int Widget_MaterialComponents_Toolbar=0x7f0e01f2;
+ public static final int Widget_Support_CoordinatorLayout=0x7f0e01f3;
+ public static final int time_slot=0x7f0e01f4;
+ }
+ public static final class styleable {
+ /**
+ * Attributes that can be used with a ActionBar.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ActionBar_background com.example.iitrtimetable:background} | Specifies a background drawable for the action bar. |
{@link #ActionBar_backgroundSplit com.example.iitrtimetable:backgroundSplit} | Specifies a background drawable for the bottom component of a split action bar. |
{@link #ActionBar_backgroundStacked com.example.iitrtimetable:backgroundStacked} | Specifies a background drawable for a second stacked row of the action bar. |
{@link #ActionBar_contentInsetEnd com.example.iitrtimetable:contentInsetEnd} | Minimum inset for content views within a bar. |
{@link #ActionBar_contentInsetEndWithActions com.example.iitrtimetable:contentInsetEndWithActions} | Minimum inset for content views within a bar when actions from a menu + * are present. |
{@link #ActionBar_contentInsetLeft com.example.iitrtimetable:contentInsetLeft} | Minimum inset for content views within a bar. |
{@link #ActionBar_contentInsetRight com.example.iitrtimetable:contentInsetRight} | Minimum inset for content views within a bar. |
{@link #ActionBar_contentInsetStart com.example.iitrtimetable:contentInsetStart} | Minimum inset for content views within a bar. |
{@link #ActionBar_contentInsetStartWithNavigation com.example.iitrtimetable:contentInsetStartWithNavigation} | Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. |
{@link #ActionBar_customNavigationLayout com.example.iitrtimetable:customNavigationLayout} | Specifies a layout for custom navigation. |
{@link #ActionBar_displayOptions com.example.iitrtimetable:displayOptions} | Options affecting how the action bar is displayed. |
{@link #ActionBar_divider com.example.iitrtimetable:divider} | Specifies the drawable used for item dividers. |
{@link #ActionBar_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #ActionBar_height com.example.iitrtimetable:height} | |
{@link #ActionBar_hideOnContentScroll com.example.iitrtimetable:hideOnContentScroll} | Set true to hide the action bar on a vertical nested scroll of content. |
{@link #ActionBar_homeAsUpIndicator com.example.iitrtimetable:homeAsUpIndicator} | Specifies a drawable to use for the 'home as up' indicator. |
{@link #ActionBar_homeLayout com.example.iitrtimetable:homeLayout} | Specifies a layout to use for the "home" section of the action bar. |
{@link #ActionBar_icon com.example.iitrtimetable:icon} | |
{@link #ActionBar_indeterminateProgressStyle com.example.iitrtimetable:indeterminateProgressStyle} | Specifies a style resource to use for an indeterminate progress spinner. |
{@link #ActionBar_itemPadding com.example.iitrtimetable:itemPadding} | Specifies padding that should be applied to the left and right sides of + * system-provided items in the bar. |
{@link #ActionBar_logo com.example.iitrtimetable:logo} | Specifies the drawable used for the application logo. |
{@link #ActionBar_navigationMode com.example.iitrtimetable:navigationMode} | The type of navigation to use. |
{@link #ActionBar_popupTheme com.example.iitrtimetable:popupTheme} | Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. |
{@link #ActionBar_progressBarPadding com.example.iitrtimetable:progressBarPadding} | Specifies the horizontal padding on either end for an embedded progress bar. |
{@link #ActionBar_progressBarStyle com.example.iitrtimetable:progressBarStyle} | Specifies a style resource to use for an embedded progress bar. |
{@link #ActionBar_subtitle com.example.iitrtimetable:subtitle} | Specifies subtitle text used for navigationMode="normal" |
{@link #ActionBar_subtitleTextStyle com.example.iitrtimetable:subtitleTextStyle} | Specifies a style to use for subtitle text. |
{@link #ActionBar_title com.example.iitrtimetable:title} | |
{@link #ActionBar_titleTextStyle com.example.iitrtimetable:titleTextStyle} | Specifies a style to use for title text. |
+ * @attr description + * Specifies a background drawable for the action bar. + * + *
May 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.example.iitrtimetable:background
+ */
+ public static final int ActionBar_background=0;
+ /**
+ *
+ * @attr description + * Specifies a background drawable for the bottom component of a split action bar. + * + *
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.example.iitrtimetable:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit=1;
+ /**
+ *
+ * @attr description + * Specifies a background drawable for a second stacked row of the action bar. + * + *
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.example.iitrtimetable:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked=2;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd=3;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar when actions from a menu + * are present. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetEndWithActions
+ */
+ public static final int ActionBar_contentInsetEndWithActions=4;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft=5;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight=6;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart=7;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetStartWithNavigation
+ */
+ public static final int ActionBar_contentInsetStartWithNavigation=8;
+ /**
+ *
+ * @attr description + * Specifies a layout for custom navigation. Overrides navigationMode. + * + *
May 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.example.iitrtimetable:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout=9;
+ /**
+ *
+ * @attr description + * Options affecting how the action bar is displayed. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
disableHome | 20 | |
homeAsUp | 4 | |
none | 0 | |
showCustom | 10 | |
showHome | 2 | |
showTitle | 8 | |
useLogo | 1 |
+ * @attr description + * Specifies the drawable used for item dividers. + * + *
May 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.example.iitrtimetable:divider
+ */
+ public static final int ActionBar_divider=11;
+ /**
+ *
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int ActionBar_elevation=12;
+ /**
+ *
+ * @attr description + * Specifies a fixed height. + * + *
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.example.iitrtimetable:height
+ */
+ public static final int ActionBar_height=13;
+ /**
+ *
+ * @attr description + * Set true to hide the action bar on a vertical nested scroll of content. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll=14;
+ /**
+ *
+ * @attr description + * Up navigation glyph + * + *
May 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.example.iitrtimetable:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator=15;
+ /**
+ *
+ * @attr description + * Specifies a layout to use for the "home" section of the action bar. + * + *
May 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.example.iitrtimetable:homeLayout
+ */
+ public static final int ActionBar_homeLayout=16;
+ /**
+ *
+ * @attr description + * Specifies the drawable used for the application icon. + * + *
May 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.example.iitrtimetable:icon
+ */
+ public static final int ActionBar_icon=17;
+ /**
+ *
+ * @attr description + * Specifies a style resource to use for an indeterminate progress spinner. + * + *
May 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.example.iitrtimetable:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle=18;
+ /**
+ *
+ * @attr description + * Specifies padding that should be applied to the left and right sides of + * system-provided items in the bar. + * + *
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.example.iitrtimetable:itemPadding
+ */
+ public static final int ActionBar_itemPadding=19;
+ /**
+ *
+ * @attr description + * Specifies the drawable used for the application logo. + * + *
May 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.example.iitrtimetable:logo
+ */
+ public static final int ActionBar_logo=20;
+ /**
+ *
+ * @attr description + * The type of navigation to use. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
listMode | 1 | The action bar will use a selection list for navigation. |
normal | 0 | Normal static title text |
tabMode | 2 | The action bar will use a series of horizontal tabs for navigation. |
+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + * + *
May 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.example.iitrtimetable:popupTheme
+ */
+ public static final int ActionBar_popupTheme=22;
+ /**
+ *
+ * @attr description + * Specifies the horizontal padding on either end for an embedded progress bar. + * + *
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.example.iitrtimetable:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding=23;
+ /**
+ *
+ * @attr description + * Specifies a style resource to use for an embedded progress bar. + * + *
May 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.example.iitrtimetable:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle=24;
+ /**
+ *
+ * @attr description + * Specifies subtitle text used for navigationMode="normal" + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:subtitle + */ + public static final int ActionBar_subtitle=25; + /** + *
+ * @attr description + * Specifies a style to use for subtitle text. + * + *
May 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.example.iitrtimetable:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle=26;
+ /**
+ *
+ * @attr description + * Specifies title text used for navigationMode="normal" + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:title + */ + public static final int ActionBar_title=27; + /** + *
+ * @attr description + * Specifies a style to use for title text. + * + *
May 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.example.iitrtimetable:titleTextStyle
+ */
+ public static final int ActionBar_titleTextStyle=28;
+ /**
+ * Attributes that can be used with a ActionBarLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity} |
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.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
end | 800005 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ActionMenuItemView_android_minWidth android:minWidth} |
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:
+ *Attribute | Description |
---|---|
{@link #ActionMode_background com.example.iitrtimetable:background} | Specifies a background drawable for the action bar. |
{@link #ActionMode_backgroundSplit com.example.iitrtimetable:backgroundSplit} | Specifies a background drawable for the bottom component of a split action bar. |
{@link #ActionMode_closeItemLayout com.example.iitrtimetable:closeItemLayout} | Specifies a layout to use for the "close" item at the starting edge. |
{@link #ActionMode_height com.example.iitrtimetable:height} | |
{@link #ActionMode_subtitleTextStyle com.example.iitrtimetable:subtitleTextStyle} | Specifies a style to use for subtitle text. |
{@link #ActionMode_titleTextStyle com.example.iitrtimetable:titleTextStyle} | Specifies a style to use for title text. |
+ * @attr description + * Specifies a background for the action mode bar. + * + *
May 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.example.iitrtimetable:background
+ */
+ public static final int ActionMode_background=0;
+ /**
+ *
+ * @attr description + * Specifies a background for the split action mode bar. + * + *
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.example.iitrtimetable:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit=1;
+ /**
+ *
+ * @attr description + * Specifies a layout to use for the "close" item at the starting edge. + * + *
May 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.example.iitrtimetable:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout=2;
+ /**
+ *
+ * @attr description + * Specifies a fixed height for the action mode bar. + * + *
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.example.iitrtimetable:height
+ */
+ public static final int ActionMode_height=3;
+ /**
+ *
+ * @attr description + * Specifies a style to use for subtitle text. + * + *
May 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.example.iitrtimetable:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle=4;
+ /**
+ *
+ * @attr description + * Specifies a style to use for title text. + * + *
May 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.example.iitrtimetable:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle=5;
+ /**
+ * Attributes that can be used with a ActivityChooserView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.example.iitrtimetable:expandActivityOverflowButtonDrawable} | The drawable to show in the button for expanding the activities overflow popup. |
{@link #ActivityChooserView_initialActivityCount com.example.iitrtimetable:initialActivityCount} | The maximal number of items initially shown in the activity list. |
+ * @attr description + * The drawable to show in the button for expanding the activities overflow popup. + * Note: Clients would like to set this drawable + * as a clue about the action the chosen activity will perform. For + * example, if share activity is to be chosen the drawable should + * give a clue that sharing is to be performed. + * + *
May 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.example.iitrtimetable:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0;
+ /**
+ *
+ * @attr description + * The maximal number of items initially shown in the activity list. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AlertDialog_android_layout android:layout} | |
{@link #AlertDialog_buttonIconDimen com.example.iitrtimetable:buttonIconDimen} | |
{@link #AlertDialog_buttonPanelSideLayout com.example.iitrtimetable:buttonPanelSideLayout} | |
{@link #AlertDialog_listItemLayout com.example.iitrtimetable:listItemLayout} | |
{@link #AlertDialog_listLayout com.example.iitrtimetable:listLayout} | |
{@link #AlertDialog_multiChoiceItemLayout com.example.iitrtimetable:multiChoiceItemLayout} | |
{@link #AlertDialog_showTitle com.example.iitrtimetable:showTitle} | |
{@link #AlertDialog_singleChoiceItemLayout com.example.iitrtimetable:singleChoiceItemLayout} |
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.example.iitrtimetable.R.attr#buttonIconDimen} + * attribute's value can be found in the {@link #AlertDialog} 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.example.iitrtimetable:buttonIconDimen
+ */
+ public static final int AlertDialog_buttonIconDimen=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:buttonPanelSideLayout
+ */
+ public static final int AlertDialog_buttonPanelSideLayout=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:listItemLayout
+ */
+ public static final int AlertDialog_listItemLayout=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:listLayout
+ */
+ public static final int AlertDialog_listLayout=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:multiChoiceItemLayout
+ */
+ public static final int AlertDialog_multiChoiceItemLayout=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showTitle} + * attribute's value can be found in the {@link #AlertDialog} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:showTitle
+ */
+ public static final int AlertDialog_showTitle=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:singleChoiceItemLayout
+ */
+ public static final int AlertDialog_singleChoiceItemLayout=7;
+ /**
+ * Attributes that can be used with a AnimatedStateListDrawableCompat.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AnimatedStateListDrawableCompat_android_dither android:dither} | |
{@link #AnimatedStateListDrawableCompat_android_visible android:visible} | |
{@link #AnimatedStateListDrawableCompat_android_variablePadding android:variablePadding} | |
{@link #AnimatedStateListDrawableCompat_android_constantSize android:constantSize} | |
{@link #AnimatedStateListDrawableCompat_android_enterFadeDuration android:enterFadeDuration} | |
{@link #AnimatedStateListDrawableCompat_android_exitFadeDuration android:exitFadeDuration} |
+ * @attr description + * Enables or disables dithering of the bitmap if the bitmap does not have the + * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with + * an RGB 565 screen). + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:dither
+ */
+ public static final int AnimatedStateListDrawableCompat_android_dither=0;
+ /**
+ *
+ * @attr description + * Indicates whether the drawable should be initially visible. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:visible
+ */
+ public static final int AnimatedStateListDrawableCompat_android_visible=1;
+ /**
+ *
+ * @attr description + * If true, allows the drawable's padding to change based on the + * current state that is selected. If false, the padding will + * stay the same (based on the maximum padding of all the states). + * Enabling this feature requires that the owner of the drawable + * deal with performing layout when the state changes, which is + * often not supported. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:variablePadding
+ */
+ public static final int AnimatedStateListDrawableCompat_android_variablePadding=2;
+ /**
+ *
+ * @attr description + * If true, the drawable's reported internal size will remain + * constant as the state changes; the size is the maximum of all + * of the states. If false, the size will vary based on the + * current state. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:constantSize
+ */
+ public static final int AnimatedStateListDrawableCompat_android_constantSize=3;
+ /**
+ *
+ * @attr description + * Amount of time (in milliseconds) to fade in a new state drawable. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:enterFadeDuration
+ */
+ public static final int AnimatedStateListDrawableCompat_android_enterFadeDuration=4;
+ /**
+ *
+ * @attr description + * Amount of time (in milliseconds) to fade out an old state drawable. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:exitFadeDuration
+ */
+ public static final int AnimatedStateListDrawableCompat_android_exitFadeDuration=5;
+ /**
+ * Attributes that can be used with a AnimatedStateListDrawableItem.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AnimatedStateListDrawableItem_android_id android:id} | |
{@link #AnimatedStateListDrawableItem_android_drawable android:drawable} |
+ * @attr description + * Keyframe identifier for use in specifying transitions. + * + *
May 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 AnimatedStateListDrawableItem_android_id=0;
+ /**
+ *
+ * @attr description + * Reference to a drawable resource to use for the frame. If not + * given, the drawable must be defined by the first child tag. + * + *
May 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:drawable
+ */
+ public static final int AnimatedStateListDrawableItem_android_drawable=1;
+ /**
+ * Attributes that can be used with a AnimatedStateListDrawableTransition.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AnimatedStateListDrawableTransition_android_drawable android:drawable} | |
{@link #AnimatedStateListDrawableTransition_android_toId android:toId} | |
{@link #AnimatedStateListDrawableTransition_android_fromId android:fromId} | |
{@link #AnimatedStateListDrawableTransition_android_reversible android:reversible} |
+ * @attr description + * Reference to a animation drawable resource to use for the frame. If not + * given, the animation drawable must be defined by the first child tag. + * + *
May 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:drawable
+ */
+ public static final int AnimatedStateListDrawableTransition_android_drawable=0;
+ /**
+ *
+ * @attr description + * Keyframe identifier for the ending state. + * + *
May 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:toId
+ */
+ public static final int AnimatedStateListDrawableTransition_android_toId=1;
+ /**
+ *
+ * @attr description + * Keyframe identifier for the starting state. + * + *
May 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:fromId
+ */
+ public static final int AnimatedStateListDrawableTransition_android_fromId=2;
+ /**
+ *
+ * @attr description + * Whether this transition is reversible. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:reversible
+ */
+ public static final int AnimatedStateListDrawableTransition_android_reversible=3;
+ /**
+ * Attributes that can be used with a AppBarLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppBarLayout_android_background android:background} | |
{@link #AppBarLayout_android_touchscreenBlocksFocus android:touchscreenBlocksFocus} | |
{@link #AppBarLayout_android_keyboardNavigationCluster android:keyboardNavigationCluster} | |
{@link #AppBarLayout_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #AppBarLayout_expanded com.example.iitrtimetable:expanded} | |
{@link #AppBarLayout_liftOnScroll com.example.iitrtimetable:liftOnScroll} |
This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #AppBarLayout} 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 AppBarLayout_android_background=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#touchscreenBlocksFocus} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:touchscreenBlocksFocus
+ */
+ public static final int AppBarLayout_android_touchscreenBlocksFocus=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#keyboardNavigationCluster} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:keyboardNavigationCluster
+ */
+ public static final int AppBarLayout_android_keyboardNavigationCluster=2;
+ /**
+ *
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int AppBarLayout_elevation=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expanded} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:expanded
+ */
+ public static final int AppBarLayout_expanded=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#liftOnScroll} + * attribute's value can be found in the {@link #AppBarLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:liftOnScroll
+ */
+ public static final int AppBarLayout_liftOnScroll=5;
+ /**
+ * Attributes that can be used with a AppBarLayoutStates.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppBarLayoutStates_state_collapsed com.example.iitrtimetable:state_collapsed} | |
{@link #AppBarLayoutStates_state_collapsible com.example.iitrtimetable:state_collapsible} | |
{@link #AppBarLayoutStates_state_liftable com.example.iitrtimetable:state_liftable} | |
{@link #AppBarLayoutStates_state_lifted com.example.iitrtimetable:state_lifted} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_collapsed} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:state_collapsed
+ */
+ public static final int AppBarLayoutStates_state_collapsed=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_collapsible} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:state_collapsible
+ */
+ public static final int AppBarLayoutStates_state_collapsible=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_liftable} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:state_liftable
+ */
+ public static final int AppBarLayoutStates_state_liftable=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#state_lifted} + * attribute's value can be found in the {@link #AppBarLayoutStates} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:state_lifted
+ */
+ public static final int AppBarLayoutStates_state_lifted=3;
+ /**
+ * Attributes that can be used with a AppBarLayout_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppBarLayout_Layout_layout_scrollFlags com.example.iitrtimetable:layout_scrollFlags} | |
{@link #AppBarLayout_Layout_layout_scrollInterpolator com.example.iitrtimetable:layout_scrollInterpolator} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_scrollFlags} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
enterAlways | 4 | |
enterAlwaysCollapsed | 8 | |
exitUntilCollapsed | 2 | |
scroll | 1 | |
snap | 10 | |
snapMargins | 20 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_scrollInterpolator} + * attribute's value can be found in the {@link #AppBarLayout_Layout} array. + * + *
May 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.example.iitrtimetable:layout_scrollInterpolator
+ */
+ public static final int AppBarLayout_Layout_layout_scrollInterpolator=1;
+ /**
+ * Attributes that can be used with a AppCompatImageView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppCompatImageView_android_src android:src} | |
{@link #AppCompatImageView_srcCompat com.example.iitrtimetable:srcCompat} | Sets a drawable as the content of this ImageView. |
{@link #AppCompatImageView_tint com.example.iitrtimetable:tint} | Tint to apply to the image source. |
{@link #AppCompatImageView_tintMode com.example.iitrtimetable:tintMode} | Blending mode used to apply the image source tint. |
This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} 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:src
+ */
+ public static final int AppCompatImageView_android_src=0;
+ /**
+ *
+ * @attr description + * Sets a drawable as the content of this ImageView. Allows the use of vector drawable + * when running on older versions of the platform. + * + *
May 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.example.iitrtimetable:srcCompat
+ */
+ public static final int AppCompatImageView_srcCompat=1;
+ /**
+ *
+ * @attr description + * Tint to apply to the image source. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tint
+ */
+ public static final int AppCompatImageView_tint=2;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the image source tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppCompatSeekBar_android_thumb android:thumb} | |
{@link #AppCompatSeekBar_tickMark com.example.iitrtimetable:tickMark} | Drawable displayed at each progress position on a seekbar. |
{@link #AppCompatSeekBar_tickMarkTint com.example.iitrtimetable:tickMarkTint} | Tint to apply to the tick mark drawable. |
{@link #AppCompatSeekBar_tickMarkTintMode com.example.iitrtimetable:tickMarkTintMode} | Blending mode used to apply the tick mark tint. |
This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #AppCompatSeekBar} array. + * + *
May 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 AppCompatSeekBar_android_thumb=0;
+ /**
+ *
+ * @attr description + * Drawable displayed at each progress position on a seekbar. + * + *
May 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.example.iitrtimetable:tickMark
+ */
+ public static final int AppCompatSeekBar_tickMark=1;
+ /**
+ *
+ * @attr description + * Tint to apply to the tick mark drawable. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tickMarkTint
+ */
+ public static final int AppCompatSeekBar_tickMarkTint=2;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the tick mark tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppCompatTextHelper_android_textAppearance android:textAppearance} | |
{@link #AppCompatTextHelper_android_drawableTop android:drawableTop} | |
{@link #AppCompatTextHelper_android_drawableBottom android:drawableBottom} | |
{@link #AppCompatTextHelper_android_drawableLeft android:drawableLeft} | |
{@link #AppCompatTextHelper_android_drawableRight android:drawableRight} | |
{@link #AppCompatTextHelper_android_drawableStart android:drawableStart} | |
{@link #AppCompatTextHelper_android_drawableEnd android:drawableEnd} |
This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextHelper} array. + * + *
May 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 AppCompatTextHelper_android_textAppearance=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableTop} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableTop
+ */
+ public static final int AppCompatTextHelper_android_drawableTop=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableBottom} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableBottom
+ */
+ public static final int AppCompatTextHelper_android_drawableBottom=2;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableLeft} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableLeft
+ */
+ public static final int AppCompatTextHelper_android_drawableLeft=3;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableRight} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableRight
+ */
+ public static final int AppCompatTextHelper_android_drawableRight=4;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableStart} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableStart
+ */
+ public static final int AppCompatTextHelper_android_drawableStart=5;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#drawableEnd} + * attribute's value can be found in the {@link #AppCompatTextHelper} 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:drawableEnd
+ */
+ public static final int AppCompatTextHelper_android_drawableEnd=6;
+ /**
+ * Attributes that can be used with a AppCompatTextView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppCompatTextView_android_textAppearance android:textAppearance} | |
{@link #AppCompatTextView_autoSizeMaxTextSize com.example.iitrtimetable:autoSizeMaxTextSize} | The maximum text size constraint to be used when auto-sizing text. |
{@link #AppCompatTextView_autoSizeMinTextSize com.example.iitrtimetable:autoSizeMinTextSize} | The minimum text size constraint to be used when auto-sizing text. |
{@link #AppCompatTextView_autoSizePresetSizes com.example.iitrtimetable:autoSizePresetSizes} | Resource array of dimensions to be used in conjunction with
+ * autoSizeTextType set to uniform . |
{@link #AppCompatTextView_autoSizeStepGranularity com.example.iitrtimetable:autoSizeStepGranularity} | Specify the auto-size step size if autoSizeTextType is set to
+ * uniform . |
{@link #AppCompatTextView_autoSizeTextType com.example.iitrtimetable:autoSizeTextType} | Specify the type of auto-size. |
{@link #AppCompatTextView_drawableBottomCompat com.example.iitrtimetable:drawableBottomCompat} | |
{@link #AppCompatTextView_drawableEndCompat com.example.iitrtimetable:drawableEndCompat} | |
{@link #AppCompatTextView_drawableLeftCompat com.example.iitrtimetable:drawableLeftCompat} | Compound drawables allowing the use of vector drawable when running on older versions + * of the platform. |
{@link #AppCompatTextView_drawableRightCompat com.example.iitrtimetable:drawableRightCompat} | |
{@link #AppCompatTextView_drawableStartCompat com.example.iitrtimetable:drawableStartCompat} | |
{@link #AppCompatTextView_drawableTint com.example.iitrtimetable:drawableTint} | Tint to apply to the compound (left, top, etc.) drawables. |
{@link #AppCompatTextView_drawableTintMode com.example.iitrtimetable:drawableTintMode} | Blending mode used to apply the compound (left, top, etc.) drawables tint. |
{@link #AppCompatTextView_drawableTopCompat com.example.iitrtimetable:drawableTopCompat} | |
{@link #AppCompatTextView_firstBaselineToTopHeight com.example.iitrtimetable:firstBaselineToTopHeight} | Distance from the top of the TextView to the first text baseline. |
{@link #AppCompatTextView_fontFamily com.example.iitrtimetable:fontFamily} | The attribute for the font family. |
{@link #AppCompatTextView_fontVariationSettings com.example.iitrtimetable:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #AppCompatTextView_lastBaselineToBottomHeight com.example.iitrtimetable:lastBaselineToBottomHeight} | Distance from the bottom of the TextView to the last text baseline. |
{@link #AppCompatTextView_lineHeight com.example.iitrtimetable:lineHeight} | Explicit height between lines of text. |
{@link #AppCompatTextView_textAllCaps com.example.iitrtimetable:textAllCaps} | Present the text in ALL CAPS. |
{@link #AppCompatTextView_textLocale com.example.iitrtimetable:textLocale} | Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". |
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;
+ /**
+ *
+ * @attr description + * The maximum text size constraint to be used when auto-sizing text. + * + *
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.example.iitrtimetable:autoSizeMaxTextSize
+ */
+ public static final int AppCompatTextView_autoSizeMaxTextSize=1;
+ /**
+ *
+ * @attr description + * The minimum text size constraint to be used when auto-sizing text. + * + *
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.example.iitrtimetable:autoSizeMinTextSize
+ */
+ public static final int AppCompatTextView_autoSizeMinTextSize=2;
+ /**
+ *
+ * @attr description
+ * Resource array of dimensions to be used in conjunction with
+ * autoSizeTextType
set to uniform
. Overrides
+ * autoSizeStepGranularity
if set.
+ *
+ *
May 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.example.iitrtimetable:autoSizePresetSizes
+ */
+ public static final int AppCompatTextView_autoSizePresetSizes=3;
+ /**
+ *
+ * @attr description
+ * Specify the auto-size step size if autoSizeTextType
is set to
+ * uniform
. The default is 1px. Overwrites
+ * autoSizePresetSizes
if set.
+ *
+ *
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.example.iitrtimetable:autoSizeStepGranularity
+ */
+ public static final int AppCompatTextView_autoSizeStepGranularity=4;
+ /**
+ *
+ * @attr description + * Specify the type of auto-size. Note that this feature is not supported by EditText, + * works only for TextView. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
none | 0 | No auto-sizing (default). |
uniform | 1 | Uniform horizontal and vertical text size scaling to fit within the + * container. |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableBottomCompat} + * 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 com.example.iitrtimetable:drawableBottomCompat
+ */
+ public static final int AppCompatTextView_drawableBottomCompat=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableEndCompat} + * 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 com.example.iitrtimetable:drawableEndCompat
+ */
+ public static final int AppCompatTextView_drawableEndCompat=7;
+ /**
+ *
+ * @attr description + * Compound drawables allowing the use of vector drawable when running on older versions + * of the platform. + * + *
May 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.example.iitrtimetable:drawableLeftCompat
+ */
+ public static final int AppCompatTextView_drawableLeftCompat=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableRightCompat} + * 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 com.example.iitrtimetable:drawableRightCompat
+ */
+ public static final int AppCompatTextView_drawableRightCompat=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableStartCompat} + * 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 com.example.iitrtimetable:drawableStartCompat
+ */
+ public static final int AppCompatTextView_drawableStartCompat=10;
+ /**
+ *
+ * @attr description + * Tint to apply to the compound (left, top, etc.) drawables. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:drawableTint
+ */
+ public static final int AppCompatTextView_drawableTint=11;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the compound (left, top, etc.) drawables tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#drawableTopCompat} + * 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 com.example.iitrtimetable:drawableTopCompat
+ */
+ public static final int AppCompatTextView_drawableTopCompat=13;
+ /**
+ *
+ * @attr description + * Distance from the top of the TextView to the first text baseline. If set, this + * overrides the value set for paddingTop. + * + *
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.example.iitrtimetable:firstBaselineToTopHeight
+ */
+ public static final int AppCompatTextView_firstBaselineToTopHeight=14;
+ /**
+ *
+ * @attr description + * The attribute for the font family. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontFamily + */ + public static final int AppCompatTextView_fontFamily=15; + /** + *
+ * @attr description + * OpenType font variation settings, available after api 26. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int AppCompatTextView_fontVariationSettings=16; + /** + *
+ * @attr description + * Distance from the bottom of the TextView to the last text baseline. If set, this + * overrides the value set for paddingBottom. + * + *
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.example.iitrtimetable:lastBaselineToBottomHeight
+ */
+ public static final int AppCompatTextView_lastBaselineToBottomHeight=17;
+ /**
+ *
+ * @attr description + * Explicit height between lines of text. If set, this will override the values set + * for lineSpacingExtra and lineSpacingMultiplier. + * + *
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.example.iitrtimetable:lineHeight
+ */
+ public static final int AppCompatTextView_lineHeight=18;
+ /**
+ *
+ * @attr description + * Present the text in ALL CAPS. This may use a small-caps form when available. + * + *
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.example.iitrtimetable:textAllCaps
+ */
+ public static final int AppCompatTextView_textAllCaps=19;
+ /**
+ *
+ * @attr description + * Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. + * Before API 24, only the first language tag is used. Starting from API 24, + * the string will be converted into a {@link android.os.LocaleList} and then used by + * {@link android.widget.TextView} + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:textLocale + */ + public static final int AppCompatTextView_textLocale=20; + /** + * Attributes that can be used with a AppCompatTheme. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating} | |
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle} | |
{@link #AppCompatTheme_actionBarDivider com.example.iitrtimetable:actionBarDivider} | Custom divider drawable to use for elements in the action bar. |
{@link #AppCompatTheme_actionBarItemBackground com.example.iitrtimetable:actionBarItemBackground} | Custom item state list drawable background for action bar items. |
{@link #AppCompatTheme_actionBarPopupTheme com.example.iitrtimetable:actionBarPopupTheme} | Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. |
{@link #AppCompatTheme_actionBarSize com.example.iitrtimetable:actionBarSize} | Size of the Action Bar, including the contextual + * bar used to present Action Modes. |
{@link #AppCompatTheme_actionBarSplitStyle com.example.iitrtimetable:actionBarSplitStyle} | Reference to a style for the split Action Bar. |
{@link #AppCompatTheme_actionBarStyle com.example.iitrtimetable:actionBarStyle} | Reference to a style for the Action Bar |
{@link #AppCompatTheme_actionBarTabBarStyle com.example.iitrtimetable:actionBarTabBarStyle} | |
{@link #AppCompatTheme_actionBarTabStyle com.example.iitrtimetable:actionBarTabStyle} | Default style for tabs within an action bar |
{@link #AppCompatTheme_actionBarTabTextStyle com.example.iitrtimetable:actionBarTabTextStyle} | |
{@link #AppCompatTheme_actionBarTheme com.example.iitrtimetable:actionBarTheme} | Reference to a theme that should be used to inflate the + * action bar. |
{@link #AppCompatTheme_actionBarWidgetTheme com.example.iitrtimetable:actionBarWidgetTheme} | Reference to a theme that should be used to inflate widgets + * and layouts destined for the action bar. |
{@link #AppCompatTheme_actionButtonStyle com.example.iitrtimetable:actionButtonStyle} | Default action button style. |
{@link #AppCompatTheme_actionDropDownStyle com.example.iitrtimetable:actionDropDownStyle} | Default ActionBar dropdown style. |
{@link #AppCompatTheme_actionMenuTextAppearance com.example.iitrtimetable:actionMenuTextAppearance} | TextAppearance style that will be applied to text that + * appears within action menu items. |
{@link #AppCompatTheme_actionMenuTextColor com.example.iitrtimetable:actionMenuTextColor} | Color for text that appears within action menu items. |
{@link #AppCompatTheme_actionModeBackground com.example.iitrtimetable:actionModeBackground} | Background drawable to use for action mode UI |
{@link #AppCompatTheme_actionModeCloseButtonStyle com.example.iitrtimetable:actionModeCloseButtonStyle} | |
{@link #AppCompatTheme_actionModeCloseDrawable com.example.iitrtimetable:actionModeCloseDrawable} | Drawable to use for the close action mode button |
{@link #AppCompatTheme_actionModeCopyDrawable com.example.iitrtimetable:actionModeCopyDrawable} | Drawable to use for the Copy action button in Contextual Action Bar |
{@link #AppCompatTheme_actionModeCutDrawable com.example.iitrtimetable:actionModeCutDrawable} | Drawable to use for the Cut action button in Contextual Action Bar |
{@link #AppCompatTheme_actionModeFindDrawable com.example.iitrtimetable:actionModeFindDrawable} | Drawable to use for the Find action button in WebView selection action modes |
{@link #AppCompatTheme_actionModePasteDrawable com.example.iitrtimetable:actionModePasteDrawable} | Drawable to use for the Paste action button in Contextual Action Bar |
{@link #AppCompatTheme_actionModePopupWindowStyle com.example.iitrtimetable:actionModePopupWindowStyle} | PopupWindow style to use for action modes when showing as a window overlay. |
{@link #AppCompatTheme_actionModeSelectAllDrawable com.example.iitrtimetable:actionModeSelectAllDrawable} | Drawable to use for the Select all action button in Contextual Action Bar |
{@link #AppCompatTheme_actionModeShareDrawable com.example.iitrtimetable:actionModeShareDrawable} | Drawable to use for the Share action button in WebView selection action modes |
{@link #AppCompatTheme_actionModeSplitBackground com.example.iitrtimetable:actionModeSplitBackground} | Background drawable to use for action mode UI in the lower split bar |
{@link #AppCompatTheme_actionModeStyle com.example.iitrtimetable:actionModeStyle} | |
{@link #AppCompatTheme_actionModeWebSearchDrawable com.example.iitrtimetable:actionModeWebSearchDrawable} | Drawable to use for the Web Search action button in WebView selection action modes |
{@link #AppCompatTheme_actionOverflowButtonStyle com.example.iitrtimetable:actionOverflowButtonStyle} | |
{@link #AppCompatTheme_actionOverflowMenuStyle com.example.iitrtimetable:actionOverflowMenuStyle} | |
{@link #AppCompatTheme_activityChooserViewStyle com.example.iitrtimetable:activityChooserViewStyle} | Default ActivityChooserView style. |
{@link #AppCompatTheme_alertDialogButtonGroupStyle com.example.iitrtimetable:alertDialogButtonGroupStyle} | |
{@link #AppCompatTheme_alertDialogCenterButtons com.example.iitrtimetable:alertDialogCenterButtons} | |
{@link #AppCompatTheme_alertDialogStyle com.example.iitrtimetable:alertDialogStyle} | |
{@link #AppCompatTheme_alertDialogTheme com.example.iitrtimetable:alertDialogTheme} | Theme to use for alert dialogs spawned from this theme. |
{@link #AppCompatTheme_autoCompleteTextViewStyle com.example.iitrtimetable:autoCompleteTextViewStyle} | Default AutoCompleteTextView style. |
{@link #AppCompatTheme_borderlessButtonStyle com.example.iitrtimetable:borderlessButtonStyle} | Style for buttons without an explicit border, often used in groups. |
{@link #AppCompatTheme_buttonBarButtonStyle com.example.iitrtimetable:buttonBarButtonStyle} | Style for buttons within button bars |
{@link #AppCompatTheme_buttonBarNegativeButtonStyle com.example.iitrtimetable:buttonBarNegativeButtonStyle} | Style for the "negative" buttons within button bars |
{@link #AppCompatTheme_buttonBarNeutralButtonStyle com.example.iitrtimetable:buttonBarNeutralButtonStyle} | Style for the "neutral" buttons within button bars |
{@link #AppCompatTheme_buttonBarPositiveButtonStyle com.example.iitrtimetable:buttonBarPositiveButtonStyle} | Style for the "positive" buttons within button bars |
{@link #AppCompatTheme_buttonBarStyle com.example.iitrtimetable:buttonBarStyle} | Style for button bars |
{@link #AppCompatTheme_buttonStyle com.example.iitrtimetable:buttonStyle} | Normal Button style. |
{@link #AppCompatTheme_buttonStyleSmall com.example.iitrtimetable:buttonStyleSmall} | Small Button style. |
{@link #AppCompatTheme_checkboxStyle com.example.iitrtimetable:checkboxStyle} | Default Checkbox style. |
{@link #AppCompatTheme_checkedTextViewStyle com.example.iitrtimetable:checkedTextViewStyle} | Default CheckedTextView style. |
{@link #AppCompatTheme_colorAccent com.example.iitrtimetable:colorAccent} | Bright complement to the primary branding color. |
{@link #AppCompatTheme_colorBackgroundFloating com.example.iitrtimetable:colorBackgroundFloating} | Default color of background imagery for floating components, ex. |
{@link #AppCompatTheme_colorButtonNormal com.example.iitrtimetable:colorButtonNormal} | The color applied to framework buttons in their normal state. |
{@link #AppCompatTheme_colorControlActivated com.example.iitrtimetable:colorControlActivated} | The color applied to framework controls in their activated (ex. |
{@link #AppCompatTheme_colorControlHighlight com.example.iitrtimetable:colorControlHighlight} | The color applied to framework control highlights (ex. |
{@link #AppCompatTheme_colorControlNormal com.example.iitrtimetable:colorControlNormal} | The color applied to framework controls in their normal state. |
{@link #AppCompatTheme_colorError com.example.iitrtimetable:colorError} | Color used for error states and things that need to be drawn to + * the user's attention. |
{@link #AppCompatTheme_colorPrimary com.example.iitrtimetable:colorPrimary} | The primary branding color for the app. |
{@link #AppCompatTheme_colorPrimaryDark com.example.iitrtimetable:colorPrimaryDark} | Dark variant of the primary branding color. |
{@link #AppCompatTheme_colorSwitchThumbNormal com.example.iitrtimetable:colorSwitchThumbNormal} | The color applied to framework switch thumbs in their normal state. |
{@link #AppCompatTheme_controlBackground com.example.iitrtimetable:controlBackground} | The background used by framework controls. |
{@link #AppCompatTheme_dialogCornerRadius com.example.iitrtimetable:dialogCornerRadius} | Preferred corner radius of dialogs. |
{@link #AppCompatTheme_dialogPreferredPadding com.example.iitrtimetable:dialogPreferredPadding} | Preferred padding for dialog content. |
{@link #AppCompatTheme_dialogTheme com.example.iitrtimetable:dialogTheme} | Theme to use for dialogs spawned from this theme. |
{@link #AppCompatTheme_dividerHorizontal com.example.iitrtimetable:dividerHorizontal} | A drawable that may be used as a horizontal divider between visual elements. |
{@link #AppCompatTheme_dividerVertical com.example.iitrtimetable:dividerVertical} | A drawable that may be used as a vertical divider between visual elements. |
{@link #AppCompatTheme_dropDownListViewStyle com.example.iitrtimetable:dropDownListViewStyle} | ListPopupWindow compatibility |
{@link #AppCompatTheme_dropdownListPreferredItemHeight com.example.iitrtimetable:dropdownListPreferredItemHeight} | The preferred item height for dropdown lists. |
{@link #AppCompatTheme_editTextBackground com.example.iitrtimetable:editTextBackground} | EditText background drawable. |
{@link #AppCompatTheme_editTextColor com.example.iitrtimetable:editTextColor} | EditText text foreground color. |
{@link #AppCompatTheme_editTextStyle com.example.iitrtimetable:editTextStyle} | Default EditText style. |
{@link #AppCompatTheme_homeAsUpIndicator com.example.iitrtimetable:homeAsUpIndicator} | Specifies a drawable to use for the 'home as up' indicator. |
{@link #AppCompatTheme_imageButtonStyle com.example.iitrtimetable:imageButtonStyle} | ImageButton background drawable. |
{@link #AppCompatTheme_listChoiceBackgroundIndicator com.example.iitrtimetable:listChoiceBackgroundIndicator} | Drawable used as a background for selected list items. |
{@link #AppCompatTheme_listChoiceIndicatorMultipleAnimated com.example.iitrtimetable:listChoiceIndicatorMultipleAnimated} | Animated Drawable to use for single choice indicators. |
{@link #AppCompatTheme_listChoiceIndicatorSingleAnimated com.example.iitrtimetable:listChoiceIndicatorSingleAnimated} | Animated Drawable to use for multiple choice indicators. |
{@link #AppCompatTheme_listDividerAlertDialog com.example.iitrtimetable:listDividerAlertDialog} | The list divider used in alert dialogs. |
{@link #AppCompatTheme_listMenuViewStyle com.example.iitrtimetable:listMenuViewStyle} | Default menu-style ListView style. |
{@link #AppCompatTheme_listPopupWindowStyle com.example.iitrtimetable:listPopupWindowStyle} | |
{@link #AppCompatTheme_listPreferredItemHeight com.example.iitrtimetable:listPreferredItemHeight} | The preferred list item height. |
{@link #AppCompatTheme_listPreferredItemHeightLarge com.example.iitrtimetable:listPreferredItemHeightLarge} | A larger, more robust list item height. |
{@link #AppCompatTheme_listPreferredItemHeightSmall com.example.iitrtimetable:listPreferredItemHeightSmall} | A smaller, sleeker list item height. |
{@link #AppCompatTheme_listPreferredItemPaddingEnd com.example.iitrtimetable:listPreferredItemPaddingEnd} | The preferred padding along the end edge of list items. |
{@link #AppCompatTheme_listPreferredItemPaddingLeft com.example.iitrtimetable:listPreferredItemPaddingLeft} | The preferred padding along the left edge of list items. |
{@link #AppCompatTheme_listPreferredItemPaddingRight com.example.iitrtimetable:listPreferredItemPaddingRight} | The preferred padding along the right edge of list items. |
{@link #AppCompatTheme_listPreferredItemPaddingStart com.example.iitrtimetable:listPreferredItemPaddingStart} | The preferred padding along the start edge of list items. |
{@link #AppCompatTheme_panelBackground com.example.iitrtimetable:panelBackground} | The background of a panel when it is inset from the left and right edges of the screen. |
{@link #AppCompatTheme_panelMenuListTheme com.example.iitrtimetable:panelMenuListTheme} | Default Panel Menu style. |
{@link #AppCompatTheme_panelMenuListWidth com.example.iitrtimetable:panelMenuListWidth} | Default Panel Menu width. |
{@link #AppCompatTheme_popupMenuStyle com.example.iitrtimetable:popupMenuStyle} | Default PopupMenu style. |
{@link #AppCompatTheme_popupWindowStyle com.example.iitrtimetable:popupWindowStyle} | Default PopupWindow style. |
{@link #AppCompatTheme_radioButtonStyle com.example.iitrtimetable:radioButtonStyle} | Default RadioButton style. |
{@link #AppCompatTheme_ratingBarStyle com.example.iitrtimetable:ratingBarStyle} | Default RatingBar style. |
{@link #AppCompatTheme_ratingBarStyleIndicator com.example.iitrtimetable:ratingBarStyleIndicator} | Indicator RatingBar style. |
{@link #AppCompatTheme_ratingBarStyleSmall com.example.iitrtimetable:ratingBarStyleSmall} | Small indicator RatingBar style. |
{@link #AppCompatTheme_searchViewStyle com.example.iitrtimetable:searchViewStyle} | Style for the search query widget. |
{@link #AppCompatTheme_seekBarStyle com.example.iitrtimetable:seekBarStyle} | Default SeekBar style. |
{@link #AppCompatTheme_selectableItemBackground com.example.iitrtimetable:selectableItemBackground} | A style that may be applied to buttons or other selectable items + * that should react to pressed and focus states, but that do not + * have a clear visual border along the edges. |
{@link #AppCompatTheme_selectableItemBackgroundBorderless com.example.iitrtimetable:selectableItemBackgroundBorderless} | Background drawable for borderless standalone items that need focus/pressed states. |
{@link #AppCompatTheme_spinnerDropDownItemStyle com.example.iitrtimetable:spinnerDropDownItemStyle} | Default Spinner style. |
{@link #AppCompatTheme_spinnerStyle com.example.iitrtimetable:spinnerStyle} | Default Spinner style. |
{@link #AppCompatTheme_switchStyle com.example.iitrtimetable:switchStyle} | Default style for the Switch widget. |
{@link #AppCompatTheme_textAppearanceLargePopupMenu com.example.iitrtimetable:textAppearanceLargePopupMenu} | Text color, typeface, size, and style for the text inside of a popup menu. |
{@link #AppCompatTheme_textAppearanceListItem com.example.iitrtimetable:textAppearanceListItem} | The preferred TextAppearance for the primary text of list items. |
{@link #AppCompatTheme_textAppearanceListItemSecondary com.example.iitrtimetable:textAppearanceListItemSecondary} | The preferred TextAppearance for the secondary text of list items. |
{@link #AppCompatTheme_textAppearanceListItemSmall com.example.iitrtimetable:textAppearanceListItemSmall} | The preferred TextAppearance for the primary text of small list items. |
{@link #AppCompatTheme_textAppearancePopupMenuHeader com.example.iitrtimetable:textAppearancePopupMenuHeader} | Text color, typeface, size, and style for header text inside of a popup menu. |
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle com.example.iitrtimetable:textAppearanceSearchResultSubtitle} | Text color, typeface, size, and style for system search result subtitle. |
{@link #AppCompatTheme_textAppearanceSearchResultTitle com.example.iitrtimetable:textAppearanceSearchResultTitle} | Text color, typeface, size, and style for system search result title. |
{@link #AppCompatTheme_textAppearanceSmallPopupMenu com.example.iitrtimetable:textAppearanceSmallPopupMenu} | Text color, typeface, size, and style for small text inside of a popup menu. |
{@link #AppCompatTheme_textColorAlertDialogListItem com.example.iitrtimetable:textColorAlertDialogListItem} | Color of list item text in alert dialogs. |
{@link #AppCompatTheme_textColorSearchUrl com.example.iitrtimetable:textColorSearchUrl} | Text color for urls in search suggestions, used by things like global search |
{@link #AppCompatTheme_toolbarNavigationButtonStyle com.example.iitrtimetable:toolbarNavigationButtonStyle} | Default Toolar NavigationButtonStyle |
{@link #AppCompatTheme_toolbarStyle com.example.iitrtimetable:toolbarStyle} | Default Toolbar style. |
{@link #AppCompatTheme_tooltipForegroundColor com.example.iitrtimetable:tooltipForegroundColor} | Foreground color to use for tooltips |
{@link #AppCompatTheme_tooltipFrameBackground com.example.iitrtimetable:tooltipFrameBackground} | Background to use for tooltips |
{@link #AppCompatTheme_viewInflaterClass com.example.iitrtimetable:viewInflaterClass} | |
{@link #AppCompatTheme_windowActionBar com.example.iitrtimetable:windowActionBar} | Flag indicating whether this window should have an Action Bar + * in place of the usual title bar. |
{@link #AppCompatTheme_windowActionBarOverlay com.example.iitrtimetable:windowActionBarOverlay} | Flag indicating whether this window's Action Bar should overlay + * application content. |
{@link #AppCompatTheme_windowActionModeOverlay com.example.iitrtimetable:windowActionModeOverlay} | Flag indicating whether action modes should overlay window content + * when there is not reserved space for their UI (such as an Action Bar). |
{@link #AppCompatTheme_windowFixedHeightMajor com.example.iitrtimetable:windowFixedHeightMajor} | A fixed height for the window along the major axis of the screen, + * that is, when in portrait. |
{@link #AppCompatTheme_windowFixedHeightMinor com.example.iitrtimetable:windowFixedHeightMinor} | A fixed height for the window along the minor axis of the screen, + * that is, when in landscape. |
{@link #AppCompatTheme_windowFixedWidthMajor com.example.iitrtimetable:windowFixedWidthMajor} | A fixed width for the window along the major axis of the screen, + * that is, when in landscape. |
{@link #AppCompatTheme_windowFixedWidthMinor com.example.iitrtimetable:windowFixedWidthMinor} | A fixed width for the window along the minor axis of the screen, + * that is, when in portrait. |
{@link #AppCompatTheme_windowMinWidthMajor com.example.iitrtimetable:windowMinWidthMajor} | The minimum width the window is allowed to be, along the major + * axis of the screen. |
{@link #AppCompatTheme_windowMinWidthMinor com.example.iitrtimetable:windowMinWidthMinor} | The minimum width the window is allowed to be, along the minor + * axis of the screen. |
{@link #AppCompatTheme_windowNoTitle com.example.iitrtimetable:windowNoTitle} | Flag indicating whether there should be no title on this window. |
This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:windowIsFloating
+ */
+ public static final int AppCompatTheme_android_windowIsFloating=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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 AppCompatTheme_android_windowAnimationStyle=1;
+ /**
+ *
+ * @attr description + * Custom divider drawable to use for elements in the action bar. + * + *
May 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.example.iitrtimetable:actionBarDivider
+ */
+ public static final int AppCompatTheme_actionBarDivider=2;
+ /**
+ *
+ * @attr description + * Custom item state list drawable background for action bar items. + * + *
May 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.example.iitrtimetable:actionBarItemBackground
+ */
+ public static final int AppCompatTheme_actionBarItemBackground=3;
+ /**
+ *
+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. + * + *
May 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.example.iitrtimetable:actionBarPopupTheme
+ */
+ public static final int AppCompatTheme_actionBarPopupTheme=4;
+ /**
+ *
+ * @attr description + * Size of the Action Bar, including the contextual + * bar used to present Action Modes. + * + *
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.
+ *Constant | Value | Description |
---|---|---|
wrap_content | 0 |
+ * @attr description + * Reference to a style for the split Action Bar. This style + * controls the split component that holds the menu/action + * buttons. actionBarStyle is still used for the primary + * bar. + * + *
May 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.example.iitrtimetable:actionBarSplitStyle
+ */
+ public static final int AppCompatTheme_actionBarSplitStyle=6;
+ /**
+ *
+ * @attr description + * Reference to a style for the Action Bar + * + *
May 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.example.iitrtimetable:actionBarStyle
+ */
+ public static final int AppCompatTheme_actionBarStyle=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionBarTabBarStyle
+ */
+ public static final int AppCompatTheme_actionBarTabBarStyle=8;
+ /**
+ *
+ * @attr description + * Default style for tabs within an action bar + * + *
May 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.example.iitrtimetable:actionBarTabStyle
+ */
+ public static final int AppCompatTheme_actionBarTabStyle=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionBarTabTextStyle
+ */
+ public static final int AppCompatTheme_actionBarTabTextStyle=10;
+ /**
+ *
+ * @attr description + * Reference to a theme that should be used to inflate the + * action bar. This will be inherited by any widget inflated + * into the action bar. + * + *
May 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.example.iitrtimetable:actionBarTheme
+ */
+ public static final int AppCompatTheme_actionBarTheme=11;
+ /**
+ *
+ * @attr description + * Reference to a theme that should be used to inflate widgets + * and layouts destined for the action bar. Most of the time + * this will be a reference to the current theme, but when + * the action bar has a significantly different contrast + * profile than the rest of the activity the difference + * can become important. If this is set to @null the current + * theme will be used. + * + *
May 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.example.iitrtimetable:actionBarWidgetTheme
+ */
+ public static final int AppCompatTheme_actionBarWidgetTheme=12;
+ /**
+ *
+ * @attr description + * Default action button style. + * + *
May 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.example.iitrtimetable:actionButtonStyle
+ */
+ public static final int AppCompatTheme_actionButtonStyle=13;
+ /**
+ *
+ * @attr description + * Default ActionBar dropdown style. + * + *
May 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.example.iitrtimetable:actionDropDownStyle
+ */
+ public static final int AppCompatTheme_actionDropDownStyle=14;
+ /**
+ *
+ * @attr description + * TextAppearance style that will be applied to text that + * appears within action menu items. + * + *
May 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.example.iitrtimetable:actionMenuTextAppearance
+ */
+ public static final int AppCompatTheme_actionMenuTextAppearance=15;
+ /**
+ *
+ * @attr description + * Color for text that appears within action menu items. + * + *
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.example.iitrtimetable:actionMenuTextColor
+ */
+ public static final int AppCompatTheme_actionMenuTextColor=16;
+ /**
+ *
+ * @attr description + * Background drawable to use for action mode UI + * + *
May 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.example.iitrtimetable:actionModeBackground
+ */
+ public static final int AppCompatTheme_actionModeBackground=17;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionModeCloseButtonStyle
+ */
+ public static final int AppCompatTheme_actionModeCloseButtonStyle=18;
+ /**
+ *
+ * @attr description + * Drawable to use for the close action mode button + * + *
May 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.example.iitrtimetable:actionModeCloseDrawable
+ */
+ public static final int AppCompatTheme_actionModeCloseDrawable=19;
+ /**
+ *
+ * @attr description + * Drawable to use for the Copy action button in Contextual Action Bar + * + *
May 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.example.iitrtimetable:actionModeCopyDrawable
+ */
+ public static final int AppCompatTheme_actionModeCopyDrawable=20;
+ /**
+ *
+ * @attr description + * Drawable to use for the Cut action button in Contextual Action Bar + * + *
May 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.example.iitrtimetable:actionModeCutDrawable
+ */
+ public static final int AppCompatTheme_actionModeCutDrawable=21;
+ /**
+ *
+ * @attr description + * Drawable to use for the Find action button in WebView selection action modes + * + *
May 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.example.iitrtimetable:actionModeFindDrawable
+ */
+ public static final int AppCompatTheme_actionModeFindDrawable=22;
+ /**
+ *
+ * @attr description + * Drawable to use for the Paste action button in Contextual Action Bar + * + *
May 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.example.iitrtimetable:actionModePasteDrawable
+ */
+ public static final int AppCompatTheme_actionModePasteDrawable=23;
+ /**
+ *
+ * @attr description + * PopupWindow style to use for action modes when showing as a window overlay. + * + *
May 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.example.iitrtimetable:actionModePopupWindowStyle
+ */
+ public static final int AppCompatTheme_actionModePopupWindowStyle=24;
+ /**
+ *
+ * @attr description + * Drawable to use for the Select all action button in Contextual Action Bar + * + *
May 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.example.iitrtimetable:actionModeSelectAllDrawable
+ */
+ public static final int AppCompatTheme_actionModeSelectAllDrawable=25;
+ /**
+ *
+ * @attr description + * Drawable to use for the Share action button in WebView selection action modes + * + *
May 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.example.iitrtimetable:actionModeShareDrawable
+ */
+ public static final int AppCompatTheme_actionModeShareDrawable=26;
+ /**
+ *
+ * @attr description + * Background drawable to use for action mode UI in the lower split bar + * + *
May 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.example.iitrtimetable:actionModeSplitBackground
+ */
+ public static final int AppCompatTheme_actionModeSplitBackground=27;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionModeStyle
+ */
+ public static final int AppCompatTheme_actionModeStyle=28;
+ /**
+ *
+ * @attr description + * Drawable to use for the Web Search action button in WebView selection action modes + * + *
May 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.example.iitrtimetable:actionModeWebSearchDrawable
+ */
+ public static final int AppCompatTheme_actionModeWebSearchDrawable=29;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionOverflowButtonStyle
+ */
+ public static final int AppCompatTheme_actionOverflowButtonStyle=30;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:actionOverflowMenuStyle
+ */
+ public static final int AppCompatTheme_actionOverflowMenuStyle=31;
+ /**
+ *
+ * @attr description + * Default ActivityChooserView style. + * + *
May 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.example.iitrtimetable:activityChooserViewStyle
+ */
+ public static final int AppCompatTheme_activityChooserViewStyle=32;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:alertDialogButtonGroupStyle
+ */
+ public static final int AppCompatTheme_alertDialogButtonGroupStyle=33;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:alertDialogCenterButtons
+ */
+ public static final int AppCompatTheme_alertDialogCenterButtons=34;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:alertDialogStyle
+ */
+ public static final int AppCompatTheme_alertDialogStyle=35;
+ /**
+ *
+ * @attr description + * Theme to use for alert dialogs spawned from this theme. + * + *
May 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.example.iitrtimetable:alertDialogTheme
+ */
+ public static final int AppCompatTheme_alertDialogTheme=36;
+ /**
+ *
+ * @attr description + * Default AutoCompleteTextView style. + * + *
May 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.example.iitrtimetable:autoCompleteTextViewStyle
+ */
+ public static final int AppCompatTheme_autoCompleteTextViewStyle=37;
+ /**
+ *
+ * @attr description + * Style for buttons without an explicit border, often used in groups. + * + *
May 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.example.iitrtimetable:borderlessButtonStyle
+ */
+ public static final int AppCompatTheme_borderlessButtonStyle=38;
+ /**
+ *
+ * @attr description + * Style for buttons within button bars + * + *
May 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.example.iitrtimetable:buttonBarButtonStyle
+ */
+ public static final int AppCompatTheme_buttonBarButtonStyle=39;
+ /**
+ *
+ * @attr description + * Style for the "negative" buttons within button bars + * + *
May 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.example.iitrtimetable:buttonBarNegativeButtonStyle
+ */
+ public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40;
+ /**
+ *
+ * @attr description + * Style for the "neutral" buttons within button bars + * + *
May 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.example.iitrtimetable:buttonBarNeutralButtonStyle
+ */
+ public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41;
+ /**
+ *
+ * @attr description + * Style for the "positive" buttons within button bars + * + *
May 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.example.iitrtimetable:buttonBarPositiveButtonStyle
+ */
+ public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42;
+ /**
+ *
+ * @attr description + * Style for button bars + * + *
May 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.example.iitrtimetable:buttonBarStyle
+ */
+ public static final int AppCompatTheme_buttonBarStyle=43;
+ /**
+ *
+ * @attr description + * Normal Button style. + * + *
May 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.example.iitrtimetable:buttonStyle
+ */
+ public static final int AppCompatTheme_buttonStyle=44;
+ /**
+ *
+ * @attr description + * Small Button style. + * + *
May 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.example.iitrtimetable:buttonStyleSmall
+ */
+ public static final int AppCompatTheme_buttonStyleSmall=45;
+ /**
+ *
+ * @attr description + * Default Checkbox style. + * + *
May 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.example.iitrtimetable:checkboxStyle
+ */
+ public static final int AppCompatTheme_checkboxStyle=46;
+ /**
+ *
+ * @attr description + * Default CheckedTextView style. + * + *
May 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.example.iitrtimetable:checkedTextViewStyle
+ */
+ public static final int AppCompatTheme_checkedTextViewStyle=47;
+ /**
+ *
+ * @attr description + * Bright complement to the primary branding color. By default, this is the color applied + * to framework controls (via colorControlActivated). + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorAccent
+ */
+ public static final int AppCompatTheme_colorAccent=48;
+ /**
+ *
+ * @attr description + * Default color of background imagery for floating components, ex. dialogs, popups, and cards. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorBackgroundFloating
+ */
+ public static final int AppCompatTheme_colorBackgroundFloating=49;
+ /**
+ *
+ * @attr description + * The color applied to framework buttons in their normal state. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorButtonNormal
+ */
+ public static final int AppCompatTheme_colorButtonNormal=50;
+ /**
+ *
+ * @attr description + * The color applied to framework controls in their activated (ex. checked) state. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorControlActivated
+ */
+ public static final int AppCompatTheme_colorControlActivated=51;
+ /**
+ *
+ * @attr description + * The color applied to framework control highlights (ex. ripples, list selectors). + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorControlHighlight
+ */
+ public static final int AppCompatTheme_colorControlHighlight=52;
+ /**
+ *
+ * @attr description + * The color applied to framework controls in their normal state. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorControlNormal
+ */
+ public static final int AppCompatTheme_colorControlNormal=53;
+ /**
+ *
+ * @attr description + * Color used for error states and things that need to be drawn to + * the user's attention. + * + *
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.example.iitrtimetable:colorError
+ */
+ public static final int AppCompatTheme_colorError=54;
+ /**
+ *
+ * @attr description + * The primary branding color for the app. By default, this is the color applied to the + * action bar background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorPrimary
+ */
+ public static final int AppCompatTheme_colorPrimary=55;
+ /**
+ *
+ * @attr description + * Dark variant of the primary branding color. By default, this is the color applied to + * the status bar (via statusBarColor) and navigation bar (via navigationBarColor). + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorPrimaryDark
+ */
+ public static final int AppCompatTheme_colorPrimaryDark=56;
+ /**
+ *
+ * @attr description + * The color applied to framework switch thumbs in their normal state. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorSwitchThumbNormal
+ */
+ public static final int AppCompatTheme_colorSwitchThumbNormal=57;
+ /**
+ *
+ * @attr description + * The background used by framework controls. + * + *
May 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.example.iitrtimetable:controlBackground
+ */
+ public static final int AppCompatTheme_controlBackground=58;
+ /**
+ *
+ * @attr description + * Preferred corner radius of dialogs. + * + *
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.example.iitrtimetable:dialogCornerRadius
+ */
+ public static final int AppCompatTheme_dialogCornerRadius=59;
+ /**
+ *
+ * @attr description + * Preferred padding for dialog content. + * + *
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.example.iitrtimetable:dialogPreferredPadding
+ */
+ public static final int AppCompatTheme_dialogPreferredPadding=60;
+ /**
+ *
+ * @attr description + * Theme to use for dialogs spawned from this theme. + * + *
May 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.example.iitrtimetable:dialogTheme
+ */
+ public static final int AppCompatTheme_dialogTheme=61;
+ /**
+ *
+ * @attr description + * A drawable that may be used as a horizontal divider between visual elements. + * + *
May 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.example.iitrtimetable:dividerHorizontal
+ */
+ public static final int AppCompatTheme_dividerHorizontal=62;
+ /**
+ *
+ * @attr description + * A drawable that may be used as a vertical divider between visual elements. + * + *
May 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.example.iitrtimetable:dividerVertical
+ */
+ public static final int AppCompatTheme_dividerVertical=63;
+ /**
+ *
+ * @attr description + * ListPopupWindow compatibility + * + *
May 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.example.iitrtimetable:dropDownListViewStyle
+ */
+ public static final int AppCompatTheme_dropDownListViewStyle=64;
+ /**
+ *
+ * @attr description + * The preferred item height for dropdown lists. + * + *
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.example.iitrtimetable:dropdownListPreferredItemHeight
+ */
+ public static final int AppCompatTheme_dropdownListPreferredItemHeight=65;
+ /**
+ *
+ * @attr description + * EditText background drawable. + * + *
May 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.example.iitrtimetable:editTextBackground
+ */
+ public static final int AppCompatTheme_editTextBackground=66;
+ /**
+ *
+ * @attr description + * EditText text foreground color. + * + *
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.example.iitrtimetable:editTextColor
+ */
+ public static final int AppCompatTheme_editTextColor=67;
+ /**
+ *
+ * @attr description + * Default EditText style. + * + *
May 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.example.iitrtimetable:editTextStyle
+ */
+ public static final int AppCompatTheme_editTextStyle=68;
+ /**
+ *
+ * @attr description + * Specifies a drawable to use for the 'home as up' indicator. + * + *
May 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.example.iitrtimetable:homeAsUpIndicator
+ */
+ public static final int AppCompatTheme_homeAsUpIndicator=69;
+ /**
+ *
+ * @attr description + * ImageButton background drawable. + * + *
May 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.example.iitrtimetable:imageButtonStyle
+ */
+ public static final int AppCompatTheme_imageButtonStyle=70;
+ /**
+ *
+ * @attr description + * Drawable used as a background for selected list items. + * + *
May 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.example.iitrtimetable:listChoiceBackgroundIndicator
+ */
+ public static final int AppCompatTheme_listChoiceBackgroundIndicator=71;
+ /**
+ *
+ * @attr description + * Animated Drawable to use for single choice indicators. + * + *
May 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.example.iitrtimetable:listChoiceIndicatorMultipleAnimated
+ */
+ public static final int AppCompatTheme_listChoiceIndicatorMultipleAnimated=72;
+ /**
+ *
+ * @attr description + * Animated Drawable to use for multiple choice indicators. + * + *
May 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.example.iitrtimetable:listChoiceIndicatorSingleAnimated
+ */
+ public static final int AppCompatTheme_listChoiceIndicatorSingleAnimated=73;
+ /**
+ *
+ * @attr description + * The list divider used in alert dialogs. + * + *
May 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.example.iitrtimetable:listDividerAlertDialog
+ */
+ public static final int AppCompatTheme_listDividerAlertDialog=74;
+ /**
+ *
+ * @attr description + * Default menu-style ListView style. + * + *
May 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.example.iitrtimetable:listMenuViewStyle
+ */
+ public static final int AppCompatTheme_listMenuViewStyle=75;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May 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.example.iitrtimetable:listPopupWindowStyle
+ */
+ public static final int AppCompatTheme_listPopupWindowStyle=76;
+ /**
+ *
+ * @attr description + * The preferred list item height. + * + *
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.example.iitrtimetable:listPreferredItemHeight
+ */
+ public static final int AppCompatTheme_listPreferredItemHeight=77;
+ /**
+ *
+ * @attr description + * A larger, more robust list item height. + * + *
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.example.iitrtimetable:listPreferredItemHeightLarge
+ */
+ public static final int AppCompatTheme_listPreferredItemHeightLarge=78;
+ /**
+ *
+ * @attr description + * A smaller, sleeker list item height. + * + *
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.example.iitrtimetable:listPreferredItemHeightSmall
+ */
+ public static final int AppCompatTheme_listPreferredItemHeightSmall=79;
+ /**
+ *
+ * @attr description + * The preferred padding along the end edge of list items. + * + *
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.example.iitrtimetable:listPreferredItemPaddingEnd
+ */
+ public static final int AppCompatTheme_listPreferredItemPaddingEnd=80;
+ /**
+ *
+ * @attr description + * The preferred padding along the left edge of list items. + * + *
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.example.iitrtimetable:listPreferredItemPaddingLeft
+ */
+ public static final int AppCompatTheme_listPreferredItemPaddingLeft=81;
+ /**
+ *
+ * @attr description + * The preferred padding along the right edge of list items. + * + *
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.example.iitrtimetable:listPreferredItemPaddingRight
+ */
+ public static final int AppCompatTheme_listPreferredItemPaddingRight=82;
+ /**
+ *
+ * @attr description + * The preferred padding along the start edge of list items. + * + *
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.example.iitrtimetable:listPreferredItemPaddingStart
+ */
+ public static final int AppCompatTheme_listPreferredItemPaddingStart=83;
+ /**
+ *
+ * @attr description + * The background of a panel when it is inset from the left and right edges of the screen. + * + *
May 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.example.iitrtimetable:panelBackground
+ */
+ public static final int AppCompatTheme_panelBackground=84;
+ /**
+ *
+ * @attr description + * Default Panel Menu style. + * + *
May 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.example.iitrtimetable:panelMenuListTheme
+ */
+ public static final int AppCompatTheme_panelMenuListTheme=85;
+ /**
+ *
+ * @attr description + * Default Panel Menu width. + * + *
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.example.iitrtimetable:panelMenuListWidth
+ */
+ public static final int AppCompatTheme_panelMenuListWidth=86;
+ /**
+ *
+ * @attr description + * Default PopupMenu style. + * + *
May 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.example.iitrtimetable:popupMenuStyle
+ */
+ public static final int AppCompatTheme_popupMenuStyle=87;
+ /**
+ *
+ * @attr description + * Default PopupWindow style. + * + *
May 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.example.iitrtimetable:popupWindowStyle
+ */
+ public static final int AppCompatTheme_popupWindowStyle=88;
+ /**
+ *
+ * @attr description + * Default RadioButton style. + * + *
May 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.example.iitrtimetable:radioButtonStyle
+ */
+ public static final int AppCompatTheme_radioButtonStyle=89;
+ /**
+ *
+ * @attr description + * Default RatingBar style. + * + *
May 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.example.iitrtimetable:ratingBarStyle
+ */
+ public static final int AppCompatTheme_ratingBarStyle=90;
+ /**
+ *
+ * @attr description + * Indicator RatingBar style. + * + *
May 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.example.iitrtimetable:ratingBarStyleIndicator
+ */
+ public static final int AppCompatTheme_ratingBarStyleIndicator=91;
+ /**
+ *
+ * @attr description + * Small indicator RatingBar style. + * + *
May 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.example.iitrtimetable:ratingBarStyleSmall
+ */
+ public static final int AppCompatTheme_ratingBarStyleSmall=92;
+ /**
+ *
+ * @attr description + * Style for the search query widget. + * + *
May 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.example.iitrtimetable:searchViewStyle
+ */
+ public static final int AppCompatTheme_searchViewStyle=93;
+ /**
+ *
+ * @attr description + * Default SeekBar style. + * + *
May 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.example.iitrtimetable:seekBarStyle
+ */
+ public static final int AppCompatTheme_seekBarStyle=94;
+ /**
+ *
+ * @attr description + * A style that may be applied to buttons or other selectable items + * that should react to pressed and focus states, but that do not + * have a clear visual border along the edges. + * + *
May 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.example.iitrtimetable:selectableItemBackground
+ */
+ public static final int AppCompatTheme_selectableItemBackground=95;
+ /**
+ *
+ * @attr description + * Background drawable for borderless standalone items that need focus/pressed states. + * + *
May 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.example.iitrtimetable:selectableItemBackgroundBorderless
+ */
+ public static final int AppCompatTheme_selectableItemBackgroundBorderless=96;
+ /**
+ *
+ * @attr description + * Default Spinner style. + * + *
May 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.example.iitrtimetable:spinnerDropDownItemStyle
+ */
+ public static final int AppCompatTheme_spinnerDropDownItemStyle=97;
+ /**
+ *
+ * @attr description + * Default Spinner style. + * + *
May 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.example.iitrtimetable:spinnerStyle
+ */
+ public static final int AppCompatTheme_spinnerStyle=98;
+ /**
+ *
+ * @attr description + * Default style for the Switch widget. + * + *
May 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.example.iitrtimetable:switchStyle
+ */
+ public static final int AppCompatTheme_switchStyle=99;
+ /**
+ *
+ * @attr description + * Text color, typeface, size, and style for the text inside of a popup menu. + * + *
May 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.example.iitrtimetable:textAppearanceLargePopupMenu
+ */
+ public static final int AppCompatTheme_textAppearanceLargePopupMenu=100;
+ /**
+ *
+ * @attr description + * The preferred TextAppearance for the primary text of list items. + * + *
May 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.example.iitrtimetable:textAppearanceListItem
+ */
+ public static final int AppCompatTheme_textAppearanceListItem=101;
+ /**
+ *
+ * @attr description + * The preferred TextAppearance for the secondary text of list items. + * + *
May 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.example.iitrtimetable:textAppearanceListItemSecondary
+ */
+ public static final int AppCompatTheme_textAppearanceListItemSecondary=102;
+ /**
+ *
+ * @attr description + * The preferred TextAppearance for the primary text of small list items. + * + *
May 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.example.iitrtimetable:textAppearanceListItemSmall
+ */
+ public static final int AppCompatTheme_textAppearanceListItemSmall=103;
+ /**
+ *
+ * @attr description + * Text color, typeface, size, and style for header text inside of a popup menu. + * + *
May 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.example.iitrtimetable:textAppearancePopupMenuHeader
+ */
+ public static final int AppCompatTheme_textAppearancePopupMenuHeader=104;
+ /**
+ *
+ * @attr description + * Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. + * + *
May 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.example.iitrtimetable:textAppearanceSearchResultSubtitle
+ */
+ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=105;
+ /**
+ *
+ * @attr description + * Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. + * + *
May 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.example.iitrtimetable:textAppearanceSearchResultTitle
+ */
+ public static final int AppCompatTheme_textAppearanceSearchResultTitle=106;
+ /**
+ *
+ * @attr description + * Text color, typeface, size, and style for small text inside of a popup menu. + * + *
May 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.example.iitrtimetable:textAppearanceSmallPopupMenu
+ */
+ public static final int AppCompatTheme_textAppearanceSmallPopupMenu=107;
+ /**
+ *
+ * @attr description + * Color of list item text in alert dialogs. + * + *
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.example.iitrtimetable:textColorAlertDialogListItem
+ */
+ public static final int AppCompatTheme_textColorAlertDialogListItem=108;
+ /**
+ *
+ * @attr description + * Text color for urls in search suggestions, used by things like global search + * + *
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.example.iitrtimetable:textColorSearchUrl
+ */
+ public static final int AppCompatTheme_textColorSearchUrl=109;
+ /**
+ *
+ * @attr description + * Default Toolar NavigationButtonStyle + * + *
May 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.example.iitrtimetable:toolbarNavigationButtonStyle
+ */
+ public static final int AppCompatTheme_toolbarNavigationButtonStyle=110;
+ /**
+ *
+ * @attr description + * Default Toolbar style. + * + *
May 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.example.iitrtimetable:toolbarStyle
+ */
+ public static final int AppCompatTheme_toolbarStyle=111;
+ /**
+ *
+ * @attr description + * Foreground color to use for tooltips + * + *
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.example.iitrtimetable:tooltipForegroundColor
+ */
+ public static final int AppCompatTheme_tooltipForegroundColor=112;
+ /**
+ *
+ * @attr description + * Background to use for tooltips + * + *
May 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.example.iitrtimetable:tooltipFrameBackground
+ */
+ public static final int AppCompatTheme_tooltipFrameBackground=113;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#viewInflaterClass} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:viewInflaterClass + */ + public static final int AppCompatTheme_viewInflaterClass=114; + /** + *
+ * @attr description + * Flag indicating whether this window should have an Action Bar + * in place of the usual title bar. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:windowActionBar
+ */
+ public static final int AppCompatTheme_windowActionBar=115;
+ /**
+ *
+ * @attr description + * Flag indicating whether this window's Action Bar should overlay + * application content. Does nothing if the window would not + * have an Action Bar. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:windowActionBarOverlay
+ */
+ public static final int AppCompatTheme_windowActionBarOverlay=116;
+ /**
+ *
+ * @attr description + * Flag indicating whether action modes should overlay window content + * when there is not reserved space for their UI (such as an Action Bar). + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:windowActionModeOverlay
+ */
+ public static final int AppCompatTheme_windowActionModeOverlay=117;
+ /**
+ *
+ * @attr description + * A fixed height for the window along the major axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *
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.example.iitrtimetable:windowFixedHeightMajor
+ */
+ public static final int AppCompatTheme_windowFixedHeightMajor=118;
+ /**
+ *
+ * @attr description + * A fixed height for the window along the minor axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *
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.example.iitrtimetable:windowFixedHeightMinor
+ */
+ public static final int AppCompatTheme_windowFixedHeightMinor=119;
+ /**
+ *
+ * @attr description + * A fixed width for the window along the major axis of the screen, + * that is, when in landscape. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *
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.example.iitrtimetable:windowFixedWidthMajor
+ */
+ public static final int AppCompatTheme_windowFixedWidthMajor=120;
+ /**
+ *
+ * @attr description + * A fixed width for the window along the minor axis of the screen, + * that is, when in portrait. Can be either an absolute dimension + * or a fraction of the screen size in that dimension. + * + *
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.example.iitrtimetable:windowFixedWidthMinor
+ */
+ public static final int AppCompatTheme_windowFixedWidthMinor=121;
+ /**
+ *
+ * @attr description + * The minimum width the window is allowed to be, along the major + * axis of the screen. That is, when in landscape. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + * + *
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.example.iitrtimetable:windowMinWidthMajor
+ */
+ public static final int AppCompatTheme_windowMinWidthMajor=122;
+ /**
+ *
+ * @attr description + * The minimum width the window is allowed to be, along the minor + * axis of the screen. That is, when in portrait. Can be either + * an absolute dimension or a fraction of the screen size in that + * dimension. + * + *
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.example.iitrtimetable:windowMinWidthMinor
+ */
+ public static final int AppCompatTheme_windowMinWidthMinor=123;
+ /**
+ *
+ * @attr description + * Flag indicating whether there should be no title on this window. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:windowNoTitle
+ */
+ public static final int AppCompatTheme_windowNoTitle=124;
+ /**
+ * Attributes that can be used with a BottomAppBar.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #BottomAppBar_backgroundTint com.example.iitrtimetable:backgroundTint} | Tint to apply to the background. |
{@link #BottomAppBar_fabAlignmentMode com.example.iitrtimetable:fabAlignmentMode} | |
{@link #BottomAppBar_fabCradleMargin com.example.iitrtimetable:fabCradleMargin} | |
{@link #BottomAppBar_fabCradleRoundedCornerRadius com.example.iitrtimetable:fabCradleRoundedCornerRadius} | |
{@link #BottomAppBar_fabCradleVerticalOffset com.example.iitrtimetable:fabCradleVerticalOffset} | |
{@link #BottomAppBar_hideOnScroll com.example.iitrtimetable:hideOnScroll} |
+ * @attr description + * Tint to apply to the background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:backgroundTint
+ */
+ public static final int BottomAppBar_backgroundTint=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabAlignmentMode} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
center | 0 | |
end | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleMargin} + * attribute's value can be found in the {@link #BottomAppBar} 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.example.iitrtimetable:fabCradleMargin
+ */
+ public static final int BottomAppBar_fabCradleMargin=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleRoundedCornerRadius} + * attribute's value can be found in the {@link #BottomAppBar} 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.example.iitrtimetable:fabCradleRoundedCornerRadius
+ */
+ public static final int BottomAppBar_fabCradleRoundedCornerRadius=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCradleVerticalOffset} + * attribute's value can be found in the {@link #BottomAppBar} 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.example.iitrtimetable:fabCradleVerticalOffset
+ */
+ public static final int BottomAppBar_fabCradleVerticalOffset=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideOnScroll} + * attribute's value can be found in the {@link #BottomAppBar} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:hideOnScroll
+ */
+ public static final int BottomAppBar_hideOnScroll=5;
+ /**
+ * Attributes that can be used with a BottomNavigationView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #BottomNavigationView_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #BottomNavigationView_itemBackground com.example.iitrtimetable:itemBackground} | |
{@link #BottomNavigationView_itemHorizontalTranslationEnabled com.example.iitrtimetable:itemHorizontalTranslationEnabled} | |
{@link #BottomNavigationView_itemIconSize com.example.iitrtimetable:itemIconSize} | |
{@link #BottomNavigationView_itemIconTint com.example.iitrtimetable:itemIconTint} | |
{@link #BottomNavigationView_itemTextAppearanceActive com.example.iitrtimetable:itemTextAppearanceActive} | |
{@link #BottomNavigationView_itemTextAppearanceInactive com.example.iitrtimetable:itemTextAppearanceInactive} | |
{@link #BottomNavigationView_itemTextColor com.example.iitrtimetable:itemTextColor} | |
{@link #BottomNavigationView_labelVisibilityMode com.example.iitrtimetable:labelVisibilityMode} | |
{@link #BottomNavigationView_menu com.example.iitrtimetable:menu} | Menu resource to inflate to be shown in the toolbar |
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int BottomNavigationView_elevation=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemBackground} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May 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.example.iitrtimetable:itemBackground
+ */
+ public static final int BottomNavigationView_itemBackground=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemHorizontalTranslationEnabled} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:itemHorizontalTranslationEnabled
+ */
+ public static final int BottomNavigationView_itemHorizontalTranslationEnabled=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconSize} + * attribute's value can be found in the {@link #BottomNavigationView} 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.example.iitrtimetable:itemIconSize
+ */
+ public static final int BottomNavigationView_itemIconSize=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconTint} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:itemIconTint
+ */
+ public static final int BottomNavigationView_itemIconTint=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearanceActive} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May 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.example.iitrtimetable:itemTextAppearanceActive
+ */
+ public static final int BottomNavigationView_itemTextAppearanceActive=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearanceInactive} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May 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.example.iitrtimetable:itemTextAppearanceInactive
+ */
+ public static final int BottomNavigationView_itemTextAppearanceInactive=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextColor} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:itemTextColor
+ */
+ public static final int BottomNavigationView_itemTextColor=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#labelVisibilityMode} + * attribute's value can be found in the {@link #BottomNavigationView} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff | |
labeled | 1 | |
selected | 0 | |
unlabeled | 2 |
+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *
May 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.example.iitrtimetable:menu
+ */
+ public static final int BottomNavigationView_menu=9;
+ /**
+ * Attributes that can be used with a BottomSheetBehavior_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #BottomSheetBehavior_Layout_behavior_fitToContents com.example.iitrtimetable:behavior_fitToContents} | |
{@link #BottomSheetBehavior_Layout_behavior_hideable com.example.iitrtimetable:behavior_hideable} | |
{@link #BottomSheetBehavior_Layout_behavior_peekHeight com.example.iitrtimetable:behavior_peekHeight} | |
{@link #BottomSheetBehavior_Layout_behavior_skipCollapsed com.example.iitrtimetable:behavior_skipCollapsed} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_fitToContents} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:behavior_fitToContents
+ */
+ public static final int BottomSheetBehavior_Layout_behavior_fitToContents=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_hideable} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:behavior_hideable
+ */
+ public static final int BottomSheetBehavior_Layout_behavior_hideable=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_peekHeight} + * attribute's value can be found in the {@link #BottomSheetBehavior_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.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_skipCollapsed} + * attribute's value can be found in the {@link #BottomSheetBehavior_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:behavior_skipCollapsed
+ */
+ public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed=3;
+ /**
+ * Attributes that can be used with a ButtonBarLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ButtonBarLayout_allowStacking com.example.iitrtimetable:allowStacking} | Whether to automatically stack the buttons when there is not + * enough space to lay them out side-by-side. |
+ * @attr description + * Whether to automatically stack the buttons when there is not + * enough space to lay them out side-by-side. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:allowStacking
+ */
+ public static final int ButtonBarLayout_allowStacking=0;
+ /**
+ * Attributes that can be used with a CardView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CardView_android_minWidth android:minWidth} | |
{@link #CardView_android_minHeight android:minHeight} | |
{@link #CardView_cardBackgroundColor com.example.iitrtimetable:cardBackgroundColor} | Background color for CardView. |
{@link #CardView_cardCornerRadius com.example.iitrtimetable:cardCornerRadius} | Corner radius for CardView. |
{@link #CardView_cardElevation com.example.iitrtimetable:cardElevation} | Elevation for CardView. |
{@link #CardView_cardMaxElevation com.example.iitrtimetable:cardMaxElevation} | Maximum Elevation for CardView. |
{@link #CardView_cardPreventCornerOverlap com.example.iitrtimetable:cardPreventCornerOverlap} | Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. |
{@link #CardView_cardUseCompatPadding com.example.iitrtimetable:cardUseCompatPadding} | Add padding in API v21+ as well to have the same measurements with previous versions. |
{@link #CardView_contentPadding com.example.iitrtimetable:contentPadding} | Inner padding between the edges of the Card and children of the CardView. |
{@link #CardView_contentPaddingBottom com.example.iitrtimetable:contentPaddingBottom} | Inner padding between the bottom edge of the Card and children of the CardView. |
{@link #CardView_contentPaddingLeft com.example.iitrtimetable:contentPaddingLeft} | Inner padding between the left edge of the Card and children of the CardView. |
{@link #CardView_contentPaddingRight com.example.iitrtimetable:contentPaddingRight} | Inner padding between the right edge of the Card and children of the CardView. |
{@link #CardView_contentPaddingTop com.example.iitrtimetable:contentPaddingTop} | Inner padding between the top edge of the Card and children of the CardView. |
+ * @attr description + * Workaround to read user defined minimum width + * + *
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 CardView_android_minWidth=0;
+ /**
+ *
+ * @attr description + * Workaround to read user defined minimum height + * + *
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 CardView_android_minHeight=1;
+ /**
+ *
+ * @attr description + * Background color for CardView. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:cardBackgroundColor
+ */
+ public static final int CardView_cardBackgroundColor=2;
+ /**
+ *
+ * @attr description + * Corner radius for CardView. + * + *
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.example.iitrtimetable:cardCornerRadius
+ */
+ public static final int CardView_cardCornerRadius=3;
+ /**
+ *
+ * @attr description + * Elevation for CardView. + * + *
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.example.iitrtimetable:cardElevation
+ */
+ public static final int CardView_cardElevation=4;
+ /**
+ *
+ * @attr description + * Maximum Elevation for CardView. + * + *
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.example.iitrtimetable:cardMaxElevation
+ */
+ public static final int CardView_cardMaxElevation=5;
+ /**
+ *
+ * @attr description + * Add padding to CardView on v20 and before to prevent intersections between the Card content and rounded corners. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:cardPreventCornerOverlap
+ */
+ public static final int CardView_cardPreventCornerOverlap=6;
+ /**
+ *
+ * @attr description + * Add padding in API v21+ as well to have the same measurements with previous versions. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:cardUseCompatPadding
+ */
+ public static final int CardView_cardUseCompatPadding=7;
+ /**
+ *
+ * @attr description + * Inner padding between the edges of the Card and children of the CardView. + * + *
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.example.iitrtimetable:contentPadding
+ */
+ public static final int CardView_contentPadding=8;
+ /**
+ *
+ * @attr description + * Inner padding between the bottom edge of the Card and children of the CardView. + * + *
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.example.iitrtimetable:contentPaddingBottom
+ */
+ public static final int CardView_contentPaddingBottom=9;
+ /**
+ *
+ * @attr description + * Inner padding between the left edge of the Card and children of the CardView. + * + *
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.example.iitrtimetable:contentPaddingLeft
+ */
+ public static final int CardView_contentPaddingLeft=10;
+ /**
+ *
+ * @attr description + * Inner padding between the right edge of the Card and children of the CardView. + * + *
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.example.iitrtimetable:contentPaddingRight
+ */
+ public static final int CardView_contentPaddingRight=11;
+ /**
+ *
+ * @attr description + * Inner padding between the top edge of the Card and children of the CardView. + * + *
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.example.iitrtimetable:contentPaddingTop
+ */
+ public static final int CardView_contentPaddingTop=12;
+ /**
+ * Attributes that can be used with a Chip.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #Chip_android_textAppearance android:textAppearance} | |
{@link #Chip_android_ellipsize android:ellipsize} | |
{@link #Chip_android_maxWidth android:maxWidth} | |
{@link #Chip_android_text android:text} | |
{@link #Chip_android_checkable android:checkable} | |
{@link #Chip_checkedIcon com.example.iitrtimetable:checkedIcon} | |
{@link #Chip_checkedIconEnabled com.example.iitrtimetable:checkedIconEnabled} | |
{@link #Chip_checkedIconVisible com.example.iitrtimetable:checkedIconVisible} | |
{@link #Chip_chipBackgroundColor com.example.iitrtimetable:chipBackgroundColor} | |
{@link #Chip_chipCornerRadius com.example.iitrtimetable:chipCornerRadius} | |
{@link #Chip_chipEndPadding com.example.iitrtimetable:chipEndPadding} | |
{@link #Chip_chipIcon com.example.iitrtimetable:chipIcon} | |
{@link #Chip_chipIconEnabled com.example.iitrtimetable:chipIconEnabled} | |
{@link #Chip_chipIconSize com.example.iitrtimetable:chipIconSize} | |
{@link #Chip_chipIconTint com.example.iitrtimetable:chipIconTint} | |
{@link #Chip_chipIconVisible com.example.iitrtimetable:chipIconVisible} | |
{@link #Chip_chipMinHeight com.example.iitrtimetable:chipMinHeight} | |
{@link #Chip_chipStartPadding com.example.iitrtimetable:chipStartPadding} | |
{@link #Chip_chipStrokeColor com.example.iitrtimetable:chipStrokeColor} | |
{@link #Chip_chipStrokeWidth com.example.iitrtimetable:chipStrokeWidth} | |
{@link #Chip_closeIcon com.example.iitrtimetable:closeIcon} | Close button icon |
{@link #Chip_closeIconEnabled com.example.iitrtimetable:closeIconEnabled} | |
{@link #Chip_closeIconEndPadding com.example.iitrtimetable:closeIconEndPadding} | |
{@link #Chip_closeIconSize com.example.iitrtimetable:closeIconSize} | |
{@link #Chip_closeIconStartPadding com.example.iitrtimetable:closeIconStartPadding} | |
{@link #Chip_closeIconTint com.example.iitrtimetable:closeIconTint} | |
{@link #Chip_closeIconVisible com.example.iitrtimetable:closeIconVisible} | |
{@link #Chip_hideMotionSpec com.example.iitrtimetable:hideMotionSpec} | |
{@link #Chip_iconEndPadding com.example.iitrtimetable:iconEndPadding} | |
{@link #Chip_iconStartPadding com.example.iitrtimetable:iconStartPadding} | |
{@link #Chip_rippleColor com.example.iitrtimetable:rippleColor} | |
{@link #Chip_showMotionSpec com.example.iitrtimetable:showMotionSpec} | |
{@link #Chip_textEndPadding com.example.iitrtimetable:textEndPadding} | |
{@link #Chip_textStartPadding com.example.iitrtimetable:textStartPadding} |
This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #Chip} array. + * + *
May 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 Chip_android_textAppearance=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#ellipsize} + * attribute's value can be found in the {@link #Chip} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
end | 3 | |
marquee | 4 | |
middle | 2 | |
none | 0 | |
start | 1 |
This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #Chip} 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 Chip_android_maxWidth=2;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int Chip_android_text=3; + /** + *
This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:checkable
+ */
+ public static final int Chip_android_checkable=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIcon} + * attribute's value can be found in the {@link #Chip} array. + * + *
May 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.example.iitrtimetable:checkedIcon
+ */
+ public static final int Chip_checkedIcon=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:checkedIconEnabled
+ */
+ public static final int Chip_checkedIconEnabled=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:checkedIconVisible
+ */
+ public static final int Chip_checkedIconVisible=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipBackgroundColor} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:chipBackgroundColor
+ */
+ public static final int Chip_chipBackgroundColor=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipCornerRadius} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipCornerRadius
+ */
+ public static final int Chip_chipCornerRadius=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipEndPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipEndPadding
+ */
+ public static final int Chip_chipEndPadding=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIcon} + * attribute's value can be found in the {@link #Chip} array. + * + *
May 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.example.iitrtimetable:chipIcon
+ */
+ public static final int Chip_chipIcon=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:chipIconEnabled
+ */
+ public static final int Chip_chipIconEnabled=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconSize} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipIconSize
+ */
+ public static final int Chip_chipIconSize=13;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconTint} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:chipIconTint
+ */
+ public static final int Chip_chipIconTint=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:chipIconVisible
+ */
+ public static final int Chip_chipIconVisible=15;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipMinHeight} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipMinHeight
+ */
+ public static final int Chip_chipMinHeight=16;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStartPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipStartPadding
+ */
+ public static final int Chip_chipStartPadding=17;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStrokeColor} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:chipStrokeColor
+ */
+ public static final int Chip_chipStrokeColor=18;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStrokeWidth} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:chipStrokeWidth
+ */
+ public static final int Chip_chipStrokeWidth=19;
+ /**
+ *
+ * @attr description + * Close button icon + * + *
May 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.example.iitrtimetable:closeIcon
+ */
+ public static final int Chip_closeIcon=20;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconEnabled} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:closeIconEnabled
+ */
+ public static final int Chip_closeIconEnabled=21;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconEndPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:closeIconEndPadding
+ */
+ public static final int Chip_closeIconEndPadding=22;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconSize} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:closeIconSize
+ */
+ public static final int Chip_closeIconSize=23;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconStartPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:closeIconStartPadding
+ */
+ public static final int Chip_closeIconStartPadding=24;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconTint} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:closeIconTint
+ */
+ public static final int Chip_closeIconTint=25;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#closeIconVisible} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:closeIconVisible
+ */
+ public static final int Chip_closeIconVisible=26;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideMotionSpec} + * attribute's value can be found in the {@link #Chip} array. + * + *
May 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.example.iitrtimetable:hideMotionSpec
+ */
+ public static final int Chip_hideMotionSpec=27;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconEndPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:iconEndPadding
+ */
+ public static final int Chip_iconEndPadding=28;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconStartPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:iconStartPadding
+ */
+ public static final int Chip_iconStartPadding=29;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #Chip} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:rippleColor
+ */
+ public static final int Chip_rippleColor=30;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showMotionSpec} + * attribute's value can be found in the {@link #Chip} array. + * + *
May 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.example.iitrtimetable:showMotionSpec
+ */
+ public static final int Chip_showMotionSpec=31;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textEndPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:textEndPadding
+ */
+ public static final int Chip_textEndPadding=32;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textStartPadding} + * attribute's value can be found in the {@link #Chip} 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.example.iitrtimetable:textStartPadding
+ */
+ public static final int Chip_textStartPadding=33;
+ /**
+ * Attributes that can be used with a ChipGroup.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ChipGroup_checkedChip com.example.iitrtimetable:checkedChip} | |
{@link #ChipGroup_chipSpacing com.example.iitrtimetable:chipSpacing} | |
{@link #ChipGroup_chipSpacingHorizontal com.example.iitrtimetable:chipSpacingHorizontal} | |
{@link #ChipGroup_chipSpacingVertical com.example.iitrtimetable:chipSpacingVertical} | |
{@link #ChipGroup_singleLine com.example.iitrtimetable:singleLine} | |
{@link #ChipGroup_singleSelection com.example.iitrtimetable:singleSelection} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#checkedChip} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *
May 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.example.iitrtimetable:checkedChip
+ */
+ public static final int ChipGroup_checkedChip=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacing} + * attribute's value can be found in the {@link #ChipGroup} 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.example.iitrtimetable:chipSpacing
+ */
+ public static final int ChipGroup_chipSpacing=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacingHorizontal} + * attribute's value can be found in the {@link #ChipGroup} 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.example.iitrtimetable:chipSpacingHorizontal
+ */
+ public static final int ChipGroup_chipSpacingHorizontal=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipSpacingVertical} + * attribute's value can be found in the {@link #ChipGroup} 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.example.iitrtimetable:chipSpacingVertical
+ */
+ public static final int ChipGroup_chipSpacingVertical=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#singleLine} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:singleLine
+ */
+ public static final int ChipGroup_singleLine=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#singleSelection} + * attribute's value can be found in the {@link #ChipGroup} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:singleSelection
+ */
+ public static final int ChipGroup_singleSelection=5;
+ /**
+ * Attributes that can be used with a CollapsingToolbarLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CollapsingToolbarLayout_collapsedTitleGravity com.example.iitrtimetable:collapsedTitleGravity} | |
{@link #CollapsingToolbarLayout_collapsedTitleTextAppearance com.example.iitrtimetable:collapsedTitleTextAppearance} | |
{@link #CollapsingToolbarLayout_contentScrim com.example.iitrtimetable:contentScrim} | |
{@link #CollapsingToolbarLayout_expandedTitleGravity com.example.iitrtimetable:expandedTitleGravity} | |
{@link #CollapsingToolbarLayout_expandedTitleMargin com.example.iitrtimetable:expandedTitleMargin} | |
{@link #CollapsingToolbarLayout_expandedTitleMarginBottom com.example.iitrtimetable:expandedTitleMarginBottom} | |
{@link #CollapsingToolbarLayout_expandedTitleMarginEnd com.example.iitrtimetable:expandedTitleMarginEnd} | |
{@link #CollapsingToolbarLayout_expandedTitleMarginStart com.example.iitrtimetable:expandedTitleMarginStart} | |
{@link #CollapsingToolbarLayout_expandedTitleMarginTop com.example.iitrtimetable:expandedTitleMarginTop} | |
{@link #CollapsingToolbarLayout_expandedTitleTextAppearance com.example.iitrtimetable:expandedTitleTextAppearance} | |
{@link #CollapsingToolbarLayout_scrimAnimationDuration com.example.iitrtimetable:scrimAnimationDuration} | |
{@link #CollapsingToolbarLayout_scrimVisibleHeightTrigger com.example.iitrtimetable:scrimVisibleHeightTrigger} | |
{@link #CollapsingToolbarLayout_statusBarScrim com.example.iitrtimetable:statusBarScrim} | |
{@link #CollapsingToolbarLayout_title com.example.iitrtimetable:title} | |
{@link #CollapsingToolbarLayout_titleEnabled com.example.iitrtimetable:titleEnabled} | |
{@link #CollapsingToolbarLayout_toolbarId com.example.iitrtimetable:toolbarId} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#collapsedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
end | 800005 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#collapsedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May 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.example.iitrtimetable:collapsedTitleTextAppearance
+ */
+ public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#contentScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:contentScrim
+ */
+ public static final int CollapsingToolbarLayout_contentScrim=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleGravity} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
end | 800005 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMargin} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:expandedTitleMargin
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMargin=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginBottom} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:expandedTitleMarginBottom
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginBottom=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginEnd} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:expandedTitleMarginEnd
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginEnd=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginStart} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:expandedTitleMarginStart
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginStart=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleMarginTop} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:expandedTitleMarginTop
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleMarginTop=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#expandedTitleTextAppearance} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May 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.example.iitrtimetable:expandedTitleTextAppearance
+ */
+ public static final int CollapsingToolbarLayout_expandedTitleTextAppearance=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimAnimationDuration} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:scrimAnimationDuration
+ */
+ public static final int CollapsingToolbarLayout_scrimAnimationDuration=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimVisibleHeightTrigger} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} 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.example.iitrtimetable:scrimVisibleHeightTrigger
+ */
+ public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#statusBarScrim} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:statusBarScrim
+ */
+ public static final int CollapsingToolbarLayout_statusBarScrim=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#title} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:title + */ + public static final int CollapsingToolbarLayout_title=13; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#titleEnabled} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:titleEnabled
+ */
+ public static final int CollapsingToolbarLayout_titleEnabled=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#toolbarId} + * attribute's value can be found in the {@link #CollapsingToolbarLayout} array. + * + *
May 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.example.iitrtimetable:toolbarId
+ */
+ public static final int CollapsingToolbarLayout_toolbarId=15;
+ /**
+ * Attributes that can be used with a CollapsingToolbarLayout_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CollapsingToolbarLayout_Layout_layout_collapseMode com.example.iitrtimetable:layout_collapseMode} | |
{@link #CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier com.example.iitrtimetable:layout_collapseParallaxMultiplier} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_collapseMode} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
none | 0 | |
parallax | 2 | |
pin | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_collapseParallaxMultiplier} + * attribute's value can be found in the {@link #CollapsingToolbarLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_collapseParallaxMultiplier
+ */
+ public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier=1;
+ /**
+ * Attributes that can be used with a ColorStateListItem.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ColorStateListItem_android_color android:color} | |
{@link #ColorStateListItem_android_alpha android:alpha} | |
{@link #ColorStateListItem_alpha com.example.iitrtimetable:alpha} | Alpha multiplier applied to the base color. |
+ * @attr description + * Base color for this state. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:color
+ */
+ public static final int ColorStateListItem_android_color=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ColorStateListItem} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:alpha
+ */
+ public static final int ColorStateListItem_android_alpha=1;
+ /**
+ *
+ * @attr description + * Alpha multiplier applied to the base color. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:alpha
+ */
+ public static final int ColorStateListItem_alpha=2;
+ /**
+ * Attributes that can be used with a CompoundButton.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CompoundButton_android_button android:button} | |
{@link #CompoundButton_buttonCompat com.example.iitrtimetable:buttonCompat} | Compat attr to load backported drawable types |
{@link #CompoundButton_buttonTint com.example.iitrtimetable:buttonTint} | Tint to apply to the button drawable. |
{@link #CompoundButton_buttonTintMode com.example.iitrtimetable:buttonTintMode} | Blending mode used to apply the button tint. |
This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + *
May 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:button
+ */
+ public static final int CompoundButton_android_button=0;
+ /**
+ *
+ * @attr description + * Compat attr to load backported drawable types + * + *
May 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.example.iitrtimetable:buttonCompat
+ */
+ public static final int CompoundButton_buttonCompat=1;
+ /**
+ *
+ * @attr description + * Tint to apply to the button drawable. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:buttonTint
+ */
+ public static final int CompoundButton_buttonTint=2;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the button tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ConstraintLayout_Layout_android_orientation android:orientation} | |
{@link #ConstraintLayout_Layout_android_maxWidth android:maxWidth} | |
{@link #ConstraintLayout_Layout_android_maxHeight android:maxHeight} | |
{@link #ConstraintLayout_Layout_android_minWidth android:minWidth} | |
{@link #ConstraintLayout_Layout_android_minHeight android:minHeight} | |
{@link #ConstraintLayout_Layout_barrierAllowsGoneWidgets com.example.iitrtimetable:barrierAllowsGoneWidgets} | |
{@link #ConstraintLayout_Layout_barrierDirection com.example.iitrtimetable:barrierDirection} | |
{@link #ConstraintLayout_Layout_chainUseRtl com.example.iitrtimetable:chainUseRtl} | |
{@link #ConstraintLayout_Layout_constraintSet com.example.iitrtimetable:constraintSet} | |
{@link #ConstraintLayout_Layout_constraint_referenced_ids com.example.iitrtimetable:constraint_referenced_ids} | |
{@link #ConstraintLayout_Layout_layout_constrainedHeight com.example.iitrtimetable:layout_constrainedHeight} | |
{@link #ConstraintLayout_Layout_layout_constrainedWidth com.example.iitrtimetable:layout_constrainedWidth} | |
{@link #ConstraintLayout_Layout_layout_constraintBaseline_creator com.example.iitrtimetable:layout_constraintBaseline_creator} | |
{@link #ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf} | |
{@link #ConstraintLayout_Layout_layout_constraintBottom_creator com.example.iitrtimetable:layout_constraintBottom_creator} | |
{@link #ConstraintLayout_Layout_layout_constraintBottom_toBottomOf com.example.iitrtimetable:layout_constraintBottom_toBottomOf} | |
{@link #ConstraintLayout_Layout_layout_constraintBottom_toTopOf com.example.iitrtimetable:layout_constraintBottom_toTopOf} | |
{@link #ConstraintLayout_Layout_layout_constraintCircle com.example.iitrtimetable:layout_constraintCircle} | |
{@link #ConstraintLayout_Layout_layout_constraintCircleAngle com.example.iitrtimetable:layout_constraintCircleAngle} | |
{@link #ConstraintLayout_Layout_layout_constraintCircleRadius com.example.iitrtimetable:layout_constraintCircleRadius} | |
{@link #ConstraintLayout_Layout_layout_constraintDimensionRatio com.example.iitrtimetable:layout_constraintDimensionRatio} | |
{@link #ConstraintLayout_Layout_layout_constraintEnd_toEndOf com.example.iitrtimetable:layout_constraintEnd_toEndOf} | |
{@link #ConstraintLayout_Layout_layout_constraintEnd_toStartOf com.example.iitrtimetable:layout_constraintEnd_toStartOf} | |
{@link #ConstraintLayout_Layout_layout_constraintGuide_begin com.example.iitrtimetable:layout_constraintGuide_begin} | |
{@link #ConstraintLayout_Layout_layout_constraintGuide_end com.example.iitrtimetable:layout_constraintGuide_end} | |
{@link #ConstraintLayout_Layout_layout_constraintGuide_percent com.example.iitrtimetable:layout_constraintGuide_percent} | |
{@link #ConstraintLayout_Layout_layout_constraintHeight_default com.example.iitrtimetable:layout_constraintHeight_default} | |
{@link #ConstraintLayout_Layout_layout_constraintHeight_max com.example.iitrtimetable:layout_constraintHeight_max} | |
{@link #ConstraintLayout_Layout_layout_constraintHeight_min com.example.iitrtimetable:layout_constraintHeight_min} | |
{@link #ConstraintLayout_Layout_layout_constraintHeight_percent com.example.iitrtimetable:layout_constraintHeight_percent} | |
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_bias com.example.iitrtimetable:layout_constraintHorizontal_bias} | |
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle com.example.iitrtimetable:layout_constraintHorizontal_chainStyle} | |
{@link #ConstraintLayout_Layout_layout_constraintHorizontal_weight com.example.iitrtimetable:layout_constraintHorizontal_weight} | |
{@link #ConstraintLayout_Layout_layout_constraintLeft_creator com.example.iitrtimetable:layout_constraintLeft_creator} | |
{@link #ConstraintLayout_Layout_layout_constraintLeft_toLeftOf com.example.iitrtimetable:layout_constraintLeft_toLeftOf} | |
{@link #ConstraintLayout_Layout_layout_constraintLeft_toRightOf com.example.iitrtimetable:layout_constraintLeft_toRightOf} | |
{@link #ConstraintLayout_Layout_layout_constraintRight_creator com.example.iitrtimetable:layout_constraintRight_creator} | |
{@link #ConstraintLayout_Layout_layout_constraintRight_toLeftOf com.example.iitrtimetable:layout_constraintRight_toLeftOf} | |
{@link #ConstraintLayout_Layout_layout_constraintRight_toRightOf com.example.iitrtimetable:layout_constraintRight_toRightOf} | |
{@link #ConstraintLayout_Layout_layout_constraintStart_toEndOf com.example.iitrtimetable:layout_constraintStart_toEndOf} | |
{@link #ConstraintLayout_Layout_layout_constraintStart_toStartOf com.example.iitrtimetable:layout_constraintStart_toStartOf} | |
{@link #ConstraintLayout_Layout_layout_constraintTop_creator com.example.iitrtimetable:layout_constraintTop_creator} | |
{@link #ConstraintLayout_Layout_layout_constraintTop_toBottomOf com.example.iitrtimetable:layout_constraintTop_toBottomOf} | |
{@link #ConstraintLayout_Layout_layout_constraintTop_toTopOf com.example.iitrtimetable:layout_constraintTop_toTopOf} | |
{@link #ConstraintLayout_Layout_layout_constraintVertical_bias com.example.iitrtimetable:layout_constraintVertical_bias} | |
{@link #ConstraintLayout_Layout_layout_constraintVertical_chainStyle com.example.iitrtimetable:layout_constraintVertical_chainStyle} | |
{@link #ConstraintLayout_Layout_layout_constraintVertical_weight com.example.iitrtimetable:layout_constraintVertical_weight} | |
{@link #ConstraintLayout_Layout_layout_constraintWidth_default com.example.iitrtimetable:layout_constraintWidth_default} | |
{@link #ConstraintLayout_Layout_layout_constraintWidth_max com.example.iitrtimetable:layout_constraintWidth_max} | |
{@link #ConstraintLayout_Layout_layout_constraintWidth_min com.example.iitrtimetable:layout_constraintWidth_min} | |
{@link #ConstraintLayout_Layout_layout_constraintWidth_percent com.example.iitrtimetable:layout_constraintWidth_percent} | |
{@link #ConstraintLayout_Layout_layout_editor_absoluteX com.example.iitrtimetable:layout_editor_absoluteX} | |
{@link #ConstraintLayout_Layout_layout_editor_absoluteY com.example.iitrtimetable:layout_editor_absoluteY} | |
{@link #ConstraintLayout_Layout_layout_goneMarginBottom com.example.iitrtimetable:layout_goneMarginBottom} | |
{@link #ConstraintLayout_Layout_layout_goneMarginEnd com.example.iitrtimetable:layout_goneMarginEnd} | |
{@link #ConstraintLayout_Layout_layout_goneMarginLeft com.example.iitrtimetable:layout_goneMarginLeft} | |
{@link #ConstraintLayout_Layout_layout_goneMarginRight com.example.iitrtimetable:layout_goneMarginRight} | |
{@link #ConstraintLayout_Layout_layout_goneMarginStart com.example.iitrtimetable:layout_goneMarginStart} | |
{@link #ConstraintLayout_Layout_layout_goneMarginTop com.example.iitrtimetable:layout_goneMarginTop} | |
{@link #ConstraintLayout_Layout_layout_optimizationLevel com.example.iitrtimetable:layout_optimizationLevel} |
This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
horizontal | 0 | |
vertical | 1 |
This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name android:maxWidth
+ */
+ public static final int ConstraintLayout_Layout_android_maxWidth=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#maxHeight} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name android:maxHeight
+ */
+ public static final int ConstraintLayout_Layout_android_maxHeight=2;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name android:minWidth
+ */
+ public static final int ConstraintLayout_Layout_android_minWidth=3;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name android:minHeight
+ */
+ public static final int ConstraintLayout_Layout_android_minHeight=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierAllowsGoneWidgets} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:barrierAllowsGoneWidgets
+ */
+ public static final int ConstraintLayout_Layout_barrierAllowsGoneWidgets=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierDirection} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 3 | |
end | 6 | |
left | 0 | |
right | 1 | |
start | 5 | |
top | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chainUseRtl} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:chainUseRtl
+ */
+ public static final int ConstraintLayout_Layout_chainUseRtl=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraintSet} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May 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.example.iitrtimetable:constraintSet
+ */
+ public static final int ConstraintLayout_Layout_constraintSet=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraint_referenced_ids} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:constraint_referenced_ids + */ + public static final int ConstraintLayout_Layout_constraint_referenced_ids=9; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedHeight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constrainedHeight
+ */
+ public static final int ConstraintLayout_Layout_layout_constrainedHeight=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedWidth} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constrainedWidth
+ */
+ public static final int ConstraintLayout_Layout_layout_constrainedWidth=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintBaseline_creator
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintBaseline_creator=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_toBaselineOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintBottom_creator
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintBottom_creator=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toBottomOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toTopOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May 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.example.iitrtimetable:layout_constraintCircle
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintCircle=17;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleAngle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintCircleAngle
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintCircleAngle=18;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleRadius} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintCircleRadius
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintCircleRadius=19;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintDimensionRatio} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_constraintDimensionRatio + */ + public static final int ConstraintLayout_Layout_layout_constraintDimensionRatio=20; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toEndOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toStartOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_begin} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintGuide_begin
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintGuide_begin=23;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_end} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintGuide_end
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintGuide_end=24;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintGuide_percent
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintGuide_percent=25;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_default} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_max} + * attribute's value can be found in the {@link #ConstraintLayout_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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_min} + * attribute's value can be found in the {@link #ConstraintLayout_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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHeight_percent
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintHeight_percent=29;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_bias} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHorizontal_bias
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintHorizontal_bias=30;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_chainStyle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_weight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHorizontal_weight
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintHorizontal_weight=32;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintLeft_creator
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintLeft_creator=33;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toLeftOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toRightOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintRight_creator
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintRight_creator=36;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toLeftOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toRightOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toEndOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toStartOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_creator} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintTop_creator
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintTop_creator=41;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toBottomOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toTopOf} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_bias} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintVertical_bias
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintVertical_bias=44;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_chainStyle} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_weight} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintVertical_weight
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintVertical_weight=46;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_default} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_max} + * attribute's value can be found in the {@link #ConstraintLayout_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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_min} + * attribute's value can be found in the {@link #ConstraintLayout_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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_percent} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintWidth_percent
+ */
+ public static final int ConstraintLayout_Layout_layout_constraintWidth_percent=50;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteX} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_editor_absoluteX
+ */
+ public static final int ConstraintLayout_Layout_layout_editor_absoluteX=51;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteY} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_editor_absoluteY
+ */
+ public static final int ConstraintLayout_Layout_layout_editor_absoluteY=52;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginBottom} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginBottom
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginBottom=53;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginEnd} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginEnd
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginEnd=54;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginLeft} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginLeft
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginLeft=55;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginRight} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginRight
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginRight=56;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginStart} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginStart
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginStart=57;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginTop} + * attribute's value can be found in the {@link #ConstraintLayout_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).
+ *
+ * @attr name com.example.iitrtimetable:layout_goneMarginTop
+ */
+ public static final int ConstraintLayout_Layout_layout_goneMarginTop=58;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_optimizationLevel} + * attribute's value can be found in the {@link #ConstraintLayout_Layout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
barrier | 2 | |
chains | 4 | |
dimensions | 8 | |
direct | 1 | direct, barriers, chains |
groups | 20 | |
none | 0 | |
standard | 7 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ConstraintLayout_placeholder_content com.example.iitrtimetable:content} | |
{@link #ConstraintLayout_placeholder_emptyVisibility com.example.iitrtimetable:emptyVisibility} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#content} + * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array. + * + *
May 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.example.iitrtimetable:content
+ */
+ public static final int ConstraintLayout_placeholder_content=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#emptyVisibility} + * attribute's value can be found in the {@link #ConstraintLayout_placeholder} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
gone | 0 | |
invisible | 1 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ConstraintSet_android_orientation android:orientation} | |
{@link #ConstraintSet_android_id android:id} | |
{@link #ConstraintSet_android_visibility android:visibility} | |
{@link #ConstraintSet_android_layout_width android:layout_width} | |
{@link #ConstraintSet_android_layout_height android:layout_height} | |
{@link #ConstraintSet_android_layout_marginLeft android:layout_marginLeft} | |
{@link #ConstraintSet_android_layout_marginTop android:layout_marginTop} | |
{@link #ConstraintSet_android_layout_marginRight android:layout_marginRight} | |
{@link #ConstraintSet_android_layout_marginBottom android:layout_marginBottom} | |
{@link #ConstraintSet_android_maxWidth android:maxWidth} | |
{@link #ConstraintSet_android_maxHeight android:maxHeight} | |
{@link #ConstraintSet_android_minWidth android:minWidth} | |
{@link #ConstraintSet_android_minHeight android:minHeight} | |
{@link #ConstraintSet_android_alpha android:alpha} | |
{@link #ConstraintSet_android_transformPivotX android:transformPivotX} | |
{@link #ConstraintSet_android_transformPivotY android:transformPivotY} | |
{@link #ConstraintSet_android_translationX android:translationX} | |
{@link #ConstraintSet_android_translationY android:translationY} | |
{@link #ConstraintSet_android_scaleX android:scaleX} | |
{@link #ConstraintSet_android_scaleY android:scaleY} | |
{@link #ConstraintSet_android_rotation android:rotation} | |
{@link #ConstraintSet_android_rotationX android:rotationX} | |
{@link #ConstraintSet_android_rotationY android:rotationY} | |
{@link #ConstraintSet_android_layout_marginStart android:layout_marginStart} | |
{@link #ConstraintSet_android_layout_marginEnd android:layout_marginEnd} | |
{@link #ConstraintSet_android_translationZ android:translationZ} | |
{@link #ConstraintSet_android_elevation android:elevation} | |
{@link #ConstraintSet_barrierAllowsGoneWidgets com.example.iitrtimetable:barrierAllowsGoneWidgets} | |
{@link #ConstraintSet_barrierDirection com.example.iitrtimetable:barrierDirection} | |
{@link #ConstraintSet_chainUseRtl com.example.iitrtimetable:chainUseRtl} | |
{@link #ConstraintSet_constraint_referenced_ids com.example.iitrtimetable:constraint_referenced_ids} | |
{@link #ConstraintSet_layout_constrainedHeight com.example.iitrtimetable:layout_constrainedHeight} | |
{@link #ConstraintSet_layout_constrainedWidth com.example.iitrtimetable:layout_constrainedWidth} | |
{@link #ConstraintSet_layout_constraintBaseline_creator com.example.iitrtimetable:layout_constraintBaseline_creator} | |
{@link #ConstraintSet_layout_constraintBaseline_toBaselineOf com.example.iitrtimetable:layout_constraintBaseline_toBaselineOf} | |
{@link #ConstraintSet_layout_constraintBottom_creator com.example.iitrtimetable:layout_constraintBottom_creator} | |
{@link #ConstraintSet_layout_constraintBottom_toBottomOf com.example.iitrtimetable:layout_constraintBottom_toBottomOf} | |
{@link #ConstraintSet_layout_constraintBottom_toTopOf com.example.iitrtimetable:layout_constraintBottom_toTopOf} | |
{@link #ConstraintSet_layout_constraintCircle com.example.iitrtimetable:layout_constraintCircle} | |
{@link #ConstraintSet_layout_constraintCircleAngle com.example.iitrtimetable:layout_constraintCircleAngle} | |
{@link #ConstraintSet_layout_constraintCircleRadius com.example.iitrtimetable:layout_constraintCircleRadius} | |
{@link #ConstraintSet_layout_constraintDimensionRatio com.example.iitrtimetable:layout_constraintDimensionRatio} | |
{@link #ConstraintSet_layout_constraintEnd_toEndOf com.example.iitrtimetable:layout_constraintEnd_toEndOf} | |
{@link #ConstraintSet_layout_constraintEnd_toStartOf com.example.iitrtimetable:layout_constraintEnd_toStartOf} | |
{@link #ConstraintSet_layout_constraintGuide_begin com.example.iitrtimetable:layout_constraintGuide_begin} | |
{@link #ConstraintSet_layout_constraintGuide_end com.example.iitrtimetable:layout_constraintGuide_end} | |
{@link #ConstraintSet_layout_constraintGuide_percent com.example.iitrtimetable:layout_constraintGuide_percent} | |
{@link #ConstraintSet_layout_constraintHeight_default com.example.iitrtimetable:layout_constraintHeight_default} | |
{@link #ConstraintSet_layout_constraintHeight_max com.example.iitrtimetable:layout_constraintHeight_max} | |
{@link #ConstraintSet_layout_constraintHeight_min com.example.iitrtimetable:layout_constraintHeight_min} | |
{@link #ConstraintSet_layout_constraintHeight_percent com.example.iitrtimetable:layout_constraintHeight_percent} | |
{@link #ConstraintSet_layout_constraintHorizontal_bias com.example.iitrtimetable:layout_constraintHorizontal_bias} | |
{@link #ConstraintSet_layout_constraintHorizontal_chainStyle com.example.iitrtimetable:layout_constraintHorizontal_chainStyle} | |
{@link #ConstraintSet_layout_constraintHorizontal_weight com.example.iitrtimetable:layout_constraintHorizontal_weight} | |
{@link #ConstraintSet_layout_constraintLeft_creator com.example.iitrtimetable:layout_constraintLeft_creator} | |
{@link #ConstraintSet_layout_constraintLeft_toLeftOf com.example.iitrtimetable:layout_constraintLeft_toLeftOf} | |
{@link #ConstraintSet_layout_constraintLeft_toRightOf com.example.iitrtimetable:layout_constraintLeft_toRightOf} | |
{@link #ConstraintSet_layout_constraintRight_creator com.example.iitrtimetable:layout_constraintRight_creator} | |
{@link #ConstraintSet_layout_constraintRight_toLeftOf com.example.iitrtimetable:layout_constraintRight_toLeftOf} | |
{@link #ConstraintSet_layout_constraintRight_toRightOf com.example.iitrtimetable:layout_constraintRight_toRightOf} | |
{@link #ConstraintSet_layout_constraintStart_toEndOf com.example.iitrtimetable:layout_constraintStart_toEndOf} | |
{@link #ConstraintSet_layout_constraintStart_toStartOf com.example.iitrtimetable:layout_constraintStart_toStartOf} | |
{@link #ConstraintSet_layout_constraintTop_creator com.example.iitrtimetable:layout_constraintTop_creator} | |
{@link #ConstraintSet_layout_constraintTop_toBottomOf com.example.iitrtimetable:layout_constraintTop_toBottomOf} | |
{@link #ConstraintSet_layout_constraintTop_toTopOf com.example.iitrtimetable:layout_constraintTop_toTopOf} | |
{@link #ConstraintSet_layout_constraintVertical_bias com.example.iitrtimetable:layout_constraintVertical_bias} | |
{@link #ConstraintSet_layout_constraintVertical_chainStyle com.example.iitrtimetable:layout_constraintVertical_chainStyle} | |
{@link #ConstraintSet_layout_constraintVertical_weight com.example.iitrtimetable:layout_constraintVertical_weight} | |
{@link #ConstraintSet_layout_constraintWidth_default com.example.iitrtimetable:layout_constraintWidth_default} | |
{@link #ConstraintSet_layout_constraintWidth_max com.example.iitrtimetable:layout_constraintWidth_max} | |
{@link #ConstraintSet_layout_constraintWidth_min com.example.iitrtimetable:layout_constraintWidth_min} | |
{@link #ConstraintSet_layout_constraintWidth_percent com.example.iitrtimetable:layout_constraintWidth_percent} | |
{@link #ConstraintSet_layout_editor_absoluteX com.example.iitrtimetable:layout_editor_absoluteX} | |
{@link #ConstraintSet_layout_editor_absoluteY com.example.iitrtimetable:layout_editor_absoluteY} | |
{@link #ConstraintSet_layout_goneMarginBottom com.example.iitrtimetable:layout_goneMarginBottom} | |
{@link #ConstraintSet_layout_goneMarginEnd com.example.iitrtimetable:layout_goneMarginEnd} | |
{@link #ConstraintSet_layout_goneMarginLeft com.example.iitrtimetable:layout_goneMarginLeft} | |
{@link #ConstraintSet_layout_goneMarginRight com.example.iitrtimetable:layout_goneMarginRight} | |
{@link #ConstraintSet_layout_goneMarginStart com.example.iitrtimetable:layout_goneMarginStart} | |
{@link #ConstraintSet_layout_goneMarginTop com.example.iitrtimetable:layout_goneMarginTop} |
This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
horizontal | 0 | |
vertical | 1 |
This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May 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 ConstraintSet_android_id=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#visibility} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
gone | 2 | |
invisible | 1 | |
visible | 0 |
This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
fill_parent | ffffffff | |
match_parent | ffffffff | |
wrap_content | fffffffe |
This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
fill_parent | ffffffff | |
match_parent | ffffffff | |
wrap_content | fffffffe |
This symbol is the offset where the {@link android.R.attr#layout_marginLeft} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginLeft
+ */
+ public static final int ConstraintSet_android_layout_marginLeft=5;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout_marginTop} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginTop
+ */
+ public static final int ConstraintSet_android_layout_marginTop=6;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout_marginRight} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginRight
+ */
+ public static final int ConstraintSet_android_layout_marginRight=7;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout_marginBottom} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginBottom
+ */
+ public static final int ConstraintSet_android_layout_marginBottom=8;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #ConstraintSet} 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 ConstraintSet_android_maxWidth=9;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#maxHeight} + * attribute's value can be found in the {@link #ConstraintSet} 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:maxHeight
+ */
+ public static final int ConstraintSet_android_maxHeight=10;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ConstraintSet} 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 ConstraintSet_android_minWidth=11;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #ConstraintSet} 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 ConstraintSet_android_minHeight=12;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#alpha} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:alpha
+ */
+ public static final int ConstraintSet_android_alpha=13;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#transformPivotX} + * attribute's value can be found in the {@link #ConstraintSet} 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:transformPivotX
+ */
+ public static final int ConstraintSet_android_transformPivotX=14;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#transformPivotY} + * attribute's value can be found in the {@link #ConstraintSet} 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:transformPivotY
+ */
+ public static final int ConstraintSet_android_transformPivotY=15;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#translationX} + * attribute's value can be found in the {@link #ConstraintSet} 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:translationX
+ */
+ public static final int ConstraintSet_android_translationX=16;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#translationY} + * attribute's value can be found in the {@link #ConstraintSet} 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:translationY
+ */
+ public static final int ConstraintSet_android_translationY=17;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#scaleX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:scaleX
+ */
+ public static final int ConstraintSet_android_scaleX=18;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#scaleY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:scaleY
+ */
+ public static final int ConstraintSet_android_scaleY=19;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#rotation} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:rotation
+ */
+ public static final int ConstraintSet_android_rotation=20;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#rotationX} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:rotationX
+ */
+ public static final int ConstraintSet_android_rotationX=21;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#rotationY} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:rotationY
+ */
+ public static final int ConstraintSet_android_rotationY=22;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout_marginStart} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginStart
+ */
+ public static final int ConstraintSet_android_layout_marginStart=23;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout_marginEnd} + * attribute's value can be found in the {@link #ConstraintSet} 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:layout_marginEnd
+ */
+ public static final int ConstraintSet_android_layout_marginEnd=24;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#translationZ} + * attribute's value can be found in the {@link #ConstraintSet} 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:translationZ
+ */
+ public static final int ConstraintSet_android_translationZ=25;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#elevation} + * attribute's value can be found in the {@link #ConstraintSet} 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:elevation
+ */
+ public static final int ConstraintSet_android_elevation=26;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierAllowsGoneWidgets} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:barrierAllowsGoneWidgets
+ */
+ public static final int ConstraintSet_barrierAllowsGoneWidgets=27;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#barrierDirection} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 3 | |
end | 6 | |
left | 0 | |
right | 1 | |
start | 5 | |
top | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chainUseRtl} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:chainUseRtl
+ */
+ public static final int ConstraintSet_chainUseRtl=29;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#constraint_referenced_ids} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:constraint_referenced_ids + */ + public static final int ConstraintSet_constraint_referenced_ids=30; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedHeight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constrainedHeight
+ */
+ public static final int ConstraintSet_layout_constrainedHeight=31;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constrainedWidth} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constrainedWidth
+ */
+ public static final int ConstraintSet_layout_constrainedWidth=32;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintBaseline_creator
+ */
+ public static final int ConstraintSet_layout_constraintBaseline_creator=33;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBaseline_toBaselineOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintBottom_creator
+ */
+ public static final int ConstraintSet_layout_constraintBottom_creator=35;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toBottomOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintBottom_toTopOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May 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.example.iitrtimetable:layout_constraintCircle
+ */
+ public static final int ConstraintSet_layout_constraintCircle=38;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleAngle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintCircleAngle
+ */
+ public static final int ConstraintSet_layout_constraintCircleAngle=39;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintCircleRadius} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_constraintCircleRadius
+ */
+ public static final int ConstraintSet_layout_constraintCircleRadius=40;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintDimensionRatio} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_constraintDimensionRatio + */ + public static final int ConstraintSet_layout_constraintDimensionRatio=41; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toEndOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintEnd_toStartOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_begin} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_constraintGuide_begin
+ */
+ public static final int ConstraintSet_layout_constraintGuide_begin=44;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_end} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_constraintGuide_end
+ */
+ public static final int ConstraintSet_layout_constraintGuide_end=45;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintGuide_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintGuide_percent
+ */
+ public static final int ConstraintSet_layout_constraintGuide_percent=46;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_default} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_max} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_min} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHeight_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHeight_percent
+ */
+ public static final int ConstraintSet_layout_constraintHeight_percent=50;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_bias} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHorizontal_bias
+ */
+ public static final int ConstraintSet_layout_constraintHorizontal_bias=51;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_chainStyle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintHorizontal_weight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintHorizontal_weight
+ */
+ public static final int ConstraintSet_layout_constraintHorizontal_weight=53;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintLeft_creator
+ */
+ public static final int ConstraintSet_layout_constraintLeft_creator=54;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toLeftOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintLeft_toRightOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintRight_creator
+ */
+ public static final int ConstraintSet_layout_constraintRight_creator=57;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toLeftOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintRight_toRightOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toEndOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintStart_toStartOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_creator} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintTop_creator
+ */
+ public static final int ConstraintSet_layout_constraintTop_creator=62;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toBottomOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintTop_toTopOf} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a reference to another resource, in the form
+ * "@[+][package:]type/name
" or a theme
+ * attribute in the form
+ * "?[package:]type/name
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
parent | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_bias} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintVertical_bias
+ */
+ public static final int ConstraintSet_layout_constraintVertical_bias=65;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_chainStyle} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
packed | 2 | |
spread | 0 | |
spread_inside | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintVertical_weight} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintVertical_weight
+ */
+ public static final int ConstraintSet_layout_constraintVertical_weight=67;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_default} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
percent | 2 | |
spread | 0 | |
wrap | 1 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_max} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_min} + * attribute's value can be found in the {@link #ConstraintSet} 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.
+ *Constant | Value | Description |
---|---|---|
wrap | fffffffe |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_constraintWidth_percent} + * attribute's value can be found in the {@link #ConstraintSet} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name com.example.iitrtimetable:layout_constraintWidth_percent
+ */
+ public static final int ConstraintSet_layout_constraintWidth_percent=71;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteX} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_editor_absoluteX
+ */
+ public static final int ConstraintSet_layout_editor_absoluteX=72;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_editor_absoluteY} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_editor_absoluteY
+ */
+ public static final int ConstraintSet_layout_editor_absoluteY=73;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginBottom} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginBottom
+ */
+ public static final int ConstraintSet_layout_goneMarginBottom=74;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginEnd} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginEnd
+ */
+ public static final int ConstraintSet_layout_goneMarginEnd=75;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginLeft} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginLeft
+ */
+ public static final int ConstraintSet_layout_goneMarginLeft=76;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginRight} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginRight
+ */
+ public static final int ConstraintSet_layout_goneMarginRight=77;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginStart} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginStart
+ */
+ public static final int ConstraintSet_layout_goneMarginStart=78;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#layout_goneMarginTop} + * attribute's value can be found in the {@link #ConstraintSet} 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.example.iitrtimetable:layout_goneMarginTop
+ */
+ public static final int ConstraintSet_layout_goneMarginTop=79;
+ /**
+ * Attributes that can be used with a CoordinatorLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CoordinatorLayout_keylines com.example.iitrtimetable:keylines} | A reference to an array of integers representing the + * locations of horizontal keylines in dp from the starting edge. |
{@link #CoordinatorLayout_statusBarBackground com.example.iitrtimetable:statusBarBackground} | Drawable to display behind the status bar when the view is set to draw behind it. |
+ * @attr description + * A reference to an array of integers representing the + * locations of horizontal keylines in dp from the starting edge. + * Child views can refer to these keylines for alignment using + * layout_keyline="index" where index is a 0-based index into + * this array. + * + *
May 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.example.iitrtimetable:keylines
+ */
+ public static final int CoordinatorLayout_keylines=0;
+ /**
+ *
+ * @attr description + * Drawable to display behind the status bar when the view is set to draw behind it. + * + *
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.example.iitrtimetable:statusBarBackground
+ */
+ public static final int CoordinatorLayout_statusBarBackground=1;
+ /**
+ * Attributes that can be used with a CoordinatorLayout_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #CoordinatorLayout_Layout_android_layout_gravity android:layout_gravity} | |
{@link #CoordinatorLayout_Layout_layout_anchor com.example.iitrtimetable:layout_anchor} | The id of an anchor view that this view should position relative to. |
{@link #CoordinatorLayout_Layout_layout_anchorGravity com.example.iitrtimetable:layout_anchorGravity} | Specifies how an object should position relative to an anchor, on both the X and Y axes, + * within its parent's bounds. |
{@link #CoordinatorLayout_Layout_layout_behavior com.example.iitrtimetable:layout_behavior} | The class name of a Behavior class defining special runtime behavior + * for this child view. |
{@link #CoordinatorLayout_Layout_layout_dodgeInsetEdges com.example.iitrtimetable:layout_dodgeInsetEdges} | Specifies how this view dodges the inset edges of the CoordinatorLayout. |
{@link #CoordinatorLayout_Layout_layout_insetEdge com.example.iitrtimetable:layout_insetEdge} | Specifies how this view insets the CoordinatorLayout and make some other views + * dodge it. |
{@link #CoordinatorLayout_Layout_layout_keyline com.example.iitrtimetable:layout_keyline} | The index of a keyline this view should position relative to. |
This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #CoordinatorLayout_Layout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
end | 800005 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
+ * @attr description + * The id of an anchor view that this view should position relative to. + * + *
May 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.example.iitrtimetable:layout_anchor
+ */
+ public static final int CoordinatorLayout_Layout_layout_anchor=1;
+ /**
+ *
+ * @attr description + * Specifies how an object should position relative to an anchor, on both the X and Y axes, + * within its parent's bounds. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Push object to the bottom of its container, not changing its size. |
center | 11 | Place the object in the center of its container in both the vertical and horizontal axis, not changing its size. |
center_horizontal | 1 | Place object in the horizontal center of its container, not changing its size. |
center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
clip_horizontal | 8 | Additional option that can be set to have the left and/or right edges of + * the child clipped to its container's bounds. + * The clip will be based on the horizontal gravity: a left gravity will clip the right + * edge, a right gravity will clip the left edge, and neither will clip both edges. |
clip_vertical | 80 | Additional option that can be set to have the top and/or bottom edges of + * the child clipped to its container's bounds. + * The clip will be based on the vertical gravity: a top gravity will clip the bottom + * edge, a bottom gravity will clip the top edge, and neither will clip both edges. |
end | 800005 | Push object to the end of its container, not changing its size. |
fill | 77 | Grow the horizontal and vertical size of the object if needed so it completely fills its container. |
fill_horizontal | 7 | Grow the horizontal size of the object if needed so it completely fills its container. |
fill_vertical | 70 | Grow the vertical size of the object if needed so it completely fills its container. |
left | 3 | Push object to the left of its container, not changing its size. |
right | 5 | Push object to the right of its container, not changing its size. |
start | 800003 | Push object to the beginning of its container, not changing its size. |
top | 30 | Push object to the top of its container, not changing its size. |
+ * @attr description + * The class name of a Behavior class defining special runtime behavior + * for this child view. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layout_behavior + */ + public static final int CoordinatorLayout_Layout_layout_behavior=3; + /** + *
+ * @attr description + * Specifies how this view dodges the inset edges of the CoordinatorLayout. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
all | 77 | Dodge all the inset edges. |
bottom | 50 | Dodge the bottom inset edge. |
end | 800005 | Dodge the end inset edge. |
left | 3 | Dodge the left inset edge. |
none | 0 | Don't dodge any edges |
right | 5 | Dodge the right inset edge. |
start | 800003 | Dodge the start inset edge. |
top | 30 | Dodge the top inset edge. |
+ * @attr description + * Specifies how this view insets the CoordinatorLayout and make some other views + * dodge it. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Inset the bottom edge. |
end | 800005 | Inset the end edge. |
left | 3 | Inset the left edge. |
none | 0 | Don't inset. |
right | 5 | Inset the right edge. |
start | 800003 | Inset the start edge. |
top | 30 | Inset the top edge. |
+ * @attr description + * The index of a keyline this view should position relative to. + * android:layout_gravity will affect how the view aligns to the + * specified keyline. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:layout_keyline
+ */
+ public static final int CoordinatorLayout_Layout_layout_keyline=6;
+ /**
+ * Attributes that can be used with a DesignTheme.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #DesignTheme_bottomSheetDialogTheme com.example.iitrtimetable:bottomSheetDialogTheme} | |
{@link #DesignTheme_bottomSheetStyle com.example.iitrtimetable:bottomSheetStyle} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *
May 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.example.iitrtimetable:bottomSheetDialogTheme
+ */
+ public static final int DesignTheme_bottomSheetDialogTheme=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #DesignTheme} array. + * + *
May 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.example.iitrtimetable:bottomSheetStyle
+ */
+ public static final int DesignTheme_bottomSheetStyle=1;
+ /**
+ * Attributes that can be used with a DrawerArrowToggle.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #DrawerArrowToggle_arrowHeadLength com.example.iitrtimetable:arrowHeadLength} | The length of the arrow head when formed to make an arrow |
{@link #DrawerArrowToggle_arrowShaftLength com.example.iitrtimetable:arrowShaftLength} | The length of the shaft when formed to make an arrow |
{@link #DrawerArrowToggle_barLength com.example.iitrtimetable:barLength} | The length of the bars when they are parallel to each other |
{@link #DrawerArrowToggle_color com.example.iitrtimetable:color} | The drawing color for the bars |
{@link #DrawerArrowToggle_drawableSize com.example.iitrtimetable:drawableSize} | The total size of the drawable |
{@link #DrawerArrowToggle_gapBetweenBars com.example.iitrtimetable:gapBetweenBars} | The max gap between the bars when they are parallel to each other |
{@link #DrawerArrowToggle_spinBars com.example.iitrtimetable:spinBars} | Whether bars should rotate or not during transition |
{@link #DrawerArrowToggle_thickness com.example.iitrtimetable:thickness} | The thickness (stroke size) for the bar paint |
+ * @attr description + * The length of the arrow head when formed to make an arrow + * + *
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.example.iitrtimetable:arrowHeadLength
+ */
+ public static final int DrawerArrowToggle_arrowHeadLength=0;
+ /**
+ *
+ * @attr description + * The length of the shaft when formed to make an arrow + * + *
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.example.iitrtimetable:arrowShaftLength
+ */
+ public static final int DrawerArrowToggle_arrowShaftLength=1;
+ /**
+ *
+ * @attr description + * The length of the bars when they are parallel to each other + * + *
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.example.iitrtimetable:barLength
+ */
+ public static final int DrawerArrowToggle_barLength=2;
+ /**
+ *
+ * @attr description + * The drawing color for the bars + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:color
+ */
+ public static final int DrawerArrowToggle_color=3;
+ /**
+ *
+ * @attr description + * The total size of the drawable + * + *
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.example.iitrtimetable:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize=4;
+ /**
+ *
+ * @attr description + * The max gap between the bars when they are parallel to each other + * + *
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.example.iitrtimetable:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars=5;
+ /**
+ *
+ * @attr description + * Whether bars should rotate or not during transition + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars=6;
+ /**
+ *
+ * @attr description + * The thickness (stroke size) for the bar paint + * + *
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.example.iitrtimetable:thickness
+ */
+ public static final int DrawerArrowToggle_thickness=7;
+ /**
+ * Attributes that can be used with a FloatingActionButton.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #FloatingActionButton_backgroundTint com.example.iitrtimetable:backgroundTint} | Tint to apply to the background. |
{@link #FloatingActionButton_backgroundTintMode com.example.iitrtimetable:backgroundTintMode} | Blending mode used to apply the background tint. |
{@link #FloatingActionButton_borderWidth com.example.iitrtimetable:borderWidth} | |
{@link #FloatingActionButton_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #FloatingActionButton_fabCustomSize com.example.iitrtimetable:fabCustomSize} | |
{@link #FloatingActionButton_fabSize com.example.iitrtimetable:fabSize} | |
{@link #FloatingActionButton_hideMotionSpec com.example.iitrtimetable:hideMotionSpec} | |
{@link #FloatingActionButton_hoveredFocusedTranslationZ com.example.iitrtimetable:hoveredFocusedTranslationZ} | |
{@link #FloatingActionButton_maxImageSize com.example.iitrtimetable:maxImageSize} | |
{@link #FloatingActionButton_pressedTranslationZ com.example.iitrtimetable:pressedTranslationZ} | |
{@link #FloatingActionButton_rippleColor com.example.iitrtimetable:rippleColor} | |
{@link #FloatingActionButton_showMotionSpec com.example.iitrtimetable:showMotionSpec} | |
{@link #FloatingActionButton_useCompatPadding com.example.iitrtimetable:useCompatPadding} |
+ * @attr description + * Tint to apply to the background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:backgroundTint
+ */
+ public static final int FloatingActionButton_backgroundTint=0;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the background tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#borderWidth} + * attribute's value can be found in the {@link #FloatingActionButton} 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.example.iitrtimetable:borderWidth
+ */
+ public static final int FloatingActionButton_borderWidth=2;
+ /**
+ *
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int FloatingActionButton_elevation=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabCustomSize} + * attribute's value can be found in the {@link #FloatingActionButton} 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.example.iitrtimetable:fabCustomSize
+ */
+ public static final int FloatingActionButton_fabCustomSize=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fabSize} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | ffffffff | |
mini | 1 | |
normal | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hideMotionSpec} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *
May 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.example.iitrtimetable:hideMotionSpec
+ */
+ public static final int FloatingActionButton_hideMotionSpec=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hoveredFocusedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} 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.example.iitrtimetable:hoveredFocusedTranslationZ
+ */
+ public static final int FloatingActionButton_hoveredFocusedTranslationZ=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#maxImageSize} + * attribute's value can be found in the {@link #FloatingActionButton} 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.example.iitrtimetable:maxImageSize
+ */
+ public static final int FloatingActionButton_maxImageSize=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#pressedTranslationZ} + * attribute's value can be found in the {@link #FloatingActionButton} 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.example.iitrtimetable:pressedTranslationZ
+ */
+ public static final int FloatingActionButton_pressedTranslationZ=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:rippleColor
+ */
+ public static final int FloatingActionButton_rippleColor=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#showMotionSpec} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *
May 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.example.iitrtimetable:showMotionSpec
+ */
+ public static final int FloatingActionButton_showMotionSpec=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#useCompatPadding} + * attribute's value can be found in the {@link #FloatingActionButton} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:useCompatPadding
+ */
+ public static final int FloatingActionButton_useCompatPadding=12;
+ /**
+ * Attributes that can be used with a FloatingActionButton_Behavior_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #FloatingActionButton_Behavior_Layout_behavior_autoHide com.example.iitrtimetable:behavior_autoHide} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_autoHide} + * attribute's value can be found in the {@link #FloatingActionButton_Behavior_Layout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:behavior_autoHide
+ */
+ public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide=0;
+ /**
+ * Attributes that can be used with a FlowLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #FlowLayout_itemSpacing com.example.iitrtimetable:itemSpacing} | |
{@link #FlowLayout_lineSpacing com.example.iitrtimetable:lineSpacing} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemSpacing} + * attribute's value can be found in the {@link #FlowLayout} 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.example.iitrtimetable:itemSpacing
+ */
+ public static final int FlowLayout_itemSpacing=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#lineSpacing} + * attribute's value can be found in the {@link #FlowLayout} 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.example.iitrtimetable:lineSpacing
+ */
+ public static final int FlowLayout_lineSpacing=1;
+ /**
+ * Attributes that can be used with a FontFamily.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #FontFamily_fontProviderAuthority com.example.iitrtimetable:fontProviderAuthority} | The authority of the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderCerts com.example.iitrtimetable:fontProviderCerts} | The sets of hashes for the certificates the provider should be signed with. |
{@link #FontFamily_fontProviderFetchStrategy com.example.iitrtimetable:fontProviderFetchStrategy} | The strategy to be used when fetching font data from a font provider in XML layouts. |
{@link #FontFamily_fontProviderFetchTimeout com.example.iitrtimetable:fontProviderFetchTimeout} | The length of the timeout during fetching. |
{@link #FontFamily_fontProviderPackage com.example.iitrtimetable:fontProviderPackage} | The package for the Font Provider to be used for the request. |
{@link #FontFamily_fontProviderQuery com.example.iitrtimetable:fontProviderQuery} | The query to be sent over to the provider. |
+ * @attr description + * The authority of the Font Provider to be used for the request. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderAuthority + */ + public static final int FontFamily_fontProviderAuthority=0; + /** + *
+ * @attr description + * The sets of hashes for the certificates the provider should be signed with. This is + * used to verify the identity of the provider, and is only required if the provider is not + * part of the system image. This value may point to one list or a list of lists, where each + * individual list represents one collection of signature hashes. Refer to your font provider's + * documentation for these values. + * + *
May 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.example.iitrtimetable:fontProviderCerts
+ */
+ public static final int FontFamily_fontProviderCerts=1;
+ /**
+ *
+ * @attr description + * The strategy to be used when fetching font data from a font provider in XML layouts. + * This attribute is ignored when the resource is loaded from code, as it is equivalent to the + * choice of API between {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int)} (blocking) and + * {@link + * androidx.core.content.res.ResourcesCompat#getFont(Context, int, FontCallback, Handler)} + * (async). + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
async | 1 | The async font fetch works as follows. + * First, check the local cache, then if the requeted font is not cached, trigger a + * request the font and continue with layout inflation. Once the font fetch succeeds, the + * target text view will be refreshed with the downloaded font data. The + * fontProviderFetchTimeout will be ignored if async loading is specified. |
blocking | 0 | The blocking font fetch works as follows. + * First, check the local cache, then if the requested font is not cached, request the + * font from the provider and wait until it is finished. You can change the length of + * the timeout by modifying fontProviderFetchTimeout. If the timeout happens, the + * default typeface will be used instead. |
+ * @attr description + * The length of the timeout during fetching. + * + *
May be an integer value, such as "100
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
forever | ffffffff | A special value for the timeout. In this case, the blocking font fetching will not + * timeout and wait until a reply is received from the font provider. |
+ * @attr description + * The package for the Font Provider to be used for the request. This is used to verify + * the identity of the provider. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderPackage + */ + public static final int FontFamily_fontProviderPackage=4; + /** + *
+ * @attr description + * The query to be sent over to the provider. Refer to your font provider's documentation + * on the format of this string. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontProviderQuery + */ + public static final int FontFamily_fontProviderQuery=5; + /** + * Attributes that can be used with a FontFamilyFont. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #FontFamilyFont_android_font android:font} | |
{@link #FontFamilyFont_android_fontWeight android:fontWeight} | |
{@link #FontFamilyFont_android_fontStyle android:fontStyle} | |
{@link #FontFamilyFont_android_ttcIndex android:ttcIndex} | |
{@link #FontFamilyFont_android_fontVariationSettings android:fontVariationSettings} | |
{@link #FontFamilyFont_font com.example.iitrtimetable:font} | The reference to the font file to be used. |
{@link #FontFamilyFont_fontStyle com.example.iitrtimetable:fontStyle} | The style of the given font file. |
{@link #FontFamilyFont_fontVariationSettings com.example.iitrtimetable:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #FontFamilyFont_fontWeight com.example.iitrtimetable:fontWeight} | The weight of the given font file. |
{@link #FontFamilyFont_ttcIndex com.example.iitrtimetable:ttcIndex} | The index of the font in the tcc font file. |
This symbol is the offset where the {@link android.R.attr#font} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *
May 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:font
+ */
+ public static final int FontFamilyFont_android_font=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#fontWeight} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:fontWeight
+ */
+ public static final int FontFamilyFont_android_fontWeight=1;
+ /**
+ *
+ * @attr description + * References to the framework attrs + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
italic | 1 | |
normal | 0 |
This symbol is the offset where the {@link android.R.attr#ttcIndex} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:ttcIndex
+ */
+ public static final int FontFamilyFont_android_ttcIndex=3;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#fontVariationSettings} + * attribute's value can be found in the {@link #FontFamilyFont} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontVariationSettings + */ + public static final int FontFamilyFont_android_fontVariationSettings=4; + /** + *
+ * @attr description + * The reference to the font file to be used. This should be a file in the res/font folder + * and should therefore have an R reference value. E.g. @font/myfont + * + *
May 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.example.iitrtimetable:font
+ */
+ public static final int FontFamilyFont_font=5;
+ /**
+ *
+ * @attr description + * The style of the given font file. This will be used when the font is being loaded into + * the font stack and will override any style information in the font's header tables. If + * unspecified, the value in the font's header tables will be used. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
italic | 1 | |
normal | 0 |
+ * @attr description + * The variation settings to be applied to the font. The string should be in the following + * format: "'tag1' value1, 'tag2' value2, ...". If the default variation settings should be + * used, or the font used does not support variation settings, this attribute needs not be + * specified. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int FontFamilyFont_fontVariationSettings=7; + /** + *
+ * @attr description + * The weight of the given font file. This will be used when the font is being loaded into + * the font stack and will override any weight information in the font's header tables. Must + * be a positive number, a multiple of 100, and between 100 and 900, inclusive. The most + * common values are 400 for regular weight and 700 for bold weight. If unspecified, the value + * in the font's header tables will be used. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:fontWeight
+ */
+ public static final int FontFamilyFont_fontWeight=8;
+ /**
+ *
+ * @attr description + * The index of the font in the tcc font file. If the font file referenced is not in the + * tcc format, this attribute needs not be specified. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:ttcIndex
+ */
+ public static final int FontFamilyFont_ttcIndex=9;
+ /**
+ * Attributes that can be used with a ForegroundLinearLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ForegroundLinearLayout_android_foreground android:foreground} | |
{@link #ForegroundLinearLayout_android_foregroundGravity android:foregroundGravity} | |
{@link #ForegroundLinearLayout_foregroundInsidePadding com.example.iitrtimetable:foregroundInsidePadding} |
This symbol is the offset where the {@link android.R.attr#foreground} + * attribute's value can be found in the {@link #ForegroundLinearLayout} 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:foreground
+ */
+ public static final int ForegroundLinearLayout_android_foreground=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#foregroundGravity} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
top | 30 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#foregroundInsidePadding} + * attribute's value can be found in the {@link #ForegroundLinearLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:foregroundInsidePadding
+ */
+ public static final int ForegroundLinearLayout_foregroundInsidePadding=2;
+ /**
+ * Attributes that can be used with a GradientColor.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #GradientColor_android_startColor android:startColor} | |
{@link #GradientColor_android_endColor android:endColor} | |
{@link #GradientColor_android_type android:type} | |
{@link #GradientColor_android_centerX android:centerX} | |
{@link #GradientColor_android_centerY android:centerY} | |
{@link #GradientColor_android_gradientRadius android:gradientRadius} | |
{@link #GradientColor_android_tileMode android:tileMode} | |
{@link #GradientColor_android_centerColor android:centerColor} | |
{@link #GradientColor_android_startX android:startX} | |
{@link #GradientColor_android_startY android:startY} | |
{@link #GradientColor_android_endX android:endX} | |
{@link #GradientColor_android_endY android:endY} |
+ * @attr description + * Start color of the gradient. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:startColor
+ */
+ public static final int GradientColor_android_startColor=0;
+ /**
+ *
+ * @attr description + * End color of the gradient. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:endColor
+ */
+ public static final int GradientColor_android_endColor=1;
+ /**
+ *
+ * @attr description + * Type of gradient. The default type is linear. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
linear | 0 | |
radial | 1 | |
sweep | 2 |
+ * @attr description + * X coordinate of the center of the gradient within the path. + * + *
May be a floating point value, such as "1.2
".
+ *
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 android:centerX
+ */
+ public static final int GradientColor_android_centerX=3;
+ /**
+ *
+ * @attr description + * Y coordinate of the center of the gradient within the path. + * + *
May be a floating point value, such as "1.2
".
+ *
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 android:centerY
+ */
+ public static final int GradientColor_android_centerY=4;
+ /**
+ *
+ * @attr description + * Radius of the gradient, used only with radial gradient. + * + *
May be a floating point value, such as "1.2
".
+ *
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 android:gradientRadius
+ */
+ public static final int GradientColor_android_gradientRadius=5;
+ /**
+ *
+ * @attr description + * Defines the tile mode of the gradient. SweepGradient doesn't support tiling. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
clamp | 0 | |
disabled | ffffffff | |
mirror | 2 | |
repeat | 1 |
+ * @attr description + * Optional center color. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:centerColor
+ */
+ public static final int GradientColor_android_centerColor=7;
+ /**
+ *
+ * @attr description + * X coordinate of the start point origin of the gradient. + * Defined in same coordinates as the path itself + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:startX
+ */
+ public static final int GradientColor_android_startX=8;
+ /**
+ *
+ * @attr description + * Y coordinate of the start point of the gradient within the shape. + * Defined in same coordinates as the path itself + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:startY
+ */
+ public static final int GradientColor_android_startY=9;
+ /**
+ *
+ * @attr description + * X coordinate of the end point origin of the gradient. + * Defined in same coordinates as the path itself + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:endX
+ */
+ public static final int GradientColor_android_endX=10;
+ /**
+ *
+ * @attr description + * Y coordinate of the end point of the gradient within the shape. + * Defined in same coordinates as the path itself + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:endY
+ */
+ public static final int GradientColor_android_endY=11;
+ /**
+ * Attributes that can be used with a GradientColorItem.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #GradientColorItem_android_color android:color} | |
{@link #GradientColorItem_android_offset android:offset} |
+ * @attr description + * The current color for the offset inside the gradient. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:color
+ */
+ public static final int GradientColorItem_android_color=0;
+ /**
+ *
+ * @attr description + * The offset (or ratio) of this current color item inside the gradient. + * The value is only meaningful when it is between 0 and 1. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:offset
+ */
+ public static final int GradientColorItem_android_offset=1;
+ /**
+ * Attributes that can be used with a LinearConstraintLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #LinearConstraintLayout_android_orientation android:orientation} |
This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearConstraintLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
horizontal | 0 | |
vertical | 1 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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.example.iitrtimetable:divider} | Specifies the drawable used for item dividers. |
{@link #LinearLayoutCompat_dividerPadding com.example.iitrtimetable:dividerPadding} | Size of padding on either end of a divider. |
{@link #LinearLayoutCompat_measureWithLargestChild com.example.iitrtimetable:measureWithLargestChild} | When set to true, all children with a weight will be considered having + * the minimum size of the largest child. |
{@link #LinearLayoutCompat_showDividers com.example.iitrtimetable:showDividers} | Setting for which dividers to show. |
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.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
end | 800005 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
+ * @attr description + * Should the layout be a column or a row? Use "horizontal" + * for a row, "vertical" for a column. The default is + * horizontal. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
horizontal | 0 | |
vertical | 1 |
+ * @attr description + * When set to false, prevents the layout from aligning its children's + * baselines. This attribute is particularly useful when the children + * use different values for gravity. The default value is true. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:baselineAligned
+ */
+ public static final int LinearLayoutCompat_android_baselineAligned=2;
+ /**
+ *
+ * @attr description + * When a linear layout is part of another layout that is baseline + * aligned, it can specify which of its children to baseline align to + * (that is, which child TextView). + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:baselineAlignedChildIndex
+ */
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3;
+ /**
+ *
+ * @attr description + * Defines the maximum weight sum. If unspecified, the sum is computed + * by adding the layout_weight of all of the children. This can be + * used for instance to give a single child 50% of the total available + * space by giving it a layout_weight of 0.5 and setting the weightSum + * to 1.0. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:weightSum
+ */
+ public static final int LinearLayoutCompat_android_weightSum=4;
+ /**
+ *
+ * @attr description + * Drawable to use as a vertical divider between buttons. + * + *
May 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.example.iitrtimetable:divider
+ */
+ public static final int LinearLayoutCompat_divider=5;
+ /**
+ *
+ * @attr description + * Size of padding on either end of a divider. + * + *
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.example.iitrtimetable:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding=6;
+ /**
+ *
+ * @attr description + * When set to true, all children with a weight will be considered having + * the minimum size of the largest child. If false, all children are + * measured normally. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild=7;
+ /**
+ *
+ * @attr description + * Setting for which dividers to show. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
beginning | 1 | |
end | 4 | |
middle | 2 | |
none | 0 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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} |
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.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
end | 800005 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
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.
+ *Constant | Value | Description |
---|---|---|
fill_parent | ffffffff | |
match_parent | ffffffff | |
wrap_content | fffffffe |
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.
+ *Constant | Value | Description |
---|---|---|
fill_parent | ffffffff | |
match_parent | ffffffff | |
wrap_content | fffffffe |
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;
+ /**
+ * Attributes that can be used with a ListPopupWindow.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset} | |
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset} |
+ * @attr description + * Amount of pixels by which the drop down should be offset horizontally. + * + *
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;
+ /**
+ *
+ * @attr description + * Amount of pixels by which the drop down should be offset vertically. + * + *
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 MaterialButton.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #MaterialButton_android_insetLeft android:insetLeft} | |
{@link #MaterialButton_android_insetRight android:insetRight} | |
{@link #MaterialButton_android_insetTop android:insetTop} | |
{@link #MaterialButton_android_insetBottom android:insetBottom} | |
{@link #MaterialButton_backgroundTint com.example.iitrtimetable:backgroundTint} | Tint to apply to the background. |
{@link #MaterialButton_backgroundTintMode com.example.iitrtimetable:backgroundTintMode} | Blending mode used to apply the background tint. |
{@link #MaterialButton_cornerRadius com.example.iitrtimetable:cornerRadius} | |
{@link #MaterialButton_icon com.example.iitrtimetable:icon} | |
{@link #MaterialButton_iconGravity com.example.iitrtimetable:iconGravity} | |
{@link #MaterialButton_iconPadding com.example.iitrtimetable:iconPadding} | |
{@link #MaterialButton_iconSize com.example.iitrtimetable:iconSize} | |
{@link #MaterialButton_iconTint com.example.iitrtimetable:iconTint} | Tint to apply to the icon. |
{@link #MaterialButton_iconTintMode com.example.iitrtimetable:iconTintMode} | Blending mode used to apply the icon tint. |
{@link #MaterialButton_rippleColor com.example.iitrtimetable:rippleColor} | |
{@link #MaterialButton_strokeColor com.example.iitrtimetable:strokeColor} | |
{@link #MaterialButton_strokeWidth com.example.iitrtimetable:strokeWidth} |
This symbol is the offset where the {@link android.R.attr#insetLeft} + * attribute's value can be found in the {@link #MaterialButton} 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 android:insetLeft
+ */
+ public static final int MaterialButton_android_insetLeft=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#insetRight} + * attribute's value can be found in the {@link #MaterialButton} 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 android:insetRight
+ */
+ public static final int MaterialButton_android_insetRight=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#insetTop} + * attribute's value can be found in the {@link #MaterialButton} 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 android:insetTop
+ */
+ public static final int MaterialButton_android_insetTop=2;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#insetBottom} + * attribute's value can be found in the {@link #MaterialButton} 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 android:insetBottom
+ */
+ public static final int MaterialButton_android_insetBottom=3;
+ /**
+ *
+ * @attr description + * Tint to apply to the background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:backgroundTint
+ */
+ public static final int MaterialButton_backgroundTint=4;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the background tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#cornerRadius} + * attribute's value can be found in the {@link #MaterialButton} 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.example.iitrtimetable:cornerRadius
+ */
+ public static final int MaterialButton_cornerRadius=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#icon} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *
May 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.example.iitrtimetable:icon
+ */
+ public static final int MaterialButton_icon=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconGravity} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
start | 1 | |
textStart | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconPadding} + * attribute's value can be found in the {@link #MaterialButton} 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.example.iitrtimetable:iconPadding
+ */
+ public static final int MaterialButton_iconPadding=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#iconSize} + * attribute's value can be found in the {@link #MaterialButton} 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.example.iitrtimetable:iconSize
+ */
+ public static final int MaterialButton_iconSize=10;
+ /**
+ *
+ * @attr description + * Tint to apply to the icon. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:iconTint
+ */
+ public static final int MaterialButton_iconTint=11;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the icon tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#rippleColor} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:rippleColor
+ */
+ public static final int MaterialButton_rippleColor=13;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeColor} + * attribute's value can be found in the {@link #MaterialButton} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:strokeColor
+ */
+ public static final int MaterialButton_strokeColor=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeWidth} + * attribute's value can be found in the {@link #MaterialButton} 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.example.iitrtimetable:strokeWidth
+ */
+ public static final int MaterialButton_strokeWidth=15;
+ /**
+ * Attributes that can be used with a MaterialCardView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #MaterialCardView_strokeColor com.example.iitrtimetable:strokeColor} | |
{@link #MaterialCardView_strokeWidth com.example.iitrtimetable:strokeWidth} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeColor} + * attribute's value can be found in the {@link #MaterialCardView} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:strokeColor
+ */
+ public static final int MaterialCardView_strokeColor=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#strokeWidth} + * attribute's value can be found in the {@link #MaterialCardView} 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.example.iitrtimetable:strokeWidth
+ */
+ public static final int MaterialCardView_strokeWidth=1;
+ /**
+ * Attributes that can be used with a MaterialComponentsTheme.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #MaterialComponentsTheme_bottomSheetDialogTheme com.example.iitrtimetable:bottomSheetDialogTheme} | |
{@link #MaterialComponentsTheme_bottomSheetStyle com.example.iitrtimetable:bottomSheetStyle} | |
{@link #MaterialComponentsTheme_chipGroupStyle com.example.iitrtimetable:chipGroupStyle} | |
{@link #MaterialComponentsTheme_chipStandaloneStyle com.example.iitrtimetable:chipStandaloneStyle} | |
{@link #MaterialComponentsTheme_chipStyle com.example.iitrtimetable:chipStyle} | |
{@link #MaterialComponentsTheme_colorAccent com.example.iitrtimetable:colorAccent} | Bright complement to the primary branding color. |
{@link #MaterialComponentsTheme_colorBackgroundFloating com.example.iitrtimetable:colorBackgroundFloating} | Default color of background imagery for floating components, ex. |
{@link #MaterialComponentsTheme_colorPrimary com.example.iitrtimetable:colorPrimary} | The primary branding color for the app. |
{@link #MaterialComponentsTheme_colorPrimaryDark com.example.iitrtimetable:colorPrimaryDark} | Dark variant of the primary branding color. |
{@link #MaterialComponentsTheme_colorSecondary com.example.iitrtimetable:colorSecondary} | |
{@link #MaterialComponentsTheme_editTextStyle com.example.iitrtimetable:editTextStyle} | Default EditText style. |
{@link #MaterialComponentsTheme_floatingActionButtonStyle com.example.iitrtimetable:floatingActionButtonStyle} | |
{@link #MaterialComponentsTheme_materialButtonStyle com.example.iitrtimetable:materialButtonStyle} | |
{@link #MaterialComponentsTheme_materialCardViewStyle com.example.iitrtimetable:materialCardViewStyle} | |
{@link #MaterialComponentsTheme_navigationViewStyle com.example.iitrtimetable:navigationViewStyle} | |
{@link #MaterialComponentsTheme_scrimBackground com.example.iitrtimetable:scrimBackground} | |
{@link #MaterialComponentsTheme_snackbarButtonStyle com.example.iitrtimetable:snackbarButtonStyle} | |
{@link #MaterialComponentsTheme_tabStyle com.example.iitrtimetable:tabStyle} | |
{@link #MaterialComponentsTheme_textAppearanceBody1 com.example.iitrtimetable:textAppearanceBody1} | |
{@link #MaterialComponentsTheme_textAppearanceBody2 com.example.iitrtimetable:textAppearanceBody2} | |
{@link #MaterialComponentsTheme_textAppearanceButton com.example.iitrtimetable:textAppearanceButton} | |
{@link #MaterialComponentsTheme_textAppearanceCaption com.example.iitrtimetable:textAppearanceCaption} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline1 com.example.iitrtimetable:textAppearanceHeadline1} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline2 com.example.iitrtimetable:textAppearanceHeadline2} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline3 com.example.iitrtimetable:textAppearanceHeadline3} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline4 com.example.iitrtimetable:textAppearanceHeadline4} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline5 com.example.iitrtimetable:textAppearanceHeadline5} | |
{@link #MaterialComponentsTheme_textAppearanceHeadline6 com.example.iitrtimetable:textAppearanceHeadline6} | |
{@link #MaterialComponentsTheme_textAppearanceOverline com.example.iitrtimetable:textAppearanceOverline} | |
{@link #MaterialComponentsTheme_textAppearanceSubtitle1 com.example.iitrtimetable:textAppearanceSubtitle1} | |
{@link #MaterialComponentsTheme_textAppearanceSubtitle2 com.example.iitrtimetable:textAppearanceSubtitle2} | |
{@link #MaterialComponentsTheme_textInputStyle com.example.iitrtimetable:textInputStyle} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetDialogTheme} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:bottomSheetDialogTheme
+ */
+ public static final int MaterialComponentsTheme_bottomSheetDialogTheme=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#bottomSheetStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:bottomSheetStyle
+ */
+ public static final int MaterialComponentsTheme_bottomSheetStyle=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipGroupStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:chipGroupStyle
+ */
+ public static final int MaterialComponentsTheme_chipGroupStyle=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStandaloneStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:chipStandaloneStyle
+ */
+ public static final int MaterialComponentsTheme_chipStandaloneStyle=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#chipStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:chipStyle
+ */
+ public static final int MaterialComponentsTheme_chipStyle=4;
+ /**
+ *
+ * @attr description + * Bright complement to the primary branding color. By default, this is the color applied + * to framework controls (via colorControlActivated). + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorAccent
+ */
+ public static final int MaterialComponentsTheme_colorAccent=5;
+ /**
+ *
+ * @attr description + * Default color of background imagery for floating components, ex. dialogs, popups, and cards. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorBackgroundFloating
+ */
+ public static final int MaterialComponentsTheme_colorBackgroundFloating=6;
+ /**
+ *
+ * @attr description + * The primary branding color for the app. By default, this is the color applied to the + * action bar background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorPrimary
+ */
+ public static final int MaterialComponentsTheme_colorPrimary=7;
+ /**
+ *
+ * @attr description + * Dark variant of the primary branding color. By default, this is the color applied to + * the status bar (via statusBarColor) and navigation bar (via navigationBarColor). + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorPrimaryDark
+ */
+ public static final int MaterialComponentsTheme_colorPrimaryDark=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#colorSecondary} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:colorSecondary
+ */
+ public static final int MaterialComponentsTheme_colorSecondary=9;
+ /**
+ *
+ * @attr description + * Default EditText style. + * + *
May 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.example.iitrtimetable:editTextStyle
+ */
+ public static final int MaterialComponentsTheme_editTextStyle=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#floatingActionButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} 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 string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + *
May be an integer value, such as "100
".
+ *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
May be a floating point value, such as "1.2
".
+ *
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.example.iitrtimetable:floatingActionButtonStyle
+ */
+ public static final int MaterialComponentsTheme_floatingActionButtonStyle=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#materialButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:materialButtonStyle
+ */
+ public static final int MaterialComponentsTheme_materialButtonStyle=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#materialCardViewStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:materialCardViewStyle
+ */
+ public static final int MaterialComponentsTheme_materialCardViewStyle=13;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#navigationViewStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:navigationViewStyle
+ */
+ public static final int MaterialComponentsTheme_navigationViewStyle=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#scrimBackground} + * attribute's value can be found in the {@link #MaterialComponentsTheme} 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.example.iitrtimetable:scrimBackground
+ */
+ public static final int MaterialComponentsTheme_scrimBackground=15;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarButtonStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:snackbarButtonStyle
+ */
+ public static final int MaterialComponentsTheme_snackbarButtonStyle=16;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:tabStyle
+ */
+ public static final int MaterialComponentsTheme_tabStyle=17;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceBody1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceBody1
+ */
+ public static final int MaterialComponentsTheme_textAppearanceBody1=18;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceBody2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceBody2
+ */
+ public static final int MaterialComponentsTheme_textAppearanceBody2=19;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceButton} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceButton
+ */
+ public static final int MaterialComponentsTheme_textAppearanceButton=20;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceCaption} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceCaption
+ */
+ public static final int MaterialComponentsTheme_textAppearanceCaption=21;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline1
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline1=22;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline2
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline2=23;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline3} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline3
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline3=24;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline4} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline4
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline4=25;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline5} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline5
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline5=26;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceHeadline6} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceHeadline6
+ */
+ public static final int MaterialComponentsTheme_textAppearanceHeadline6=27;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceOverline} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceOverline
+ */
+ public static final int MaterialComponentsTheme_textAppearanceOverline=28;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceSubtitle1} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceSubtitle1
+ */
+ public static final int MaterialComponentsTheme_textAppearanceSubtitle1=29;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textAppearanceSubtitle2} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textAppearanceSubtitle2
+ */
+ public static final int MaterialComponentsTheme_textAppearanceSubtitle2=30;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#textInputStyle} + * attribute's value can be found in the {@link #MaterialComponentsTheme} array. + * + *
May 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.example.iitrtimetable:textInputStyle
+ */
+ public static final int MaterialComponentsTheme_textInputStyle=31;
+ /**
+ * Attributes that can be used with a MenuGroup.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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} |
+ * @attr description + * Whether the items are enabled. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:enabled
+ */
+ public static final int MenuGroup_android_enabled=0;
+ /**
+ *
+ * @attr description + * The ID of the group. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Whether the items are shown/visible. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:visible
+ */
+ public static final int MenuGroup_android_visible=2;
+ /**
+ *
+ * @attr description + * The category applied to all items within this group. + * (This will be or'ed with the orderInCategory attribute.) + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
alternative | 40000 | |
container | 10000 | |
secondary | 30000 | |
system | 20000 |
+ * @attr description + * The order within the category applied to all items within this group. + * (This will be or'ed with the category attribute.) + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:orderInCategory
+ */
+ public static final int MenuGroup_android_orderInCategory=4;
+ /**
+ *
+ * @attr description + * Whether the items are capable of displaying a check mark. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
all | 1 | |
none | 0 | |
single | 2 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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.example.iitrtimetable:actionLayout} | An optional layout to be used as an action view. |
{@link #MenuItem_actionProviderClass com.example.iitrtimetable:actionProviderClass} | The name of an optional ActionProvider class to instantiate an action view + * and perform operations such as default action for that menu item. |
{@link #MenuItem_actionViewClass com.example.iitrtimetable:actionViewClass} | The name of an optional View class to instantiate and use as an + * action view. |
{@link #MenuItem_alphabeticModifiers com.example.iitrtimetable:alphabeticModifiers} | The alphabetic modifier key. |
{@link #MenuItem_contentDescription com.example.iitrtimetable:contentDescription} | The content description associated with the item. |
{@link #MenuItem_iconTint com.example.iitrtimetable:iconTint} | Tint to apply to the icon. |
{@link #MenuItem_iconTintMode com.example.iitrtimetable:iconTintMode} | Blending mode used to apply the icon tint. |
{@link #MenuItem_numericModifiers com.example.iitrtimetable:numericModifiers} | The numeric modifier key. |
{@link #MenuItem_showAsAction com.example.iitrtimetable:showAsAction} | How this item should display in the Action Bar, if present. |
{@link #MenuItem_tooltipText com.example.iitrtimetable:tooltipText} | The tooltip text associated with the item. |
+ * @attr description + * The icon associated with this item. This icon will not always be shown, so + * the title should be sufficient in describing this item. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Whether the item is enabled. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:enabled
+ */
+ public static final int MenuItem_android_enabled=1;
+ /**
+ *
+ * @attr description + * The ID of the item. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Whether the item is checked. Note that you must first have enabled checking with + * the checkable attribute or else the check mark will not appear. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:checked
+ */
+ public static final int MenuItem_android_checked=3;
+ /**
+ *
+ * @attr description + * Whether the item is shown/visible. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:visible
+ */
+ public static final int MenuItem_android_visible=4;
+ /**
+ *
+ * @attr description + * The category applied to the item. + * (This will be or'ed with the orderInCategory attribute.) + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
alternative | 40000 | |
container | 10000 | |
secondary | 30000 | |
system | 20000 |
+ * @attr description + * The order within the category applied to the item. + * (This will be or'ed with the category attribute.) + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:orderInCategory
+ */
+ public static final int MenuItem_android_orderInCategory=6;
+ /**
+ *
+ * @attr description + * The title associated with the item. + * + *
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; + /** + *
+ * @attr description + * The condensed title associated with the item. This is used in situations where the + * normal title may be too long to be displayed. + * + *
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; + /** + *
+ * @attr description + * The alphabetic shortcut key. This is the shortcut when using a keyboard + * with alphabetic keys. + * + *
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; + /** + *
+ * @attr description + * The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) + * keyboard. + * + *
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; + /** + *
+ * @attr description + * Whether the item is capable of displaying a check mark. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:checkable
+ */
+ public static final int MenuItem_android_checkable=11;
+ /**
+ *
+ * @attr description + * Name of a method on the Context used to inflate the menu that will be + * called when the item is clicked. + * + *
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; + /** + *
+ * @attr description + * An optional layout to be used as an action view. + * See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + * + *
May 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.example.iitrtimetable:actionLayout
+ */
+ public static final int MenuItem_actionLayout=13;
+ /**
+ *
+ * @attr description + * The name of an optional ActionProvider class to instantiate an action view + * and perform operations such as default action for that menu item. + * See {@link android.view.MenuItem#setActionProvider(android.view.ActionProvider)} + * for more info. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + *
+ * @attr description + * The name of an optional View class to instantiate and use as an + * action view. See {@link android.view.MenuItem#setActionView(android.view.View)} + * for more info. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + *
+ * @attr description + * The alphabetic modifier key. This is the modifier when using a keyboard + * with alphabetic keys. The values should be kept in sync with KeyEvent + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
ALT | 2 | |
CTRL | 1000 | |
FUNCTION | 8 | |
META | 10000 | |
SHIFT | 1 | |
SYM | 4 |
+ * @attr description + * The content description associated with the item. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:contentDescription + */ + public static final int MenuItem_contentDescription=17; + /** + *
+ * @attr description + * Tint to apply to the icon. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:iconTint
+ */
+ public static final int MenuItem_iconTint=18;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the icon tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the icon with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the icon, but with the icon’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the icon. The icon’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the icon. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
+ * @attr description + * The numeric modifier key. This is the modifier when using a numeric (e.g., 12-key) + * keyboard. The values should be kept in sync with KeyEvent + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
ALT | 2 | |
CTRL | 1000 | |
FUNCTION | 8 | |
META | 10000 | |
SHIFT | 1 | |
SYM | 4 |
+ * @attr description + * How this item should display in the Action Bar, if present. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
always | 2 | Always show this item in an actionbar, even if it would override + * the system's limits of how much stuff to put there. This may make + * your action bar look bad on some screens. In most cases you should + * use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never". |
collapseActionView | 8 | This item's action view collapses to a normal menu + * item. When expanded, the action view takes over a + * larger segment of its container. |
ifRoom | 1 | Show this item in an action bar if there is room for it as determined + * by the system. Favor this option over "always" where possible. + * Mutually exclusive with "never" and "always". |
never | 0 | Never show this item in an action bar, show it in the overflow menu instead. + * Mutually exclusive with "ifRoom" and "always". |
withText | 4 | When this item is shown as an action in the action bar, show a text + * label with it even if it has an icon representation. |
+ * @attr description + * The tooltip text associated with the item. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:tooltipText + */ + public static final int MenuItem_tooltipText=22; + /** + * Attributes that can be used with a MenuView. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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.example.iitrtimetable:preserveIconSpacing} | Whether space should be reserved in layout when an icon is missing. |
{@link #MenuView_subMenuArrow com.example.iitrtimetable:subMenuArrow} | Drawable for the arrow icon indicating a particular item is a submenu. |
+ * @attr description + * Default animations for the menu. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Default appearance of menu item text. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Default horizontal divider between rows of menu items. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Default vertical divider between menu items. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Default background for the menu header. + * + *
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;
+ /**
+ *
+ * @attr description + * Default background for each menu item. + * + *
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;
+ /**
+ *
+ * @attr description + * Default disabled icon alpha for each menu item that shows an icon. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:itemIconDisabledAlpha
+ */
+ public static final int MenuView_android_itemIconDisabledAlpha=6;
+ /**
+ *
+ * @attr description + * Whether space should be reserved in layout when an icon is missing. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing=7;
+ /**
+ *
+ * @attr description + * Drawable for the arrow icon indicating a particular item is a submenu. + * + *
May 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.example.iitrtimetable:subMenuArrow
+ */
+ public static final int MenuView_subMenuArrow=8;
+ /**
+ * Attributes that can be used with a NavigationView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #NavigationView_android_background android:background} | |
{@link #NavigationView_android_fitsSystemWindows android:fitsSystemWindows} | |
{@link #NavigationView_android_maxWidth android:maxWidth} | |
{@link #NavigationView_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #NavigationView_headerLayout com.example.iitrtimetable:headerLayout} | |
{@link #NavigationView_itemBackground com.example.iitrtimetable:itemBackground} | |
{@link #NavigationView_itemHorizontalPadding com.example.iitrtimetable:itemHorizontalPadding} | |
{@link #NavigationView_itemIconPadding com.example.iitrtimetable:itemIconPadding} | |
{@link #NavigationView_itemIconTint com.example.iitrtimetable:itemIconTint} | |
{@link #NavigationView_itemTextAppearance com.example.iitrtimetable:itemTextAppearance} | |
{@link #NavigationView_itemTextColor com.example.iitrtimetable:itemTextColor} | |
{@link #NavigationView_menu com.example.iitrtimetable:menu} | Menu resource to inflate to be shown in the toolbar |
This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #NavigationView} 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 NavigationView_android_background=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#fitsSystemWindows} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:fitsSystemWindows
+ */
+ public static final int NavigationView_android_fitsSystemWindows=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #NavigationView} 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 NavigationView_android_maxWidth=2;
+ /**
+ *
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int NavigationView_elevation=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#headerLayout} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May 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.example.iitrtimetable:headerLayout
+ */
+ public static final int NavigationView_headerLayout=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemBackground} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May 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.example.iitrtimetable:itemBackground
+ */
+ public static final int NavigationView_itemBackground=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemHorizontalPadding} + * attribute's value can be found in the {@link #NavigationView} 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.example.iitrtimetable:itemHorizontalPadding
+ */
+ public static final int NavigationView_itemHorizontalPadding=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconPadding} + * attribute's value can be found in the {@link #NavigationView} 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.example.iitrtimetable:itemIconPadding
+ */
+ public static final int NavigationView_itemIconPadding=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemIconTint} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:itemIconTint
+ */
+ public static final int NavigationView_itemIconTint=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May 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.example.iitrtimetable:itemTextAppearance
+ */
+ public static final int NavigationView_itemTextAppearance=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#itemTextColor} + * attribute's value can be found in the {@link #NavigationView} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:itemTextColor
+ */
+ public static final int NavigationView_itemTextColor=10;
+ /**
+ *
+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *
May 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.example.iitrtimetable:menu
+ */
+ public static final int NavigationView_menu=11;
+ /**
+ * Attributes that can be used with a PopupWindow.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #PopupWindow_android_popupBackground android:popupBackground} | |
{@link #PopupWindow_android_popupAnimationStyle android:popupAnimationStyle} | |
{@link #PopupWindow_overlapAnchor com.example.iitrtimetable:overlapAnchor} | Whether the popup window should overlap its anchor view. |
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 android.R.attr#popupAnimationStyle} + * 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
".
+ *
+ * @attr name android:popupAnimationStyle
+ */
+ public static final int PopupWindow_android_popupAnimationStyle=1;
+ /**
+ *
+ * @attr description + * Whether the popup window should overlap its anchor view. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:overlapAnchor
+ */
+ public static final int PopupWindow_overlapAnchor=2;
+ /**
+ * Attributes that can be used with a PopupWindowBackgroundState.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #PopupWindowBackgroundState_state_above_anchor com.example.iitrtimetable:state_above_anchor} | State identifier indicating the popup will be above the anchor. |
+ * @attr description + * State identifier indicating the popup will be above the anchor. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor=0;
+ /**
+ * Attributes that can be used with a RecycleListView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #RecycleListView_paddingBottomNoButtons com.example.iitrtimetable:paddingBottomNoButtons} | Bottom padding to use when no buttons are present. |
{@link #RecycleListView_paddingTopNoTitle com.example.iitrtimetable:paddingTopNoTitle} | Top padding to use when no title is present. |
+ * @attr description + * Bottom padding to use when no buttons are present. + * + *
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.example.iitrtimetable:paddingBottomNoButtons
+ */
+ public static final int RecycleListView_paddingBottomNoButtons=0;
+ /**
+ *
+ * @attr description + * Top padding to use when no title is present. + * + *
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.example.iitrtimetable:paddingTopNoTitle
+ */
+ public static final int RecycleListView_paddingTopNoTitle=1;
+ /**
+ * Attributes that can be used with a RecyclerView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #RecyclerView_android_orientation android:orientation} | |
{@link #RecyclerView_android_descendantFocusability android:descendantFocusability} | |
{@link #RecyclerView_fastScrollEnabled com.example.iitrtimetable:fastScrollEnabled} | |
{@link #RecyclerView_fastScrollHorizontalThumbDrawable com.example.iitrtimetable:fastScrollHorizontalThumbDrawable} | |
{@link #RecyclerView_fastScrollHorizontalTrackDrawable com.example.iitrtimetable:fastScrollHorizontalTrackDrawable} | |
{@link #RecyclerView_fastScrollVerticalThumbDrawable com.example.iitrtimetable:fastScrollVerticalThumbDrawable} | |
{@link #RecyclerView_fastScrollVerticalTrackDrawable com.example.iitrtimetable:fastScrollVerticalTrackDrawable} | |
{@link #RecyclerView_layoutManager com.example.iitrtimetable:layoutManager} | Class name of the Layout Manager to be used. |
{@link #RecyclerView_reverseLayout com.example.iitrtimetable:reverseLayout} | |
{@link #RecyclerView_spanCount com.example.iitrtimetable:spanCount} | |
{@link #RecyclerView_stackFromEnd com.example.iitrtimetable:stackFromEnd} |
This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
horizontal | 0 | |
vertical | 1 |
This symbol is the offset where the {@link android.R.attr#descendantFocusability} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
afterDescendants | 1 | |
beforeDescendants | 0 | |
blocksDescendants | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollEnabled} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:fastScrollEnabled
+ */
+ public static final int RecyclerView_fastScrollEnabled=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollHorizontalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May 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.example.iitrtimetable:fastScrollHorizontalThumbDrawable
+ */
+ public static final int RecyclerView_fastScrollHorizontalThumbDrawable=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollHorizontalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May 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.example.iitrtimetable:fastScrollHorizontalTrackDrawable
+ */
+ public static final int RecyclerView_fastScrollHorizontalTrackDrawable=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollVerticalThumbDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May 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.example.iitrtimetable:fastScrollVerticalThumbDrawable
+ */
+ public static final int RecyclerView_fastScrollVerticalThumbDrawable=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#fastScrollVerticalTrackDrawable} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May 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.example.iitrtimetable:fastScrollVerticalTrackDrawable
+ */
+ public static final int RecyclerView_fastScrollVerticalTrackDrawable=6;
+ /**
+ *
+ * @attr description + * Class name of the Layout Manager to be used. + *
+ * The class must extandroidx.recyclerview.widget.RecyclerViewView$LayoutManager + * and have either a default constructor or constructor with the signature + * (android.content.Context, android.util.AttributeSet, int, int). + * + * If the name starts with a '.', application package is prefixed. + * Else, if the name contains a '.', the classname is assumed to be a full class name. + * Else, the recycler view package naandroidx.appcompat.widgetdget) is prefixed. + * + *May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:layoutManager + */ + public static final int RecyclerView_layoutManager=7; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:reverseLayout
+ */
+ public static final int RecyclerView_reverseLayout=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:spanCount
+ */
+ public static final int RecyclerView_spanCount=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:stackFromEnd
+ */
+ public static final int RecyclerView_stackFromEnd=10;
+ /**
+ * Attributes that can be used with a ScrimInsetsFrameLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ScrimInsetsFrameLayout_insetForeground com.example.iitrtimetable:insetForeground} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#insetForeground} + * attribute's value can be found in the {@link #ScrimInsetsFrameLayout} 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.example.iitrtimetable:insetForeground
+ */
+ public static final int ScrimInsetsFrameLayout_insetForeground=0;
+ /**
+ * Attributes that can be used with a ScrollingViewBehavior_Layout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ScrollingViewBehavior_Layout_behavior_overlapTop com.example.iitrtimetable:behavior_overlapTop} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#behavior_overlapTop} + * attribute's value can be found in the {@link #ScrollingViewBehavior_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).
+ *
+ * @attr name com.example.iitrtimetable:behavior_overlapTop
+ */
+ public static final int ScrollingViewBehavior_Layout_behavior_overlapTop=0;
+ /**
+ * Attributes that can be used with a SearchView.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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.example.iitrtimetable:closeIcon} | Close button icon |
{@link #SearchView_commitIcon com.example.iitrtimetable:commitIcon} | Commit icon shown in the query suggestion row |
{@link #SearchView_defaultQueryHint com.example.iitrtimetable:defaultQueryHint} | Default query hint used when {@code queryHint} is undefined and + * the search view's {@code SearchableInfo} does not provide a hint. |
{@link #SearchView_goIcon com.example.iitrtimetable:goIcon} | Go button icon |
{@link #SearchView_iconifiedByDefault com.example.iitrtimetable:iconifiedByDefault} | The default state of the SearchView. |
{@link #SearchView_layout com.example.iitrtimetable:layout} | The layout to use for the search view. |
{@link #SearchView_queryBackground com.example.iitrtimetable:queryBackground} | Background for the section containing the search query |
{@link #SearchView_queryHint com.example.iitrtimetable:queryHint} | An optional user-defined query hint string to be displayed in the empty query field. |
{@link #SearchView_searchHintIcon com.example.iitrtimetable:searchHintIcon} | Search icon displayed as a text field hint |
{@link #SearchView_searchIcon com.example.iitrtimetable:searchIcon} | Search icon |
{@link #SearchView_submitBackground com.example.iitrtimetable:submitBackground} | Background for the section containing the action (e.g. |
{@link #SearchView_suggestionRowLayout com.example.iitrtimetable:suggestionRowLayout} | Layout for query suggestion rows |
{@link #SearchView_voiceIcon com.example.iitrtimetable:voiceIcon} | Voice button icon |
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
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | 10 |
+ * @attr description + * An optional maximum width of the SearchView. + * + *
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;
+ /**
+ *
+ * @attr description + * The input type to set on the query text field. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
date | 14 | |
datetime | 4 | |
none | 0 | |
number | 2 | |
numberDecimal | 2002 | |
numberPassword | 12 | |
numberSigned | 1002 | |
phone | 3 | |
text | 1 | |
textAutoComplete | 10001 | |
textAutoCorrect | 8001 | |
textCapCharacters | 1001 | |
textCapSentences | 4001 | |
textCapWords | 2001 | |
textEmailAddress | 21 | |
textEmailSubject | 31 | |
textFilter | b1 | |
textImeMultiLine | 40001 | |
textLongMessage | 51 | |
textMultiLine | 20001 | |
textNoSuggestions | 80001 | |
textPassword | 81 | |
textPersonName | 61 | |
textPhonetic | c1 | |
textPostalAddress | 71 | |
textShortMessage | 41 | |
textUri | 11 | |
textVisiblePassword | 91 | |
textWebEditText | a1 | |
textWebEmailAddress | d1 | |
textWebPassword | e1 | |
time | 24 |
+ * @attr description + * The IME options to set on the query text field. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
actionDone | 6 | |
actionGo | 2 | |
actionNext | 5 | |
actionNone | 1 | |
actionPrevious | 7 | |
actionSearch | 3 | |
actionSend | 4 | |
actionUnspecified | 0 | |
flagForceAscii | 80000000 | |
flagNavigateNext | 8000000 | |
flagNavigatePrevious | 4000000 | |
flagNoAccessoryAction | 20000000 | |
flagNoEnterAction | 40000000 | |
flagNoExtractUi | 10000000 | |
flagNoFullscreen | 2000000 | |
flagNoPersonalizedLearning | 1000000 | |
normal | 0 |
+ * @attr description + * Close button icon + * + *
May 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.example.iitrtimetable:closeIcon
+ */
+ public static final int SearchView_closeIcon=4;
+ /**
+ *
+ * @attr description + * Commit icon shown in the query suggestion row + * + *
May 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.example.iitrtimetable:commitIcon
+ */
+ public static final int SearchView_commitIcon=5;
+ /**
+ *
+ * @attr description + * Default query hint used when {@code queryHint} is undefined and + * the search view's {@code SearchableInfo} does not provide a hint. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + *
+ * @attr description + * Go button icon + * + *
May 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.example.iitrtimetable:goIcon
+ */
+ public static final int SearchView_goIcon=7;
+ /**
+ *
+ * @attr description + * The default state of the SearchView. If true, it will be iconified when not in + * use and expanded when clicked. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault=8;
+ /**
+ *
+ * @attr description + * The layout to use for the search view. + * + *
May 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.example.iitrtimetable:layout
+ */
+ public static final int SearchView_layout=9;
+ /**
+ *
+ * @attr description + * Background for the section containing the search query + * + *
May 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.example.iitrtimetable:queryBackground
+ */
+ public static final int SearchView_queryBackground=10;
+ /**
+ *
+ * @attr description + * An optional user-defined query hint string to be displayed in the empty query field. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:queryHint + */ + public static final int SearchView_queryHint=11; + /** + *
+ * @attr description + * Search icon displayed as a text field hint + * + *
May 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.example.iitrtimetable:searchHintIcon
+ */
+ public static final int SearchView_searchHintIcon=12;
+ /**
+ *
+ * @attr description + * Search icon + * + *
May 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.example.iitrtimetable:searchIcon
+ */
+ public static final int SearchView_searchIcon=13;
+ /**
+ *
+ * @attr description + * Background for the section containing the action (e.g. voice search) + * + *
May 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.example.iitrtimetable:submitBackground
+ */
+ public static final int SearchView_submitBackground=14;
+ /**
+ *
+ * @attr description + * Layout for query suggestion rows + * + *
May 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.example.iitrtimetable:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout=15;
+ /**
+ *
+ * @attr description + * Voice button icon + * + *
May 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.example.iitrtimetable:voiceIcon
+ */
+ public static final int SearchView_voiceIcon=16;
+ /**
+ * Attributes that can be used with a Snackbar.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #Snackbar_snackbarButtonStyle com.example.iitrtimetable:snackbarButtonStyle} | |
{@link #Snackbar_snackbarStyle com.example.iitrtimetable:snackbarStyle} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarButtonStyle} + * attribute's value can be found in the {@link #Snackbar} array. + * + *
May 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.example.iitrtimetable:snackbarButtonStyle
+ */
+ public static final int Snackbar_snackbarButtonStyle=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#snackbarStyle} + * attribute's value can be found in the {@link #Snackbar} array. + * + *
May 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.example.iitrtimetable:snackbarStyle
+ */
+ public static final int Snackbar_snackbarStyle=1;
+ /**
+ * Attributes that can be used with a SnackbarLayout.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #SnackbarLayout_android_maxWidth android:maxWidth} | |
{@link #SnackbarLayout_elevation com.example.iitrtimetable:elevation} | Elevation for the action bar itself |
{@link #SnackbarLayout_maxActionInlineWidth com.example.iitrtimetable:maxActionInlineWidth} |
This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SnackbarLayout} 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 SnackbarLayout_android_maxWidth=0;
+ /**
+ *
+ * @attr description + * Elevation for the action bar itself + * + *
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.example.iitrtimetable:elevation
+ */
+ public static final int SnackbarLayout_elevation=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#maxActionInlineWidth} + * attribute's value can be found in the {@link #SnackbarLayout} 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.example.iitrtimetable:maxActionInlineWidth
+ */
+ public static final int SnackbarLayout_maxActionInlineWidth=2;
+ /**
+ * Attributes that can be used with a Spinner.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #Spinner_android_entries android:entries} | |
{@link #Spinner_android_popupBackground android:popupBackground} | |
{@link #Spinner_android_prompt android:prompt} | |
{@link #Spinner_android_dropDownWidth android:dropDownWidth} | |
{@link #Spinner_popupTheme com.example.iitrtimetable:popupTheme} | Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. |
+ * @attr description + * Reference to an array resource that will populate the Spinner. + * + *
May 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:entries
+ */
+ public static final int Spinner_android_entries=0;
+ /**
+ *
+ * @attr description + * Background drawable to use for the dropdown in spinnerMode="dropdown". + * + *
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=1;
+ /**
+ *
+ * @attr description + * The prompt to display when the spinner's dialog is shown. + * + *
May 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:prompt
+ */
+ public static final int Spinner_android_prompt=2;
+ /**
+ *
+ * @attr description + * Width of the dropdown in spinnerMode="dropdown". + * + *
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.
+ *Constant | Value | Description |
---|---|---|
fill_parent | ffffffff | |
match_parent | ffffffff | |
wrap_content | fffffffe |
+ * @attr description + * Theme to use for the drop-down or dialog popup window. + * + *
May 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.example.iitrtimetable:popupTheme
+ */
+ public static final int Spinner_popupTheme=4;
+ /**
+ * Attributes that can be used with a StateListDrawable.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #StateListDrawable_android_dither android:dither} | |
{@link #StateListDrawable_android_visible android:visible} | |
{@link #StateListDrawable_android_variablePadding android:variablePadding} | |
{@link #StateListDrawable_android_constantSize android:constantSize} | |
{@link #StateListDrawable_android_enterFadeDuration android:enterFadeDuration} | |
{@link #StateListDrawable_android_exitFadeDuration android:exitFadeDuration} |
+ * @attr description + * Enables or disables dithering of the bitmap if the bitmap does not have the + * same pixel configuration as the screen (for instance: a ARGB 8888 bitmap with + * an RGB 565 screen). + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:dither
+ */
+ public static final int StateListDrawable_android_dither=0;
+ /**
+ *
+ * @attr description + * Indicates whether the drawable should be initially visible. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:visible
+ */
+ public static final int StateListDrawable_android_visible=1;
+ /**
+ *
+ * @attr description + * If true, allows the drawable's padding to change based on the + * current state that is selected. If false, the padding will + * stay the same (based on the maximum padding of all the states). + * Enabling this feature requires that the owner of the drawable + * deal with performing layout when the state changes, which is + * often not supported. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:variablePadding
+ */
+ public static final int StateListDrawable_android_variablePadding=2;
+ /**
+ *
+ * @attr description + * If true, the drawable's reported internal size will remain + * constant as the state changes; the size is the maximum of all + * of the states. If false, the size will vary based on the + * current state. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name android:constantSize
+ */
+ public static final int StateListDrawable_android_constantSize=3;
+ /**
+ *
+ * @attr description + * Amount of time (in milliseconds) to fade in a new state drawable. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:enterFadeDuration
+ */
+ public static final int StateListDrawable_android_enterFadeDuration=4;
+ /**
+ *
+ * @attr description + * Amount of time (in milliseconds) to fade out an old state drawable. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:exitFadeDuration
+ */
+ public static final int StateListDrawable_android_exitFadeDuration=5;
+ /**
+ * Attributes that can be used with a StateListDrawableItem.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #StateListDrawableItem_android_drawable android:drawable} |
+ * @attr description + * Reference to a drawable resource to use for the state. If not + * given, the drawable must be defined by the first child tag. + * + *
May 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:drawable
+ */
+ public static final int StateListDrawableItem_android_drawable=0;
+ /**
+ * Attributes that can be used with a SwitchCompat.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #SwitchCompat_android_textOn android:textOn} | |
{@link #SwitchCompat_android_textOff android:textOff} | |
{@link #SwitchCompat_android_thumb android:thumb} | |
{@link #SwitchCompat_showText com.example.iitrtimetable:showText} | Whether to draw on/off text. |
{@link #SwitchCompat_splitTrack com.example.iitrtimetable:splitTrack} | Whether to split the track and leave a gap for the thumb drawable. |
{@link #SwitchCompat_switchMinWidth com.example.iitrtimetable:switchMinWidth} | Minimum width for the switch component |
{@link #SwitchCompat_switchPadding com.example.iitrtimetable:switchPadding} | Minimum space between the switch and caption text |
{@link #SwitchCompat_switchTextAppearance com.example.iitrtimetable:switchTextAppearance} | TextAppearance style for text displayed on the switch thumb. |
{@link #SwitchCompat_thumbTextPadding com.example.iitrtimetable:thumbTextPadding} | Amount of padding on either side of text within the switch thumb. |
{@link #SwitchCompat_thumbTint com.example.iitrtimetable:thumbTint} | Tint to apply to the thumb drawable. |
{@link #SwitchCompat_thumbTintMode com.example.iitrtimetable:thumbTintMode} | Blending mode used to apply the thumb tint. |
{@link #SwitchCompat_track com.example.iitrtimetable:track} | Drawable to use as the "track" that the switch thumb slides within. |
{@link #SwitchCompat_trackTint com.example.iitrtimetable:trackTint} | Tint to apply to the track. |
{@link #SwitchCompat_trackTintMode com.example.iitrtimetable:trackTintMode} | Blending mode used to apply the track tint. |
+ * @attr description + * Text to use when the switch is in the checked/"on" state. + * + *
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; + /** + *
+ * @attr description + * Text to use when the switch is in the unchecked/"off" state. + * + *
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; + /** + *
+ * @attr description + * Drawable to use as the "thumb" that switches back and forth. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Whether to draw on/off text. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:showText
+ */
+ public static final int SwitchCompat_showText=3;
+ /**
+ *
+ * @attr description + * Whether to split the track and leave a gap for the thumb drawable. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack=4;
+ /**
+ *
+ * @attr description + * Minimum width for the switch component + * + *
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.example.iitrtimetable:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth=5;
+ /**
+ *
+ * @attr description + * Minimum space between the switch and caption text + * + *
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.example.iitrtimetable:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding=6;
+ /**
+ *
+ * @attr description + * TextAppearance style for text displayed on the switch thumb. + * + *
May 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.example.iitrtimetable:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance=7;
+ /**
+ *
+ * @attr description + * Amount of padding on either side of text within the switch thumb. + * + *
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.example.iitrtimetable:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding=8;
+ /**
+ *
+ * @attr description + * Tint to apply to the thumb drawable. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:thumbTint
+ */
+ public static final int SwitchCompat_thumbTint=9;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the thumb tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
+ * @attr description + * Drawable to use as the "track" that the switch thumb slides within. + * + *
May 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.example.iitrtimetable:track
+ */
+ public static final int SwitchCompat_track=11;
+ /**
+ *
+ * @attr description + * Tint to apply to the track. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:trackTint
+ */
+ public static final int SwitchCompat_trackTint=12;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the track tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and drawable color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #TabItem_android_icon android:icon} | |
{@link #TabItem_android_layout android:layout} | |
{@link #TabItem_android_text android:text} |
This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #TabItem} array. + * + *
May 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 TabItem_android_icon=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #TabItem} array. + * + *
May 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 TabItem_android_layout=1;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#text} + * attribute's value can be found in the {@link #TabItem} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:text + */ + public static final int TabItem_android_text=2; + /** + * Attributes that can be used with a TabLayout. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #TabLayout_tabBackground com.example.iitrtimetable:tabBackground} | |
{@link #TabLayout_tabContentStart com.example.iitrtimetable:tabContentStart} | |
{@link #TabLayout_tabGravity com.example.iitrtimetable:tabGravity} | |
{@link #TabLayout_tabIconTint com.example.iitrtimetable:tabIconTint} | |
{@link #TabLayout_tabIconTintMode com.example.iitrtimetable:tabIconTintMode} | |
{@link #TabLayout_tabIndicator com.example.iitrtimetable:tabIndicator} | |
{@link #TabLayout_tabIndicatorAnimationDuration com.example.iitrtimetable:tabIndicatorAnimationDuration} | |
{@link #TabLayout_tabIndicatorColor com.example.iitrtimetable:tabIndicatorColor} | |
{@link #TabLayout_tabIndicatorFullWidth com.example.iitrtimetable:tabIndicatorFullWidth} | |
{@link #TabLayout_tabIndicatorGravity com.example.iitrtimetable:tabIndicatorGravity} | |
{@link #TabLayout_tabIndicatorHeight com.example.iitrtimetable:tabIndicatorHeight} | |
{@link #TabLayout_tabInlineLabel com.example.iitrtimetable:tabInlineLabel} | |
{@link #TabLayout_tabMaxWidth com.example.iitrtimetable:tabMaxWidth} | |
{@link #TabLayout_tabMinWidth com.example.iitrtimetable:tabMinWidth} | |
{@link #TabLayout_tabMode com.example.iitrtimetable:tabMode} | |
{@link #TabLayout_tabPadding com.example.iitrtimetable:tabPadding} | |
{@link #TabLayout_tabPaddingBottom com.example.iitrtimetable:tabPaddingBottom} | |
{@link #TabLayout_tabPaddingEnd com.example.iitrtimetable:tabPaddingEnd} | |
{@link #TabLayout_tabPaddingStart com.example.iitrtimetable:tabPaddingStart} | |
{@link #TabLayout_tabPaddingTop com.example.iitrtimetable:tabPaddingTop} | |
{@link #TabLayout_tabRippleColor com.example.iitrtimetable:tabRippleColor} | |
{@link #TabLayout_tabSelectedTextColor com.example.iitrtimetable:tabSelectedTextColor} | |
{@link #TabLayout_tabTextAppearance com.example.iitrtimetable:tabTextAppearance} | |
{@link #TabLayout_tabTextColor com.example.iitrtimetable:tabTextColor} | |
{@link #TabLayout_tabUnboundedRipple com.example.iitrtimetable:tabUnboundedRipple} |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabBackground} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May 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.example.iitrtimetable:tabBackground
+ */
+ public static final int TabLayout_tabBackground=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabContentStart} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabContentStart
+ */
+ public static final int TabLayout_tabContentStart=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
center | 1 | |
fill | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIconTint} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tabIconTint
+ */
+ public static final int TabLayout_tabIconTint=3;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIconTintMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | |
multiply | e | |
screen | f | |
src_atop | 9 | |
src_in | 5 | |
src_over | 3 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicator} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May 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.example.iitrtimetable:tabIndicator
+ */
+ public static final int TabLayout_tabIndicator=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorAnimationDuration} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:tabIndicatorAnimationDuration
+ */
+ public static final int TabLayout_tabIndicatorAnimationDuration=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tabIndicatorColor
+ */
+ public static final int TabLayout_tabIndicatorColor=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorFullWidth} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:tabIndicatorFullWidth
+ */
+ public static final int TabLayout_tabIndicatorFullWidth=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorGravity} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 0 | |
center | 1 | |
stretch | 3 | |
top | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabIndicatorHeight} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabIndicatorHeight
+ */
+ public static final int TabLayout_tabIndicatorHeight=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabInlineLabel} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:tabInlineLabel
+ */
+ public static final int TabLayout_tabInlineLabel=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMaxWidth} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabMaxWidth
+ */
+ public static final int TabLayout_tabMaxWidth=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMinWidth} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabMinWidth
+ */
+ public static final int TabLayout_tabMinWidth=13;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabMode} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
fixed | 1 | |
scrollable | 0 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPadding} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabPadding
+ */
+ public static final int TabLayout_tabPadding=15;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingBottom} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabPaddingBottom
+ */
+ public static final int TabLayout_tabPaddingBottom=16;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingEnd} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabPaddingEnd
+ */
+ public static final int TabLayout_tabPaddingEnd=17;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingStart} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabPaddingStart
+ */
+ public static final int TabLayout_tabPaddingStart=18;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabPaddingTop} + * attribute's value can be found in the {@link #TabLayout} 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.example.iitrtimetable:tabPaddingTop
+ */
+ public static final int TabLayout_tabPaddingTop=19;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabRippleColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tabRippleColor
+ */
+ public static final int TabLayout_tabRippleColor=20;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabSelectedTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tabSelectedTextColor
+ */
+ public static final int TabLayout_tabSelectedTextColor=21;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabTextAppearance} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May 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.example.iitrtimetable:tabTextAppearance
+ */
+ public static final int TabLayout_tabTextAppearance=22;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabTextColor} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:tabTextColor
+ */
+ public static final int TabLayout_tabTextColor=23;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#tabUnboundedRipple} + * attribute's value can be found in the {@link #TabLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:tabUnboundedRipple
+ */
+ public static final int TabLayout_tabUnboundedRipple=24;
+ /**
+ * Attributes that can be used with a TextAppearance.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@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_android_textColorHint android:textColorHint} | |
{@link #TextAppearance_android_textColorLink android:textColorLink} | |
{@link #TextAppearance_android_shadowColor android:shadowColor} | |
{@link #TextAppearance_android_shadowDx android:shadowDx} | |
{@link #TextAppearance_android_shadowDy android:shadowDy} | |
{@link #TextAppearance_android_shadowRadius android:shadowRadius} | |
{@link #TextAppearance_android_fontFamily android:fontFamily} | |
{@link #TextAppearance_android_textFontWeight android:textFontWeight} | |
{@link #TextAppearance_fontFamily com.example.iitrtimetable:fontFamily} | The attribute for the font family. |
{@link #TextAppearance_fontVariationSettings com.example.iitrtimetable:fontVariationSettings} | The variation settings to be applied to the font. |
{@link #TextAppearance_textAllCaps com.example.iitrtimetable:textAllCaps} | Present the text in ALL CAPS. |
{@link #TextAppearance_textLocale com.example.iitrtimetable:textLocale} | Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". |
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#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
monospace | 3 | |
normal | 0 | |
sans | 1 | |
serif | 2 |
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.
+ *Constant | Value | Description |
---|---|---|
bold | 1 | |
italic | 2 | |
normal | 0 |
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#textColorHint} + * 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:textColorHint
+ */
+ public static final int TextAppearance_android_textColorHint=4;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#textColorLink} + * 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:textColorLink
+ */
+ public static final int TextAppearance_android_textColorLink=5;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name android:shadowColor
+ */
+ public static final int TextAppearance_android_shadowColor=6;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:shadowDx
+ */
+ public static final int TextAppearance_android_shadowDx=7;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:shadowDy
+ */
+ public static final int TextAppearance_android_shadowDy=8;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a floating point value, such as "1.2
".
+ *
+ * @attr name android:shadowRadius
+ */
+ public static final int TextAppearance_android_shadowRadius=9;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#fontFamily} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:fontFamily + */ + public static final int TextAppearance_android_fontFamily=10; + /** + *
This symbol is the offset where the {@link android.R.attr#textFontWeight} + * attribute's value can be found in the {@link #TextAppearance} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name android:textFontWeight
+ */
+ public static final int TextAppearance_android_textFontWeight=11;
+ /**
+ *
+ * @attr description + * The attribute for the font family. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontFamily + */ + public static final int TextAppearance_fontFamily=12; + /** + *
+ * @attr description + * OpenType font variation settings, available aftear api 26. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:fontVariationSettings + */ + public static final int TextAppearance_fontVariationSettings=13; + /** + *
+ * @attr description + * Present the text in ALL CAPS. This may use a small-caps form when available. + * + *
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.example.iitrtimetable:textAllCaps
+ */
+ public static final int TextAppearance_textAllCaps=14;
+ /**
+ *
+ * @attr description + * Set the textLocale by a comma-separated language tag string, + * for example "ja-JP,zh-CN". This attribute only takes effect on API 21 and above. + * Before API 24, only the first language tag is used. Starting from API 24, + * the string will be converted into a {@link android.os.LocaleList} and then used by + * {@link android.widget.TextView} + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:textLocale + */ + public static final int TextAppearance_textLocale=15; + /** + * Attributes that can be used with a TextInputLayout. + *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #TextInputLayout_android_textColorHint android:textColorHint} | |
{@link #TextInputLayout_android_hint android:hint} | |
{@link #TextInputLayout_boxBackgroundColor com.example.iitrtimetable:boxBackgroundColor} | |
{@link #TextInputLayout_boxBackgroundMode com.example.iitrtimetable:boxBackgroundMode} | |
{@link #TextInputLayout_boxCollapsedPaddingTop com.example.iitrtimetable:boxCollapsedPaddingTop} | |
{@link #TextInputLayout_boxCornerRadiusBottomEnd com.example.iitrtimetable:boxCornerRadiusBottomEnd} | |
{@link #TextInputLayout_boxCornerRadiusBottomStart com.example.iitrtimetable:boxCornerRadiusBottomStart} | |
{@link #TextInputLayout_boxCornerRadiusTopEnd com.example.iitrtimetable:boxCornerRadiusTopEnd} | |
{@link #TextInputLayout_boxCornerRadiusTopStart com.example.iitrtimetable:boxCornerRadiusTopStart} | |
{@link #TextInputLayout_boxStrokeColor com.example.iitrtimetable:boxStrokeColor} | |
{@link #TextInputLayout_boxStrokeWidth com.example.iitrtimetable:boxStrokeWidth} | |
{@link #TextInputLayout_counterEnabled com.example.iitrtimetable:counterEnabled} | |
{@link #TextInputLayout_counterMaxLength com.example.iitrtimetable:counterMaxLength} | |
{@link #TextInputLayout_counterOverflowTextAppearance com.example.iitrtimetable:counterOverflowTextAppearance} | |
{@link #TextInputLayout_counterTextAppearance com.example.iitrtimetable:counterTextAppearance} | |
{@link #TextInputLayout_errorEnabled com.example.iitrtimetable:errorEnabled} | |
{@link #TextInputLayout_errorTextAppearance com.example.iitrtimetable:errorTextAppearance} | |
{@link #TextInputLayout_helperText com.example.iitrtimetable:helperText} | |
{@link #TextInputLayout_helperTextEnabled com.example.iitrtimetable:helperTextEnabled} | |
{@link #TextInputLayout_helperTextTextAppearance com.example.iitrtimetable:helperTextTextAppearance} | |
{@link #TextInputLayout_hintAnimationEnabled com.example.iitrtimetable:hintAnimationEnabled} | |
{@link #TextInputLayout_hintEnabled com.example.iitrtimetable:hintEnabled} | |
{@link #TextInputLayout_hintTextAppearance com.example.iitrtimetable:hintTextAppearance} | |
{@link #TextInputLayout_passwordToggleContentDescription com.example.iitrtimetable:passwordToggleContentDescription} | |
{@link #TextInputLayout_passwordToggleDrawable com.example.iitrtimetable:passwordToggleDrawable} | |
{@link #TextInputLayout_passwordToggleEnabled com.example.iitrtimetable:passwordToggleEnabled} | |
{@link #TextInputLayout_passwordToggleTint com.example.iitrtimetable:passwordToggleTint} | |
{@link #TextInputLayout_passwordToggleTintMode com.example.iitrtimetable:passwordToggleTintMode} |
This symbol is the offset where the {@link android.R.attr#textColorHint} + * attribute's value can be found in the {@link #TextInputLayout} 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:textColorHint
+ */
+ public static final int TextInputLayout_android_textColorHint=0;
+ /**
+ *
This symbol is the offset where the {@link android.R.attr#hint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:hint + */ + public static final int TextInputLayout_android_hint=1; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxBackgroundColor} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:boxBackgroundColor
+ */
+ public static final int TextInputLayout_boxBackgroundColor=2;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxBackgroundMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
filled | 1 | |
none | 0 | |
outline | 2 |
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCollapsedPaddingTop} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxCollapsedPaddingTop
+ */
+ public static final int TextInputLayout_boxCollapsedPaddingTop=4;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusBottomEnd} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxCornerRadiusBottomEnd
+ */
+ public static final int TextInputLayout_boxCornerRadiusBottomEnd=5;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusBottomStart} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxCornerRadiusBottomStart
+ */
+ public static final int TextInputLayout_boxCornerRadiusBottomStart=6;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusTopEnd} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxCornerRadiusTopEnd
+ */
+ public static final int TextInputLayout_boxCornerRadiusTopEnd=7;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxCornerRadiusTopStart} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxCornerRadiusTopStart
+ */
+ public static final int TextInputLayout_boxCornerRadiusTopStart=8;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxStrokeColor} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:boxStrokeColor
+ */
+ public static final int TextInputLayout_boxStrokeColor=9;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#boxStrokeWidth} + * attribute's value can be found in the {@link #TextInputLayout} 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.example.iitrtimetable:boxStrokeWidth
+ */
+ public static final int TextInputLayout_boxStrokeWidth=10;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:counterEnabled
+ */
+ public static final int TextInputLayout_counterEnabled=11;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterMaxLength} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be an integer value, such as "100
".
+ *
+ * @attr name com.example.iitrtimetable:counterMaxLength
+ */
+ public static final int TextInputLayout_counterMaxLength=12;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterOverflowTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:counterOverflowTextAppearance
+ */
+ public static final int TextInputLayout_counterOverflowTextAppearance=13;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#counterTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:counterTextAppearance
+ */
+ public static final int TextInputLayout_counterTextAppearance=14;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#errorEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:errorEnabled
+ */
+ public static final int TextInputLayout_errorEnabled=15;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#errorTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:errorTextAppearance
+ */
+ public static final int TextInputLayout_errorTextAppearance=16;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperText} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:helperText + */ + public static final int TextInputLayout_helperText=17; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperTextEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:helperTextEnabled
+ */
+ public static final int TextInputLayout_helperTextEnabled=18;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#helperTextTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:helperTextTextAppearance
+ */
+ public static final int TextInputLayout_helperTextTextAppearance=19;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintAnimationEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:hintAnimationEnabled
+ */
+ public static final int TextInputLayout_hintAnimationEnabled=20;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:hintEnabled
+ */
+ public static final int TextInputLayout_hintEnabled=21;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#hintTextAppearance} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:hintTextAppearance
+ */
+ public static final int TextInputLayout_hintTextAppearance=22;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleContentDescription} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:passwordToggleContentDescription + */ + public static final int TextInputLayout_passwordToggleContentDescription=23; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleDrawable} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May 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.example.iitrtimetable:passwordToggleDrawable
+ */
+ public static final int TextInputLayout_passwordToggleDrawable=24;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleEnabled} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:passwordToggleEnabled
+ */
+ public static final int TextInputLayout_passwordToggleEnabled=25;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleTint} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:passwordToggleTint
+ */
+ public static final int TextInputLayout_passwordToggleTint=26;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#passwordToggleTintMode} + * attribute's value can be found in the {@link #TextInputLayout} array. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
multiply | e | |
screen | f | |
src_atop | 9 | |
src_in | 5 | |
src_over | 3 |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ThemeEnforcement_android_textAppearance android:textAppearance} | |
{@link #ThemeEnforcement_enforceMaterialTheme com.example.iitrtimetable:enforceMaterialTheme} | |
{@link #ThemeEnforcement_enforceTextAppearance com.example.iitrtimetable:enforceTextAppearance} |
This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *
May 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 ThemeEnforcement_android_textAppearance=0;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#enforceMaterialTheme} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:enforceMaterialTheme
+ */
+ public static final int ThemeEnforcement_enforceMaterialTheme=1;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.R.attr#enforceTextAppearance} + * attribute's value can be found in the {@link #ThemeEnforcement} array. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
+ * @attr name com.example.iitrtimetable:enforceTextAppearance
+ */
+ public static final int ThemeEnforcement_enforceTextAppearance=2;
+ /**
+ * Attributes that can be used with a Toolbar.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #Toolbar_android_gravity android:gravity} | |
{@link #Toolbar_android_minHeight android:minHeight} | |
{@link #Toolbar_buttonGravity com.example.iitrtimetable:buttonGravity} | |
{@link #Toolbar_collapseContentDescription com.example.iitrtimetable:collapseContentDescription} | Text to set as the content description for the collapse button. |
{@link #Toolbar_collapseIcon com.example.iitrtimetable:collapseIcon} | Icon drawable to use for the collapse button. |
{@link #Toolbar_contentInsetEnd com.example.iitrtimetable:contentInsetEnd} | Minimum inset for content views within a bar. |
{@link #Toolbar_contentInsetEndWithActions com.example.iitrtimetable:contentInsetEndWithActions} | Minimum inset for content views within a bar when actions from a menu + * are present. |
{@link #Toolbar_contentInsetLeft com.example.iitrtimetable:contentInsetLeft} | Minimum inset for content views within a bar. |
{@link #Toolbar_contentInsetRight com.example.iitrtimetable:contentInsetRight} | Minimum inset for content views within a bar. |
{@link #Toolbar_contentInsetStart com.example.iitrtimetable:contentInsetStart} | Minimum inset for content views within a bar. |
{@link #Toolbar_contentInsetStartWithNavigation com.example.iitrtimetable:contentInsetStartWithNavigation} | Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. |
{@link #Toolbar_logo com.example.iitrtimetable:logo} | Specifies the drawable used for the application logo. |
{@link #Toolbar_logoDescription com.example.iitrtimetable:logoDescription} | A content description string to describe the appearance of the + * associated logo image. |
{@link #Toolbar_maxButtonHeight com.example.iitrtimetable:maxButtonHeight} | |
{@link #Toolbar_menu com.example.iitrtimetable:menu} | Menu resource to inflate to be shown in the toolbar |
{@link #Toolbar_navigationContentDescription com.example.iitrtimetable:navigationContentDescription} | Text to set as the content description for the navigation button + * located at the start of the toolbar. |
{@link #Toolbar_navigationIcon com.example.iitrtimetable:navigationIcon} | Icon drawable to use for the navigation button located at + * the start of the toolbar. |
{@link #Toolbar_popupTheme com.example.iitrtimetable:popupTheme} | Reference to a theme that should be used to inflate popups + * shown by widgets in the action bar. |
{@link #Toolbar_subtitle com.example.iitrtimetable:subtitle} | Specifies subtitle text used for navigationMode="normal" |
{@link #Toolbar_subtitleTextAppearance com.example.iitrtimetable:subtitleTextAppearance} | |
{@link #Toolbar_subtitleTextColor com.example.iitrtimetable:subtitleTextColor} | A color to apply to the subtitle string. |
{@link #Toolbar_title com.example.iitrtimetable:title} | |
{@link #Toolbar_titleMargin com.example.iitrtimetable:titleMargin} | Specifies extra space on the left, start, right and end sides + * of the toolbar's title. |
{@link #Toolbar_titleMarginBottom com.example.iitrtimetable:titleMarginBottom} | Specifies extra space on the bottom side of the toolbar's title. |
{@link #Toolbar_titleMarginEnd com.example.iitrtimetable:titleMarginEnd} | Specifies extra space on the end side of the toolbar's title. |
{@link #Toolbar_titleMarginStart com.example.iitrtimetable:titleMarginStart} | Specifies extra space on the start side of the toolbar's title. |
{@link #Toolbar_titleMarginTop com.example.iitrtimetable:titleMarginTop} | Specifies extra space on the top side of the toolbar's title. |
{@link #Toolbar_titleMargins com.example.iitrtimetable:titleMargins} | {@deprecated Use titleMargin} |
{@link #Toolbar_titleTextAppearance com.example.iitrtimetable:titleTextAppearance} | |
{@link #Toolbar_titleTextColor com.example.iitrtimetable:titleTextColor} | A color to apply to the title string. |
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.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | |
center | 11 | |
center_horizontal | 1 | |
center_vertical | 10 | |
clip_horizontal | 8 | |
clip_vertical | 80 | |
end | 800005 | |
fill | 77 | |
fill_horizontal | 7 | |
fill_vertical | 70 | |
left | 3 | |
right | 5 | |
start | 800003 | |
top | 30 |
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.example.iitrtimetable.R.attr#buttonGravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + *
Must be one or more (separated by '|') of the following constant values.
+ *Constant | Value | Description |
---|---|---|
bottom | 50 | Push object to the bottom of its container, not changing its size. |
center_vertical | 10 | Place object in the vertical center of its container, not changing its size. |
top | 30 | Push object to the top of its container, not changing its size. |
+ * @attr description + * Text to set as the content description for the collapse button. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=3; + /** + *
+ * @attr description + * Icon drawable to use for the collapse button. + * + *
May 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.example.iitrtimetable:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon=4;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd=5;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar when actions from a menu + * are present. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetEndWithActions
+ */
+ public static final int Toolbar_contentInsetEndWithActions=6;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft=7;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight=8;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar. Navigation buttons and + * menu views are excepted. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart=9;
+ /**
+ *
+ * @attr description + * Minimum inset for content views within a bar when a navigation button + * is present, such as the Up button. Only valid for some themes and configurations. + * + *
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.example.iitrtimetable:contentInsetStartWithNavigation
+ */
+ public static final int Toolbar_contentInsetStartWithNavigation=10;
+ /**
+ *
+ * @attr description + * Drawable to set as the logo that appears at the starting side of + * the Toolbar, just after the navigation button. + * + *
May 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.example.iitrtimetable:logo
+ */
+ public static final int Toolbar_logo=11;
+ /**
+ *
+ * @attr description + * A content description string to describe the appearance of the + * associated logo image. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:logoDescription + */ + public static final int Toolbar_logoDescription=12; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight=13;
+ /**
+ *
+ * @attr description + * Menu resource to inflate to be shown in the toolbar + * + *
May 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.example.iitrtimetable:menu
+ */
+ public static final int Toolbar_menu=14;
+ /**
+ *
+ * @attr description + * Text to set as the content description for the navigation button + * located at the start of the toolbar. + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=15; + /** + *
+ * @attr description + * Icon drawable to use for the navigation button located at + * the start of the toolbar. + * + *
May 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.example.iitrtimetable:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon=16;
+ /**
+ *
+ * @attr description + * Reference to a theme that should be used to inflate popups + * shown by widgets in the toolbar. + * + *
May 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.example.iitrtimetable:popupTheme
+ */
+ public static final int Toolbar_popupTheme=17;
+ /**
+ *
+ * @attr description + * Specifies subtitle text used for navigationMode="normal" + * + *
May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name com.example.iitrtimetable:subtitle + */ + public static final int Toolbar_subtitle=18; + /** + *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance=19;
+ /**
+ *
+ * @attr description + * A color to apply to the subtitle string. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:subtitleTextColor
+ */
+ public static final int Toolbar_subtitleTextColor=20;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:title + */ + public static final int Toolbar_title=21; + /** + *
+ * @attr description + * Specifies extra space on the left, start, right and end sides + * of the toolbar's title. Margin values should be positive. + * + *
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.example.iitrtimetable:titleMargin
+ */
+ public static final int Toolbar_titleMargin=22;
+ /**
+ *
+ * @attr description + * Specifies extra space on the bottom side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *
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.example.iitrtimetable:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom=23;
+ /**
+ *
+ * @attr description + * Specifies extra space on the end side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *
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.example.iitrtimetable:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd=24;
+ /**
+ *
+ * @attr description + * Specifies extra space on the start side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *
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.example.iitrtimetable:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart=25;
+ /**
+ *
+ * @attr description + * Specifies extra space on the top side of the toolbar's title. + * If both this attribute and titleMargin are specified, then this + * attribute takes precedence. Margin values should be positive. + * + *
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.example.iitrtimetable:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop=26;
+ /**
+ *
+ * @attr description + * {@deprecated Use titleMargin} + * + *
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.example.iitrtimetable:titleMargins
+ */
+ @Deprecated
+ public static final int Toolbar_titleMargins=27;
+ /**
+ *
This symbol is the offset where the {@link com.example.iitrtimetable.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.example.iitrtimetable:titleTextAppearance
+ */
+ public static final int Toolbar_titleTextAppearance=28;
+ /**
+ *
+ * @attr description + * A color to apply to the title string. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:titleTextColor
+ */
+ public static final int Toolbar_titleTextColor=29;
+ /**
+ * Attributes that can be used with a View.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #View_android_theme android:theme} | |
{@link #View_android_focusable android:focusable} | |
{@link #View_paddingEnd com.example.iitrtimetable:paddingEnd} | Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. |
{@link #View_paddingStart com.example.iitrtimetable:paddingStart} | Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. |
{@link #View_theme com.example.iitrtimetable:theme} | Deprecated. |
+ * @attr description + * Specifies a theme override for a view. When a theme override is set, the + * view will be inflated using a {@link android.content.Context} themed with + * the specified resource. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Boolean that controls whether a view can take focus. By default the user can not + * move focus to a view; by setting this attribute to true the view is + * allowed to take focus. This value does not impact the behavior of + * directly calling {@link android.view.View#requestFocus}, which will + * always request focus regardless of this view. It only impacts where + * focus navigation will try to move focus. + * + *
May be a boolean value, such as "true
" or
+ * "false
".
+ *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
auto | 10 |
+ * @attr description + * Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. + * + *
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.example.iitrtimetable:paddingEnd
+ */
+ public static final int View_paddingEnd=2;
+ /**
+ *
+ * @attr description + * Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. + * + *
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.example.iitrtimetable:paddingStart
+ */
+ public static final int View_paddingStart=3;
+ /**
+ *
+ * @attr description + * Deprecated. + * + *
May 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.example.iitrtimetable:theme
+ */
+ public static final int View_theme=4;
+ /**
+ * Attributes that can be used with a ViewBackgroundHelper.
+ *
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ViewBackgroundHelper_android_background android:background} | |
{@link #ViewBackgroundHelper_backgroundTint com.example.iitrtimetable:backgroundTint} | Tint to apply to the background. |
{@link #ViewBackgroundHelper_backgroundTintMode com.example.iitrtimetable:backgroundTintMode} | Blending mode used to apply the background tint. |
This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} 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 ViewBackgroundHelper_android_background=0;
+ /**
+ *
+ * @attr description + * Tint to apply to the background. + * + *
May be a color value, in the form of "#rgb
",
+ * "#argb
", "#rrggbb
", or
+ * "#aarrggbb
".
+ *
+ * @attr name com.example.iitrtimetable:backgroundTint
+ */
+ public static final int ViewBackgroundHelper_backgroundTint=1;
+ /**
+ *
+ * @attr description + * Blending mode used to apply the background tint. + * + *
Must be one of the following constant values.
+ *Constant | Value | Description |
---|---|---|
add | 10 | Combines the tint and icon color and alpha channels, clamping the + * result to valid color values. Saturate(S + D) |
multiply | e | Multiplies the color and alpha channels of the drawable with those of + * the tint. [Sa * Da, Sc * Dc] |
screen | f | [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc] |
src_atop | 9 | The tint is drawn above the drawable, but with the drawable’s alpha + * channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc] |
src_in | 5 | The tint is masked by the alpha channel of the drawable. The drawable’s + * color channels are thrown out. [Sa * Da, Sc * Da] |
src_over | 3 | The tint is drawn on top of the drawable. + * [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc] |
Includes the following attributes:
+ *Attribute | Description |
---|---|
{@link #ViewStubCompat_android_id android:id} | |
{@link #ViewStubCompat_android_layout android:layout} | |
{@link #ViewStubCompat_android_inflatedId android:inflatedId} |
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;
+ /**
+ *
+ * @attr description + * Supply an identifier for the layout resource to inflate when the ViewStub + * becomes visible or when forced to do so. The layout resource must be a + * valid reference to a layout. + * + *
May 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;
+ /**
+ *
+ * @attr description + * Overrides the id of the inflated View with this value. + * + *
May 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;
+ }
+}
\ No newline at end of file
diff --git a/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java
new file mode 100644
index 0000000..7b6f36b
--- /dev/null
+++ b/app/build/generated/not_namespaced_r_class_sources/debug/r/com/google/android/material/R.java
@@ -0,0 +1,2520 @@
+/* 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 com.google.android.material;
+
+public final class R {
+ private R() {}
+
+ public static final class anim {
+ private 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 int abc_tooltip_enter = 0x7f01000a;
+ public static final int abc_tooltip_exit = 0x7f01000b;
+ public static final int design_bottom_sheet_slide_in = 0x7f010018;
+ public static final int design_bottom_sheet_slide_out = 0x7f010019;
+ public static final int design_snackbar_in = 0x7f01001a;
+ public static final int design_snackbar_out = 0x7f01001b;
+ }
+ public static final class animator {
+ private animator() {}
+
+ public static final int design_appbar_state_list_animator = 0x7f020000;
+ public static final int design_fab_hide_motion_spec = 0x7f020001;
+ public static final int design_fab_show_motion_spec = 0x7f020002;
+ public static final int mtrl_btn_state_list_anim = 0x7f020003;
+ public static final int mtrl_btn_unelevated_state_list_anim = 0x7f020004;
+ public static final int mtrl_chip_state_list_anim = 0x7f020005;
+ public static final int mtrl_fab_hide_motion_spec = 0x7f020006;
+ public static final int mtrl_fab_show_motion_spec = 0x7f020007;
+ public static final int mtrl_fab_transformation_sheet_collapse_spec = 0x7f020008;
+ public static final int mtrl_fab_transformation_sheet_expand_spec = 0x7f020009;
+ }
+ public static final class attr {
+ private attr() {}
+
+ public static final int actionBarDivider = 0x7f030000;
+ public static final int actionBarItemBackground = 0x7f030001;
+ public static final int actionBarPopupTheme = 0x7f030002;
+ public static final int actionBarSize = 0x7f030003;
+ public static final int actionBarSplitStyle = 0x7f030004;
+ public static final int actionBarStyle = 0x7f030005;
+ public static final int actionBarTabBarStyle = 0x7f030006;
+ public static final int actionBarTabStyle = 0x7f030007;
+ public static final int actionBarTabTextStyle = 0x7f030008;
+ public static final int actionBarTheme = 0x7f030009;
+ public static final int actionBarWidgetTheme = 0x7f03000a;
+ public static final int actionButtonStyle = 0x7f03000b;
+ public static final int actionDropDownStyle = 0x7f03000c;
+ public static final int actionLayout = 0x7f03000d;
+ public static final int actionMenuTextAppearance = 0x7f03000e;
+ public static final int actionMenuTextColor = 0x7f03000f;
+ public static final int actionModeBackground = 0x7f030010;
+ public static final int actionModeCloseButtonStyle = 0x7f030011;
+ public static final int actionModeCloseDrawable = 0x7f030012;
+ public static final int actionModeCopyDrawable = 0x7f030013;
+ public static final int actionModeCutDrawable = 0x7f030014;
+ public static final int actionModeFindDrawable = 0x7f030015;
+ public static final int actionModePasteDrawable = 0x7f030016;
+ public static final int actionModePopupWindowStyle = 0x7f030017;
+ public static final int actionModeSelectAllDrawable = 0x7f030018;
+ public static final int actionModeShareDrawable = 0x7f030019;
+ public static final int actionModeSplitBackground = 0x7f03001a;
+ public static final int actionModeStyle = 0x7f03001b;
+ public static final int actionModeWebSearchDrawable = 0x7f03001c;
+ public static final int actionOverflowButtonStyle = 0x7f03001d;
+ public static final int actionOverflowMenuStyle = 0x7f03001e;
+ public static final int actionProviderClass = 0x7f03001f;
+ public static final int actionViewClass = 0x7f030020;
+ public static final int activityChooserViewStyle = 0x7f030021;
+ public static final int alertDialogButtonGroupStyle = 0x7f030022;
+ public static final int alertDialogCenterButtons = 0x7f030023;
+ public static final int alertDialogStyle = 0x7f030024;
+ public static final int alertDialogTheme = 0x7f030025;
+ public static final int allowStacking = 0x7f030026;
+ public static final int alpha = 0x7f030027;
+ public static final int alphabeticModifiers = 0x7f030028;
+ public static final int arrowHeadLength = 0x7f030029;
+ public static final int arrowShaftLength = 0x7f03002a;
+ public static final int autoCompleteTextViewStyle = 0x7f03002b;
+ public static final int autoSizeMaxTextSize = 0x7f03002c;
+ public static final int autoSizeMinTextSize = 0x7f03002d;
+ public static final int autoSizePresetSizes = 0x7f03002e;
+ public static final int autoSizeStepGranularity = 0x7f03002f;
+ public static final int autoSizeTextType = 0x7f030030;
+ public static final int background = 0x7f030031;
+ public static final int backgroundSplit = 0x7f030032;
+ public static final int backgroundStacked = 0x7f030033;
+ public static final int backgroundTint = 0x7f030034;
+ public static final int backgroundTintMode = 0x7f030035;
+ public static final int barLength = 0x7f030036;
+ public static final int behavior_autoHide = 0x7f030039;
+ public static final int behavior_fitToContents = 0x7f03003a;
+ public static final int behavior_hideable = 0x7f03003b;
+ public static final int behavior_overlapTop = 0x7f03003c;
+ public static final int behavior_peekHeight = 0x7f03003d;
+ public static final int behavior_skipCollapsed = 0x7f03003e;
+ public static final int borderWidth = 0x7f03003f;
+ public static final int borderlessButtonStyle = 0x7f030040;
+ public static final int bottomAppBarStyle = 0x7f030041;
+ public static final int bottomNavigationStyle = 0x7f030042;
+ public static final int bottomSheetDialogTheme = 0x7f030043;
+ public static final int bottomSheetStyle = 0x7f030044;
+ public static final int boxBackgroundColor = 0x7f030045;
+ public static final int boxBackgroundMode = 0x7f030046;
+ public static final int boxCollapsedPaddingTop = 0x7f030047;
+ public static final int boxCornerRadiusBottomEnd = 0x7f030048;
+ public static final int boxCornerRadiusBottomStart = 0x7f030049;
+ public static final int boxCornerRadiusTopEnd = 0x7f03004a;
+ public static final int boxCornerRadiusTopStart = 0x7f03004b;
+ public static final int boxStrokeColor = 0x7f03004c;
+ public static final int boxStrokeWidth = 0x7f03004d;
+ public static final int buttonBarButtonStyle = 0x7f03004e;
+ public static final int buttonBarNegativeButtonStyle = 0x7f03004f;
+ public static final int buttonBarNeutralButtonStyle = 0x7f030050;
+ public static final int buttonBarPositiveButtonStyle = 0x7f030051;
+ public static final int buttonBarStyle = 0x7f030052;
+ public static final int buttonGravity = 0x7f030054;
+ public static final int buttonIconDimen = 0x7f030055;
+ public static final int buttonPanelSideLayout = 0x7f030056;
+ public static final int buttonStyle = 0x7f030057;
+ public static final int buttonStyleSmall = 0x7f030058;
+ public static final int buttonTint = 0x7f030059;
+ public static final int buttonTintMode = 0x7f03005a;
+ public static final int cardBackgroundColor = 0x7f03005b;
+ public static final int cardCornerRadius = 0x7f03005c;
+ public static final int cardElevation = 0x7f03005d;
+ public static final int cardMaxElevation = 0x7f03005e;
+ public static final int cardPreventCornerOverlap = 0x7f03005f;
+ public static final int cardUseCompatPadding = 0x7f030060;
+ public static final int cardViewStyle = 0x7f030061;
+ public static final int checkboxStyle = 0x7f030063;
+ public static final int checkedChip = 0x7f030064;
+ public static final int checkedIcon = 0x7f030065;
+ public static final int checkedIconEnabled = 0x7f030066;
+ public static final int checkedIconVisible = 0x7f030067;
+ public static final int checkedTextViewStyle = 0x7f030068;
+ public static final int chipBackgroundColor = 0x7f030069;
+ public static final int chipCornerRadius = 0x7f03006a;
+ public static final int chipEndPadding = 0x7f03006b;
+ public static final int chipGroupStyle = 0x7f03006c;
+ public static final int chipIcon = 0x7f03006d;
+ public static final int chipIconEnabled = 0x7f03006e;
+ public static final int chipIconSize = 0x7f03006f;
+ public static final int chipIconTint = 0x7f030070;
+ public static final int chipIconVisible = 0x7f030071;
+ public static final int chipMinHeight = 0x7f030072;
+ public static final int chipSpacing = 0x7f030073;
+ public static final int chipSpacingHorizontal = 0x7f030074;
+ public static final int chipSpacingVertical = 0x7f030075;
+ public static final int chipStandaloneStyle = 0x7f030076;
+ public static final int chipStartPadding = 0x7f030077;
+ public static final int chipStrokeColor = 0x7f030078;
+ public static final int chipStrokeWidth = 0x7f030079;
+ public static final int chipStyle = 0x7f03007a;
+ public static final int closeIcon = 0x7f03007b;
+ public static final int closeIconEnabled = 0x7f03007c;
+ public static final int closeIconEndPadding = 0x7f03007d;
+ public static final int closeIconSize = 0x7f03007e;
+ public static final int closeIconStartPadding = 0x7f03007f;
+ public static final int closeIconTint = 0x7f030080;
+ public static final int closeIconVisible = 0x7f030081;
+ public static final int closeItemLayout = 0x7f030082;
+ public static final int collapseContentDescription = 0x7f030083;
+ public static final int collapseIcon = 0x7f030084;
+ public static final int collapsedTitleGravity = 0x7f030085;
+ public static final int collapsedTitleTextAppearance = 0x7f030086;
+ public static final int color = 0x7f030087;
+ public static final int colorAccent = 0x7f030088;
+ public static final int colorBackgroundFloating = 0x7f030089;
+ public static final int colorButtonNormal = 0x7f03008a;
+ public static final int colorControlActivated = 0x7f03008b;
+ public static final int colorControlHighlight = 0x7f03008c;
+ public static final int colorControlNormal = 0x7f03008d;
+ public static final int colorError = 0x7f03008e;
+ public static final int colorPrimary = 0x7f03008f;
+ public static final int colorPrimaryDark = 0x7f030090;
+ public static final int colorSecondary = 0x7f030091;
+ public static final int colorSwitchThumbNormal = 0x7f030092;
+ public static final int commitIcon = 0x7f030093;
+ public static final int contentDescription = 0x7f030097;
+ public static final int contentInsetEnd = 0x7f030098;
+ public static final int contentInsetEndWithActions = 0x7f030099;
+ public static final int contentInsetLeft = 0x7f03009a;
+ public static final int contentInsetRight = 0x7f03009b;
+ public static final int contentInsetStart = 0x7f03009c;
+ public static final int contentInsetStartWithNavigation = 0x7f03009d;
+ public static final int contentPadding = 0x7f03009e;
+ public static final int contentPaddingBottom = 0x7f03009f;
+ public static final int contentPaddingLeft = 0x7f0300a0;
+ public static final int contentPaddingRight = 0x7f0300a1;
+ public static final int contentPaddingTop = 0x7f0300a2;
+ public static final int contentScrim = 0x7f0300a3;
+ public static final int controlBackground = 0x7f0300a4;
+ public static final int coordinatorLayoutStyle = 0x7f0300a5;
+ public static final int cornerRadius = 0x7f0300a6;
+ public static final int counterEnabled = 0x7f0300a7;
+ public static final int counterMaxLength = 0x7f0300a8;
+ public static final int counterOverflowTextAppearance = 0x7f0300a9;
+ public static final int counterTextAppearance = 0x7f0300aa;
+ public static final int customNavigationLayout = 0x7f0300ab;
+ public static final int defaultQueryHint = 0x7f0300ac;
+ public static final int dialogCornerRadius = 0x7f0300ad;
+ public static final int dialogPreferredPadding = 0x7f0300ae;
+ public static final int dialogTheme = 0x7f0300af;
+ public static final int displayOptions = 0x7f0300b0;
+ public static final int divider = 0x7f0300b1;
+ public static final int dividerHorizontal = 0x7f0300b2;
+ public static final int dividerPadding = 0x7f0300b3;
+ public static final int dividerVertical = 0x7f0300b4;
+ public static final int drawableSize = 0x7f0300b9;
+ public static final int drawerArrowStyle = 0x7f0300be;
+ public static final int dropDownListViewStyle = 0x7f0300bf;
+ public static final int dropdownListPreferredItemHeight = 0x7f0300c0;
+ public static final int editTextBackground = 0x7f0300c1;
+ public static final int editTextColor = 0x7f0300c2;
+ public static final int editTextStyle = 0x7f0300c3;
+ public static final int elevation = 0x7f0300c4;
+ public static final int enforceMaterialTheme = 0x7f0300c6;
+ public static final int enforceTextAppearance = 0x7f0300c7;
+ public static final int errorEnabled = 0x7f0300c8;
+ public static final int errorTextAppearance = 0x7f0300c9;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f0300ca;
+ public static final int expanded = 0x7f0300cb;
+ public static final int expandedTitleGravity = 0x7f0300cc;
+ public static final int expandedTitleMargin = 0x7f0300cd;
+ public static final int expandedTitleMarginBottom = 0x7f0300ce;
+ public static final int expandedTitleMarginEnd = 0x7f0300cf;
+ public static final int expandedTitleMarginStart = 0x7f0300d0;
+ public static final int expandedTitleMarginTop = 0x7f0300d1;
+ public static final int expandedTitleTextAppearance = 0x7f0300d2;
+ public static final int fabAlignmentMode = 0x7f0300d3;
+ public static final int fabCradleMargin = 0x7f0300d4;
+ public static final int fabCradleRoundedCornerRadius = 0x7f0300d5;
+ public static final int fabCradleVerticalOffset = 0x7f0300d6;
+ public static final int fabCustomSize = 0x7f0300d7;
+ public static final int fabSize = 0x7f0300d8;
+ public static final int fastScrollEnabled = 0x7f0300d9;
+ public static final int fastScrollHorizontalThumbDrawable = 0x7f0300da;
+ public static final int fastScrollHorizontalTrackDrawable = 0x7f0300db;
+ public static final int fastScrollVerticalThumbDrawable = 0x7f0300dc;
+ public static final int fastScrollVerticalTrackDrawable = 0x7f0300dd;
+ public static final int firstBaselineToTopHeight = 0x7f0300de;
+ public static final int floatingActionButtonStyle = 0x7f0300df;
+ public static final int font = 0x7f0300e0;
+ public static final int fontFamily = 0x7f0300e1;
+ public static final int fontProviderAuthority = 0x7f0300e2;
+ public static final int fontProviderCerts = 0x7f0300e3;
+ public static final int fontProviderFetchStrategy = 0x7f0300e4;
+ public static final int fontProviderFetchTimeout = 0x7f0300e5;
+ public static final int fontProviderPackage = 0x7f0300e6;
+ public static final int fontProviderQuery = 0x7f0300e7;
+ public static final int fontStyle = 0x7f0300e8;
+ public static final int fontVariationSettings = 0x7f0300e9;
+ public static final int fontWeight = 0x7f0300ea;
+ public static final int foregroundInsidePadding = 0x7f0300eb;
+ public static final int gapBetweenBars = 0x7f0300ec;
+ public static final int goIcon = 0x7f0300ed;
+ public static final int headerLayout = 0x7f0300ee;
+ public static final int height = 0x7f0300ef;
+ public static final int helperText = 0x7f0300f0;
+ public static final int helperTextEnabled = 0x7f0300f1;
+ public static final int helperTextTextAppearance = 0x7f0300f2;
+ public static final int hideMotionSpec = 0x7f0300f3;
+ public static final int hideOnContentScroll = 0x7f0300f4;
+ public static final int hideOnScroll = 0x7f0300f5;
+ public static final int hintAnimationEnabled = 0x7f0300f6;
+ public static final int hintEnabled = 0x7f0300f7;
+ public static final int hintTextAppearance = 0x7f0300f8;
+ public static final int homeAsUpIndicator = 0x7f0300f9;
+ public static final int homeLayout = 0x7f0300fa;
+ public static final int hoveredFocusedTranslationZ = 0x7f0300fb;
+ public static final int icon = 0x7f0300fc;
+ public static final int iconEndPadding = 0x7f0300fd;
+ public static final int iconGravity = 0x7f0300fe;
+ public static final int iconPadding = 0x7f0300ff;
+ public static final int iconSize = 0x7f030100;
+ public static final int iconStartPadding = 0x7f030101;
+ public static final int iconTint = 0x7f030102;
+ public static final int iconTintMode = 0x7f030103;
+ public static final int iconifiedByDefault = 0x7f030104;
+ public static final int imageButtonStyle = 0x7f030105;
+ public static final int indeterminateProgressStyle = 0x7f030106;
+ public static final int initialActivityCount = 0x7f030107;
+ public static final int insetForeground = 0x7f030108;
+ public static final int isLightTheme = 0x7f030109;
+ public static final int itemBackground = 0x7f03010a;
+ public static final int itemHorizontalPadding = 0x7f03010b;
+ public static final int itemHorizontalTranslationEnabled = 0x7f03010c;
+ public static final int itemIconPadding = 0x7f03010d;
+ public static final int itemIconSize = 0x7f03010e;
+ public static final int itemIconTint = 0x7f03010f;
+ public static final int itemPadding = 0x7f030110;
+ public static final int itemSpacing = 0x7f030111;
+ public static final int itemTextAppearance = 0x7f030112;
+ public static final int itemTextAppearanceActive = 0x7f030113;
+ public static final int itemTextAppearanceInactive = 0x7f030114;
+ public static final int itemTextColor = 0x7f030115;
+ public static final int keylines = 0x7f030116;
+ public static final int labelVisibilityMode = 0x7f030117;
+ public static final int lastBaselineToBottomHeight = 0x7f030118;
+ public static final int layout = 0x7f030119;
+ public static final int layoutManager = 0x7f03011a;
+ public static final int layout_anchor = 0x7f03011b;
+ public static final int layout_anchorGravity = 0x7f03011c;
+ public static final int layout_behavior = 0x7f03011d;
+ public static final int layout_collapseMode = 0x7f03011e;
+ public static final int layout_collapseParallaxMultiplier = 0x7f03011f;
+ public static final int layout_dodgeInsetEdges = 0x7f030149;
+ public static final int layout_insetEdge = 0x7f030152;
+ public static final int layout_keyline = 0x7f030153;
+ public static final int layout_scrollFlags = 0x7f030155;
+ public static final int layout_scrollInterpolator = 0x7f030156;
+ public static final int liftOnScroll = 0x7f030157;
+ public static final int lineHeight = 0x7f030158;
+ public static final int lineSpacing = 0x7f030159;
+ public static final int listChoiceBackgroundIndicator = 0x7f03015a;
+ public static final int listDividerAlertDialog = 0x7f03015d;
+ public static final int listItemLayout = 0x7f03015e;
+ public static final int listLayout = 0x7f03015f;
+ public static final int listMenuViewStyle = 0x7f030160;
+ public static final int listPopupWindowStyle = 0x7f030161;
+ public static final int listPreferredItemHeight = 0x7f030162;
+ public static final int listPreferredItemHeightLarge = 0x7f030163;
+ public static final int listPreferredItemHeightSmall = 0x7f030164;
+ public static final int listPreferredItemPaddingLeft = 0x7f030166;
+ public static final int listPreferredItemPaddingRight = 0x7f030167;
+ public static final int logo = 0x7f030169;
+ public static final int logoDescription = 0x7f03016a;
+ public static final int materialButtonStyle = 0x7f03016b;
+ public static final int materialCardViewStyle = 0x7f03016c;
+ public static final int maxActionInlineWidth = 0x7f03016d;
+ public static final int maxButtonHeight = 0x7f03016e;
+ public static final int maxImageSize = 0x7f03016f;
+ public static final int measureWithLargestChild = 0x7f030170;
+ public static final int menu = 0x7f030171;
+ public static final int multiChoiceItemLayout = 0x7f030172;
+ public static final int navigationContentDescription = 0x7f030173;
+ public static final int navigationIcon = 0x7f030174;
+ public static final int navigationMode = 0x7f030175;
+ public static final int navigationViewStyle = 0x7f030176;
+ public static final int numericModifiers = 0x7f030177;
+ public static final int overlapAnchor = 0x7f030178;
+ public static final int paddingBottomNoButtons = 0x7f030179;
+ public static final int paddingEnd = 0x7f03017a;
+ public static final int paddingStart = 0x7f03017b;
+ public static final int paddingTopNoTitle = 0x7f03017c;
+ public static final int panelBackground = 0x7f03017d;
+ public static final int panelMenuListTheme = 0x7f03017e;
+ public static final int panelMenuListWidth = 0x7f03017f;
+ public static final int passwordToggleContentDescription = 0x7f030180;
+ public static final int passwordToggleDrawable = 0x7f030181;
+ public static final int passwordToggleEnabled = 0x7f030182;
+ public static final int passwordToggleTint = 0x7f030183;
+ public static final int passwordToggleTintMode = 0x7f030184;
+ public static final int popupMenuStyle = 0x7f030185;
+ public static final int popupTheme = 0x7f030186;
+ public static final int popupWindowStyle = 0x7f030187;
+ public static final int preserveIconSpacing = 0x7f030188;
+ public static final int pressedTranslationZ = 0x7f030189;
+ public static final int progressBarPadding = 0x7f03018a;
+ public static final int progressBarStyle = 0x7f03018b;
+ public static final int queryBackground = 0x7f03018c;
+ public static final int queryHint = 0x7f03018d;
+ public static final int radioButtonStyle = 0x7f03018e;
+ public static final int ratingBarStyle = 0x7f03018f;
+ public static final int ratingBarStyleIndicator = 0x7f030190;
+ public static final int ratingBarStyleSmall = 0x7f030191;
+ public static final int reverseLayout = 0x7f030192;
+ public static final int rippleColor = 0x7f030193;
+ public static final int scrimAnimationDuration = 0x7f030194;
+ public static final int scrimBackground = 0x7f030195;
+ public static final int scrimVisibleHeightTrigger = 0x7f030196;
+ public static final int searchHintIcon = 0x7f030197;
+ public static final int searchIcon = 0x7f030198;
+ public static final int searchViewStyle = 0x7f030199;
+ public static final int seekBarStyle = 0x7f03019a;
+ public static final int selectableItemBackground = 0x7f03019b;
+ public static final int selectableItemBackgroundBorderless = 0x7f03019c;
+ public static final int showAsAction = 0x7f03019d;
+ public static final int showDividers = 0x7f03019e;
+ public static final int showMotionSpec = 0x7f03019f;
+ public static final int showText = 0x7f0301a0;
+ public static final int showTitle = 0x7f0301a1;
+ public static final int singleChoiceItemLayout = 0x7f0301a2;
+ public static final int singleLine = 0x7f0301a3;
+ public static final int singleSelection = 0x7f0301a4;
+ public static final int snackbarButtonStyle = 0x7f0301a5;
+ public static final int snackbarStyle = 0x7f0301a6;
+ public static final int spanCount = 0x7f0301a7;
+ public static final int spinBars = 0x7f0301a8;
+ public static final int spinnerDropDownItemStyle = 0x7f0301a9;
+ public static final int spinnerStyle = 0x7f0301aa;
+ public static final int splitTrack = 0x7f0301ab;
+ public static final int srcCompat = 0x7f0301ac;
+ public static final int stackFromEnd = 0x7f0301ad;
+ public static final int state_above_anchor = 0x7f0301ae;
+ public static final int state_collapsed = 0x7f0301af;
+ public static final int state_collapsible = 0x7f0301b0;
+ public static final int state_liftable = 0x7f0301b1;
+ public static final int state_lifted = 0x7f0301b2;
+ public static final int statusBarBackground = 0x7f0301b3;
+ public static final int statusBarScrim = 0x7f0301b4;
+ public static final int strokeColor = 0x7f0301b5;
+ public static final int strokeWidth = 0x7f0301b6;
+ public static final int subMenuArrow = 0x7f0301b7;
+ public static final int submitBackground = 0x7f0301b8;
+ public static final int subtitle = 0x7f0301b9;
+ public static final int subtitleTextAppearance = 0x7f0301ba;
+ public static final int subtitleTextColor = 0x7f0301bb;
+ public static final int subtitleTextStyle = 0x7f0301bc;
+ public static final int suggestionRowLayout = 0x7f0301bd;
+ public static final int switchMinWidth = 0x7f0301be;
+ public static final int switchPadding = 0x7f0301bf;
+ public static final int switchStyle = 0x7f0301c0;
+ public static final int switchTextAppearance = 0x7f0301c1;
+ public static final int tabBackground = 0x7f0301c2;
+ public static final int tabContentStart = 0x7f0301c3;
+ public static final int tabGravity = 0x7f0301c4;
+ public static final int tabIconTint = 0x7f0301c5;
+ public static final int tabIconTintMode = 0x7f0301c6;
+ public static final int tabIndicator = 0x7f0301c7;
+ public static final int tabIndicatorAnimationDuration = 0x7f0301c8;
+ public static final int tabIndicatorColor = 0x7f0301c9;
+ public static final int tabIndicatorFullWidth = 0x7f0301ca;
+ public static final int tabIndicatorGravity = 0x7f0301cb;
+ public static final int tabIndicatorHeight = 0x7f0301cc;
+ public static final int tabInlineLabel = 0x7f0301cd;
+ public static final int tabMaxWidth = 0x7f0301ce;
+ public static final int tabMinWidth = 0x7f0301cf;
+ public static final int tabMode = 0x7f0301d0;
+ public static final int tabPadding = 0x7f0301d1;
+ public static final int tabPaddingBottom = 0x7f0301d2;
+ public static final int tabPaddingEnd = 0x7f0301d3;
+ public static final int tabPaddingStart = 0x7f0301d4;
+ public static final int tabPaddingTop = 0x7f0301d5;
+ public static final int tabRippleColor = 0x7f0301d6;
+ public static final int tabSelectedTextColor = 0x7f0301d7;
+ public static final int tabStyle = 0x7f0301d8;
+ public static final int tabTextAppearance = 0x7f0301d9;
+ public static final int tabTextColor = 0x7f0301da;
+ public static final int tabUnboundedRipple = 0x7f0301db;
+ public static final int textAllCaps = 0x7f0301dc;
+ public static final int textAppearanceBody1 = 0x7f0301dd;
+ public static final int textAppearanceBody2 = 0x7f0301de;
+ public static final int textAppearanceButton = 0x7f0301df;
+ public static final int textAppearanceCaption = 0x7f0301e0;
+ public static final int textAppearanceHeadline1 = 0x7f0301e1;
+ public static final int textAppearanceHeadline2 = 0x7f0301e2;
+ public static final int textAppearanceHeadline3 = 0x7f0301e3;
+ public static final int textAppearanceHeadline4 = 0x7f0301e4;
+ public static final int textAppearanceHeadline5 = 0x7f0301e5;
+ public static final int textAppearanceHeadline6 = 0x7f0301e6;
+ public static final int textAppearanceLargePopupMenu = 0x7f0301e7;
+ public static final int textAppearanceListItem = 0x7f0301e8;
+ public static final int textAppearanceListItemSecondary = 0x7f0301e9;
+ public static final int textAppearanceListItemSmall = 0x7f0301ea;
+ public static final int textAppearanceOverline = 0x7f0301eb;
+ public static final int textAppearancePopupMenuHeader = 0x7f0301ec;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f0301ed;
+ public static final int textAppearanceSearchResultTitle = 0x7f0301ee;
+ public static final int textAppearanceSmallPopupMenu = 0x7f0301ef;
+ public static final int textAppearanceSubtitle1 = 0x7f0301f0;
+ public static final int textAppearanceSubtitle2 = 0x7f0301f1;
+ public static final int textColorAlertDialogListItem = 0x7f0301f2;
+ public static final int textColorSearchUrl = 0x7f0301f3;
+ public static final int textEndPadding = 0x7f0301f4;
+ public static final int textInputStyle = 0x7f0301f5;
+ public static final int textStartPadding = 0x7f0301f7;
+ public static final int theme = 0x7f0301f8;
+ public static final int thickness = 0x7f0301f9;
+ public static final int thumbTextPadding = 0x7f0301fa;
+ public static final int thumbTint = 0x7f0301fb;
+ public static final int thumbTintMode = 0x7f0301fc;
+ public static final int tickMark = 0x7f0301fd;
+ public static final int tickMarkTint = 0x7f0301fe;
+ public static final int tickMarkTintMode = 0x7f0301ff;
+ public static final int tint = 0x7f030200;
+ public static final int tintMode = 0x7f030201;
+ public static final int title = 0x7f030202;
+ public static final int titleEnabled = 0x7f030203;
+ public static final int titleMargin = 0x7f030204;
+ public static final int titleMarginBottom = 0x7f030205;
+ public static final int titleMarginEnd = 0x7f030206;
+ public static final int titleMarginStart = 0x7f030207;
+ public static final int titleMarginTop = 0x7f030208;
+ public static final int titleMargins = 0x7f030209;
+ public static final int titleTextAppearance = 0x7f03020a;
+ public static final int titleTextColor = 0x7f03020b;
+ public static final int titleTextStyle = 0x7f03020c;
+ public static final int toolbarId = 0x7f03020d;
+ public static final int toolbarNavigationButtonStyle = 0x7f03020e;
+ public static final int toolbarStyle = 0x7f03020f;
+ public static final int tooltipForegroundColor = 0x7f030210;
+ public static final int tooltipFrameBackground = 0x7f030211;
+ public static final int tooltipText = 0x7f030212;
+ public static final int track = 0x7f030213;
+ public static final int trackTint = 0x7f030214;
+ public static final int trackTintMode = 0x7f030215;
+ public static final int ttcIndex = 0x7f030216;
+ public static final int useCompatPadding = 0x7f030217;
+ public static final int viewInflaterClass = 0x7f030218;
+ public static final int voiceIcon = 0x7f030219;
+ public static final int windowActionBar = 0x7f03021a;
+ public static final int windowActionBarOverlay = 0x7f03021b;
+ public static final int windowActionModeOverlay = 0x7f03021c;
+ public static final int windowFixedHeightMajor = 0x7f03021d;
+ public static final int windowFixedHeightMinor = 0x7f03021e;
+ public static final int windowFixedWidthMajor = 0x7f03021f;
+ public static final int windowFixedWidthMinor = 0x7f030220;
+ public static final int windowMinWidthMajor = 0x7f030221;
+ public static final int windowMinWidthMinor = 0x7f030222;
+ public static final int windowNoTitle = 0x7f030223;
+ }
+ public static final class bool {
+ private bool() {}
+
+ public static final int abc_action_bar_embed_tabs = 0x7f040000;
+ public static final int abc_allow_stacked_button_bar = 0x7f040001;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f040002;
+ public static final int mtrl_btn_textappearance_all_caps = 0x7f040003;
+ }
+ public static final class color {
+ private color() {}
+
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f050000;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f050001;
+ public static final int abc_btn_colored_borderless_text_material = 0x7f050002;
+ public static final int abc_btn_colored_text_material = 0x7f050003;
+ public static final int abc_color_highlight_material = 0x7f050004;
+ public static final int abc_hint_foreground_material_dark = 0x7f050005;
+ public static final int abc_hint_foreground_material_light = 0x7f050006;
+ public static final int abc_input_method_navigation_guard = 0x7f050007;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f050008;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f050009;
+ public static final int abc_primary_text_material_dark = 0x7f05000a;
+ public static final int abc_primary_text_material_light = 0x7f05000b;
+ public static final int abc_search_url_text = 0x7f05000c;
+ public static final int abc_search_url_text_normal = 0x7f05000d;
+ public static final int abc_search_url_text_pressed = 0x7f05000e;
+ public static final int abc_search_url_text_selected = 0x7f05000f;
+ public static final int abc_secondary_text_material_dark = 0x7f050010;
+ public static final int abc_secondary_text_material_light = 0x7f050011;
+ public static final int abc_tint_btn_checkable = 0x7f050012;
+ public static final int abc_tint_default = 0x7f050013;
+ public static final int abc_tint_edittext = 0x7f050014;
+ public static final int abc_tint_seek_thumb = 0x7f050015;
+ public static final int abc_tint_spinner = 0x7f050016;
+ public static final int abc_tint_switch_track = 0x7f050017;
+ public static final int accent_material_dark = 0x7f050018;
+ public static final int accent_material_light = 0x7f050019;
+ public static final int background_floating_material_dark = 0x7f05001a;
+ public static final int background_floating_material_light = 0x7f05001b;
+ public static final int background_material_dark = 0x7f05001c;
+ public static final int background_material_light = 0x7f05001d;
+ public static final int bright_foreground_disabled_material_dark = 0x7f05001e;
+ public static final int bright_foreground_disabled_material_light = 0x7f05001f;
+ public static final int bright_foreground_inverse_material_dark = 0x7f050020;
+ public static final int bright_foreground_inverse_material_light = 0x7f050021;
+ public static final int bright_foreground_material_dark = 0x7f050022;
+ public static final int bright_foreground_material_light = 0x7f050023;
+ public static final int button_material_dark = 0x7f050024;
+ public static final int button_material_light = 0x7f050025;
+ public static final int cardview_dark_background = 0x7f050026;
+ public static final int cardview_light_background = 0x7f050027;
+ public static final int cardview_shadow_end_color = 0x7f050028;
+ public static final int cardview_shadow_start_color = 0x7f050029;
+ public static final int design_bottom_navigation_shadow_color = 0x7f05002d;
+ public static final int design_default_color_primary = 0x7f05002e;
+ public static final int design_default_color_primary_dark = 0x7f05002f;
+ public static final int design_error = 0x7f050030;
+ public static final int design_fab_shadow_end_color = 0x7f050031;
+ public static final int design_fab_shadow_mid_color = 0x7f050032;
+ public static final int design_fab_shadow_start_color = 0x7f050033;
+ public static final int design_fab_stroke_end_inner_color = 0x7f050034;
+ public static final int design_fab_stroke_end_outer_color = 0x7f050035;
+ public static final int design_fab_stroke_top_inner_color = 0x7f050036;
+ public static final int design_fab_stroke_top_outer_color = 0x7f050037;
+ public static final int design_snackbar_background_color = 0x7f050038;
+ public static final int design_tint_password_toggle = 0x7f050039;
+ public static final int dim_foreground_disabled_material_dark = 0x7f05003a;
+ public static final int dim_foreground_disabled_material_light = 0x7f05003b;
+ public static final int dim_foreground_material_dark = 0x7f05003c;
+ public static final int dim_foreground_material_light = 0x7f05003d;
+ public static final int error_color_material_dark = 0x7f05003e;
+ public static final int error_color_material_light = 0x7f05003f;
+ public static final int foreground_material_dark = 0x7f050040;
+ public static final int foreground_material_light = 0x7f050041;
+ public static final int highlighted_text_material_dark = 0x7f050042;
+ public static final int highlighted_text_material_light = 0x7f050043;
+ public static final int material_blue_grey_800 = 0x7f050044;
+ public static final int material_blue_grey_900 = 0x7f050045;
+ public static final int material_blue_grey_950 = 0x7f050046;
+ public static final int material_deep_teal_200 = 0x7f050047;
+ public static final int material_deep_teal_500 = 0x7f050048;
+ public static final int material_grey_100 = 0x7f050049;
+ public static final int material_grey_300 = 0x7f05004a;
+ public static final int material_grey_50 = 0x7f05004b;
+ public static final int material_grey_600 = 0x7f05004c;
+ public static final int material_grey_800 = 0x7f05004d;
+ public static final int material_grey_850 = 0x7f05004e;
+ public static final int material_grey_900 = 0x7f05004f;
+ public static final int mtrl_bottom_nav_colored_item_tint = 0x7f050050;
+ public static final int mtrl_bottom_nav_item_tint = 0x7f050051;
+ public static final int mtrl_btn_bg_color_disabled = 0x7f050052;
+ public static final int mtrl_btn_bg_color_selector = 0x7f050053;
+ public static final int mtrl_btn_ripple_color = 0x7f050054;
+ public static final int mtrl_btn_stroke_color_selector = 0x7f050055;
+ public static final int mtrl_btn_text_btn_ripple_color = 0x7f050056;
+ public static final int mtrl_btn_text_color_disabled = 0x7f050057;
+ public static final int mtrl_btn_text_color_selector = 0x7f050058;
+ public static final int mtrl_btn_transparent_bg_color = 0x7f050059;
+ public static final int mtrl_chip_background_color = 0x7f05005a;
+ public static final int mtrl_chip_close_icon_tint = 0x7f05005b;
+ public static final int mtrl_chip_ripple_color = 0x7f05005c;
+ public static final int mtrl_chip_text_color = 0x7f05005d;
+ public static final int mtrl_fab_ripple_color = 0x7f05005e;
+ public static final int mtrl_scrim_color = 0x7f05005f;
+ public static final int mtrl_tabs_colored_ripple_color = 0x7f050060;
+ public static final int mtrl_tabs_icon_color_selector = 0x7f050061;
+ public static final int mtrl_tabs_icon_color_selector_colored = 0x7f050062;
+ public static final int mtrl_tabs_legacy_text_color_selector = 0x7f050063;
+ public static final int mtrl_tabs_ripple_color = 0x7f050064;
+ public static final int mtrl_text_btn_text_color_selector = 0x7f050065;
+ public static final int mtrl_textinput_default_box_stroke_color = 0x7f050066;
+ public static final int mtrl_textinput_disabled_color = 0x7f050067;
+ public static final int mtrl_textinput_filled_box_default_background_color = 0x7f050068;
+ public static final int mtrl_textinput_hovered_box_stroke_color = 0x7f050069;
+ public static final int notification_action_color_filter = 0x7f05006a;
+ public static final int notification_icon_bg_color = 0x7f05006b;
+ public static final int primary_dark_material_dark = 0x7f05006c;
+ public static final int primary_dark_material_light = 0x7f05006d;
+ public static final int primary_material_dark = 0x7f05006e;
+ public static final int primary_material_light = 0x7f05006f;
+ public static final int primary_text_default_material_dark = 0x7f050070;
+ public static final int primary_text_default_material_light = 0x7f050071;
+ public static final int primary_text_disabled_material_dark = 0x7f050072;
+ public static final int primary_text_disabled_material_light = 0x7f050073;
+ public static final int ripple_material_dark = 0x7f050074;
+ public static final int ripple_material_light = 0x7f050075;
+ public static final int secondary_text_default_material_dark = 0x7f050076;
+ public static final int secondary_text_default_material_light = 0x7f050077;
+ public static final int secondary_text_disabled_material_dark = 0x7f050078;
+ public static final int secondary_text_disabled_material_light = 0x7f050079;
+ public static final int switch_thumb_disabled_material_dark = 0x7f05007a;
+ public static final int switch_thumb_disabled_material_light = 0x7f05007b;
+ public static final int switch_thumb_material_dark = 0x7f05007c;
+ public static final int switch_thumb_material_light = 0x7f05007d;
+ public static final int switch_thumb_normal_material_dark = 0x7f05007e;
+ public static final int switch_thumb_normal_material_light = 0x7f05007f;
+ public static final int tooltip_background_dark = 0x7f050080;
+ public static final int tooltip_background_light = 0x7f050081;
+ }
+ public static final class dimen {
+ private dimen() {}
+
+ public static final int abc_action_bar_content_inset_material = 0x7f060000;
+ public static final int abc_action_bar_content_inset_with_nav = 0x7f060001;
+ public static final int abc_action_bar_default_height_material = 0x7f060002;
+ public static final int abc_action_bar_default_padding_end_material = 0x7f060003;
+ public static final int abc_action_bar_default_padding_start_material = 0x7f060004;
+ public static final int abc_action_bar_elevation_material = 0x7f060005;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060006;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f060007;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f060008;
+ public static final int abc_action_bar_stacked_max_height = 0x7f060009;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f06000a;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000b;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000c;
+ public static final int abc_action_button_min_height_material = 0x7f06000d;
+ public static final int abc_action_button_min_width_material = 0x7f06000e;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f06000f;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f060010;
+ public static final int abc_alert_dialog_button_dimen = 0x7f060011;
+ public static final int abc_button_inset_horizontal_material = 0x7f060012;
+ public static final int abc_button_inset_vertical_material = 0x7f060013;
+ public static final int abc_button_padding_horizontal_material = 0x7f060014;
+ public static final int abc_button_padding_vertical_material = 0x7f060015;
+ public static final int abc_cascading_menus_min_smallest_width = 0x7f060016;
+ public static final int abc_config_prefDialogWidth = 0x7f060017;
+ public static final int abc_control_corner_material = 0x7f060018;
+ public static final int abc_control_inset_material = 0x7f060019;
+ public static final int abc_control_padding_material = 0x7f06001a;
+ public static final int abc_dialog_corner_radius_material = 0x7f06001b;
+ public static final int abc_dialog_fixed_height_major = 0x7f06001c;
+ public static final int abc_dialog_fixed_height_minor = 0x7f06001d;
+ public static final int abc_dialog_fixed_width_major = 0x7f06001e;
+ public static final int abc_dialog_fixed_width_minor = 0x7f06001f;
+ public static final int abc_dialog_list_padding_bottom_no_buttons = 0x7f060020;
+ public static final int abc_dialog_list_padding_top_no_title = 0x7f060021;
+ public static final int abc_dialog_min_width_major = 0x7f060022;
+ public static final int abc_dialog_min_width_minor = 0x7f060023;
+ public static final int abc_dialog_padding_material = 0x7f060024;
+ public static final int abc_dialog_padding_top_material = 0x7f060025;
+ public static final int abc_dialog_title_divider_material = 0x7f060026;
+ public static final int abc_disabled_alpha_material_dark = 0x7f060027;
+ public static final int abc_disabled_alpha_material_light = 0x7f060028;
+ public static final int abc_dropdownitem_icon_width = 0x7f060029;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f06002a;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f06002b;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f06002c;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f06002d;
+ public static final int abc_edit_text_inset_top_material = 0x7f06002e;
+ public static final int abc_floating_window_z = 0x7f06002f;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f060033;
+ public static final int abc_panel_menu_list_width = 0x7f060034;
+ public static final int abc_progress_bar_height_material = 0x7f060035;
+ public static final int abc_search_view_preferred_height = 0x7f060036;
+ public static final int abc_search_view_preferred_width = 0x7f060037;
+ public static final int abc_seekbar_track_background_height_material = 0x7f060038;
+ public static final int abc_seekbar_track_progress_height_material = 0x7f060039;
+ public static final int abc_select_dialog_padding_start_material = 0x7f06003a;
+ public static final int abc_switch_padding = 0x7f06003b;
+ public static final int abc_text_size_body_1_material = 0x7f06003c;
+ public static final int abc_text_size_body_2_material = 0x7f06003d;
+ public static final int abc_text_size_button_material = 0x7f06003e;
+ public static final int abc_text_size_caption_material = 0x7f06003f;
+ public static final int abc_text_size_display_1_material = 0x7f060040;
+ public static final int abc_text_size_display_2_material = 0x7f060041;
+ public static final int abc_text_size_display_3_material = 0x7f060042;
+ public static final int abc_text_size_display_4_material = 0x7f060043;
+ public static final int abc_text_size_headline_material = 0x7f060044;
+ public static final int abc_text_size_large_material = 0x7f060045;
+ public static final int abc_text_size_medium_material = 0x7f060046;
+ public static final int abc_text_size_menu_header_material = 0x7f060047;
+ public static final int abc_text_size_menu_material = 0x7f060048;
+ public static final int abc_text_size_small_material = 0x7f060049;
+ public static final int abc_text_size_subhead_material = 0x7f06004a;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f06004b;
+ public static final int abc_text_size_title_material = 0x7f06004c;
+ public static final int abc_text_size_title_material_toolbar = 0x7f06004d;
+ public static final int cardview_compat_inset_shadow = 0x7f060050;
+ public static final int cardview_default_elevation = 0x7f060051;
+ public static final int cardview_default_radius = 0x7f060052;
+ public static final int compat_button_inset_horizontal_material = 0x7f060053;
+ public static final int compat_button_inset_vertical_material = 0x7f060054;
+ public static final int compat_button_padding_horizontal_material = 0x7f060055;
+ public static final int compat_button_padding_vertical_material = 0x7f060056;
+ public static final int compat_control_corner_material = 0x7f060057;
+ public static final int compat_notification_large_icon_max_height = 0x7f060058;
+ public static final int compat_notification_large_icon_max_width = 0x7f060059;
+ public static final int design_appbar_elevation = 0x7f06005a;
+ public static final int design_bottom_navigation_active_item_max_width = 0x7f06005b;
+ public static final int design_bottom_navigation_active_item_min_width = 0x7f06005c;
+ public static final int design_bottom_navigation_active_text_size = 0x7f06005d;
+ public static final int design_bottom_navigation_elevation = 0x7f06005e;
+ public static final int design_bottom_navigation_height = 0x7f06005f;
+ public static final int design_bottom_navigation_icon_size = 0x7f060060;
+ public static final int design_bottom_navigation_item_max_width = 0x7f060061;
+ public static final int design_bottom_navigation_item_min_width = 0x7f060062;
+ public static final int design_bottom_navigation_margin = 0x7f060063;
+ public static final int design_bottom_navigation_shadow_height = 0x7f060064;
+ public static final int design_bottom_navigation_text_size = 0x7f060065;
+ public static final int design_bottom_sheet_modal_elevation = 0x7f060066;
+ public static final int design_bottom_sheet_peek_height_min = 0x7f060067;
+ public static final int design_fab_border_width = 0x7f060068;
+ public static final int design_fab_elevation = 0x7f060069;
+ public static final int design_fab_image_size = 0x7f06006a;
+ public static final int design_fab_size_mini = 0x7f06006b;
+ public static final int design_fab_size_normal = 0x7f06006c;
+ public static final int design_fab_translation_z_hovered_focused = 0x7f06006d;
+ public static final int design_fab_translation_z_pressed = 0x7f06006e;
+ public static final int design_navigation_elevation = 0x7f06006f;
+ public static final int design_navigation_icon_padding = 0x7f060070;
+ public static final int design_navigation_icon_size = 0x7f060071;
+ public static final int design_navigation_item_horizontal_padding = 0x7f060072;
+ public static final int design_navigation_item_icon_padding = 0x7f060073;
+ public static final int design_navigation_max_width = 0x7f060074;
+ public static final int design_navigation_padding_bottom = 0x7f060075;
+ public static final int design_navigation_separator_vertical_padding = 0x7f060076;
+ public static final int design_snackbar_action_inline_max_width = 0x7f060077;
+ public static final int design_snackbar_background_corner_radius = 0x7f060078;
+ public static final int design_snackbar_elevation = 0x7f060079;
+ public static final int design_snackbar_extra_spacing_horizontal = 0x7f06007a;
+ public static final int design_snackbar_max_width = 0x7f06007b;
+ public static final int design_snackbar_min_width = 0x7f06007c;
+ public static final int design_snackbar_padding_horizontal = 0x7f06007d;
+ public static final int design_snackbar_padding_vertical = 0x7f06007e;
+ public static final int design_snackbar_padding_vertical_2lines = 0x7f06007f;
+ public static final int design_snackbar_text_size = 0x7f060080;
+ public static final int design_tab_max_width = 0x7f060081;
+ public static final int design_tab_scrollable_min_width = 0x7f060082;
+ public static final int design_tab_text_size = 0x7f060083;
+ public static final int design_tab_text_size_2line = 0x7f060084;
+ public static final int design_textinput_caption_translate_y = 0x7f060085;
+ public static final int disabled_alpha_material_dark = 0x7f060086;
+ public static final int disabled_alpha_material_light = 0x7f060087;
+ public static final int fastscroll_default_thickness = 0x7f060088;
+ public static final int fastscroll_margin = 0x7f060089;
+ public static final int fastscroll_minimum_range = 0x7f06008a;
+ public static final int highlight_alpha_material_colored = 0x7f06008b;
+ public static final int highlight_alpha_material_dark = 0x7f06008c;
+ public static final int highlight_alpha_material_light = 0x7f06008d;
+ public static final int hint_alpha_material_dark = 0x7f06008e;
+ public static final int hint_alpha_material_light = 0x7f06008f;
+ public static final int hint_pressed_alpha_material_dark = 0x7f060090;
+ public static final int hint_pressed_alpha_material_light = 0x7f060091;
+ public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f060092;
+ public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f060093;
+ public static final int item_touch_helper_swipe_escape_velocity = 0x7f060094;
+ public static final int mtrl_bottomappbar_fabOffsetEndMode = 0x7f060095;
+ public static final int mtrl_bottomappbar_fab_cradle_margin = 0x7f060096;
+ public static final int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f060097;
+ public static final int mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f060098;
+ public static final int mtrl_bottomappbar_height = 0x7f060099;
+ public static final int mtrl_btn_corner_radius = 0x7f06009a;
+ public static final int mtrl_btn_dialog_btn_min_width = 0x7f06009b;
+ public static final int mtrl_btn_disabled_elevation = 0x7f06009c;
+ public static final int mtrl_btn_disabled_z = 0x7f06009d;
+ public static final int mtrl_btn_elevation = 0x7f06009e;
+ public static final int mtrl_btn_focused_z = 0x7f06009f;
+ public static final int mtrl_btn_hovered_z = 0x7f0600a0;
+ public static final int mtrl_btn_icon_btn_padding_left = 0x7f0600a1;
+ public static final int mtrl_btn_icon_padding = 0x7f0600a2;
+ public static final int mtrl_btn_inset = 0x7f0600a3;
+ public static final int mtrl_btn_letter_spacing = 0x7f0600a4;
+ public static final int mtrl_btn_padding_bottom = 0x7f0600a5;
+ public static final int mtrl_btn_padding_left = 0x7f0600a6;
+ public static final int mtrl_btn_padding_right = 0x7f0600a7;
+ public static final int mtrl_btn_padding_top = 0x7f0600a8;
+ public static final int mtrl_btn_pressed_z = 0x7f0600a9;
+ public static final int mtrl_btn_stroke_size = 0x7f0600aa;
+ public static final int mtrl_btn_text_btn_icon_padding = 0x7f0600ab;
+ public static final int mtrl_btn_text_btn_padding_left = 0x7f0600ac;
+ public static final int mtrl_btn_text_btn_padding_right = 0x7f0600ad;
+ public static final int mtrl_btn_text_size = 0x7f0600ae;
+ public static final int mtrl_btn_z = 0x7f0600af;
+ public static final int mtrl_card_elevation = 0x7f0600b0;
+ public static final int mtrl_card_spacing = 0x7f0600b1;
+ public static final int mtrl_chip_pressed_translation_z = 0x7f0600b2;
+ public static final int mtrl_chip_text_size = 0x7f0600b3;
+ public static final int mtrl_fab_elevation = 0x7f0600b4;
+ public static final int mtrl_fab_translation_z_hovered_focused = 0x7f0600b5;
+ public static final int mtrl_fab_translation_z_pressed = 0x7f0600b6;
+ public static final int mtrl_navigation_elevation = 0x7f0600b7;
+ public static final int mtrl_navigation_item_horizontal_padding = 0x7f0600b8;
+ public static final int mtrl_navigation_item_icon_padding = 0x7f0600b9;
+ public static final int mtrl_snackbar_background_corner_radius = 0x7f0600ba;
+ public static final int mtrl_snackbar_margin = 0x7f0600bb;
+ public static final int mtrl_textinput_box_bottom_offset = 0x7f0600bc;
+ public static final int mtrl_textinput_box_corner_radius_medium = 0x7f0600bd;
+ public static final int mtrl_textinput_box_corner_radius_small = 0x7f0600be;
+ public static final int mtrl_textinput_box_label_cutout_padding = 0x7f0600bf;
+ public static final int mtrl_textinput_box_padding_end = 0x7f0600c0;
+ public static final int mtrl_textinput_box_stroke_width_default = 0x7f0600c1;
+ public static final int mtrl_textinput_box_stroke_width_focused = 0x7f0600c2;
+ public static final int mtrl_textinput_outline_box_expanded_padding = 0x7f0600c3;
+ public static final int mtrl_toolbar_default_height = 0x7f0600c4;
+ public static final int notification_action_icon_size = 0x7f0600c5;
+ public static final int notification_action_text_size = 0x7f0600c6;
+ public static final int notification_big_circle_margin = 0x7f0600c7;
+ public static final int notification_content_margin_start = 0x7f0600c8;
+ public static final int notification_large_icon_height = 0x7f0600c9;
+ public static final int notification_large_icon_width = 0x7f0600ca;
+ public static final int notification_main_column_padding_top = 0x7f0600cb;
+ public static final int notification_media_narrow_margin = 0x7f0600cc;
+ public static final int notification_right_icon_size = 0x7f0600cd;
+ public static final int notification_right_side_padding_top = 0x7f0600ce;
+ public static final int notification_small_icon_background_padding = 0x7f0600cf;
+ public static final int notification_small_icon_size_as_large = 0x7f0600d0;
+ public static final int notification_subtext_size = 0x7f0600d1;
+ public static final int notification_top_pad = 0x7f0600d2;
+ public static final int notification_top_pad_large_text = 0x7f0600d3;
+ public static final int tooltip_corner_radius = 0x7f0600d4;
+ public static final int tooltip_horizontal_padding = 0x7f0600d5;
+ public static final int tooltip_margin = 0x7f0600d6;
+ public static final int tooltip_precise_anchor_extra_offset = 0x7f0600d7;
+ public static final int tooltip_precise_anchor_threshold = 0x7f0600d8;
+ public static final int tooltip_vertical_padding = 0x7f0600d9;
+ public static final int tooltip_y_offset_non_touch = 0x7f0600da;
+ public static final int tooltip_y_offset_touch = 0x7f0600db;
+ }
+ public static final class drawable {
+ private drawable() {}
+
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070007;
+ public static final int abc_action_bar_item_background_material = 0x7f070008;
+ public static final int abc_btn_borderless_material = 0x7f070009;
+ public static final int abc_btn_check_material = 0x7f07000a;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f07000c;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f07000d;
+ public static final int abc_btn_colored_material = 0x7f07000e;
+ public static final int abc_btn_default_mtrl_shape = 0x7f07000f;
+ public static final int abc_btn_radio_material = 0x7f070010;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f070012;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f070013;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f070014;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f070015;
+ public static final int abc_cab_background_internal_bg = 0x7f070016;
+ public static final int abc_cab_background_top_material = 0x7f070017;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f070018;
+ public static final int abc_control_background_material = 0x7f070019;
+ public static final int abc_dialog_material_background = 0x7f07001a;
+ public static final int abc_edit_text_material = 0x7f07001b;
+ public static final int abc_ic_ab_back_material = 0x7f07001c;
+ public static final int abc_ic_arrow_drop_right_black_24dp = 0x7f07001d;
+ public static final int abc_ic_clear_material = 0x7f07001e;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f07001f;
+ public static final int abc_ic_go_search_api_material = 0x7f070020;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f070021;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f070022;
+ public static final int abc_ic_menu_overflow_material = 0x7f070023;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f070024;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f070025;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f070026;
+ public static final int abc_ic_search_api_material = 0x7f070027;
+ public static final int abc_ic_star_black_16dp = 0x7f070028;
+ public static final int abc_ic_star_black_36dp = 0x7f070029;
+ public static final int abc_ic_star_black_48dp = 0x7f07002a;
+ public static final int abc_ic_star_half_black_16dp = 0x7f07002b;
+ public static final int abc_ic_star_half_black_36dp = 0x7f07002c;
+ public static final int abc_ic_star_half_black_48dp = 0x7f07002d;
+ public static final int abc_ic_voice_search_api_material = 0x7f07002e;
+ public static final int abc_item_background_holo_dark = 0x7f07002f;
+ public static final int abc_item_background_holo_light = 0x7f070030;
+ public static final int abc_list_divider_material = 0x7f070031;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f070032;
+ public static final int abc_list_focused_holo = 0x7f070033;
+ public static final int abc_list_longpressed_holo = 0x7f070034;
+ public static final int abc_list_pressed_holo_dark = 0x7f070035;
+ public static final int abc_list_pressed_holo_light = 0x7f070036;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f070037;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f070038;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f070039;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f07003a;
+ public static final int abc_list_selector_holo_dark = 0x7f07003b;
+ public static final int abc_list_selector_holo_light = 0x7f07003c;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f07003d;
+ public static final int abc_popup_background_mtrl_mult = 0x7f07003e;
+ public static final int abc_ratingbar_indicator_material = 0x7f07003f;
+ public static final int abc_ratingbar_material = 0x7f070040;
+ public static final int abc_ratingbar_small_material = 0x7f070041;
+ public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f070042;
+ public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070043;
+ public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f070044;
+ public static final int abc_scrubber_primary_mtrl_alpha = 0x7f070045;
+ public static final int abc_scrubber_track_mtrl_alpha = 0x7f070046;
+ public static final int abc_seekbar_thumb_material = 0x7f070047;
+ public static final int abc_seekbar_tick_mark_material = 0x7f070048;
+ public static final int abc_seekbar_track_material = 0x7f070049;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f07004a;
+ public static final int abc_spinner_textfield_background_material = 0x7f07004b;
+ public static final int abc_switch_thumb_material = 0x7f07004c;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f07004d;
+ public static final int abc_tab_indicator_material = 0x7f07004e;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f07004f;
+ public static final int abc_text_cursor_material = 0x7f070050;
+ public static final int abc_text_select_handle_left_mtrl_dark = 0x7f070051;
+ public static final int abc_text_select_handle_left_mtrl_light = 0x7f070052;
+ public static final int abc_text_select_handle_middle_mtrl_dark = 0x7f070053;
+ public static final int abc_text_select_handle_middle_mtrl_light = 0x7f070054;
+ public static final int abc_text_select_handle_right_mtrl_dark = 0x7f070055;
+ public static final int abc_text_select_handle_right_mtrl_light = 0x7f070056;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f070057;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f070058;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070059;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f07005a;
+ public static final int abc_textfield_search_material = 0x7f07005b;
+ public static final int abc_vector_test = 0x7f07005c;
+ public static final int avd_hide_password = 0x7f07005d;
+ public static final int avd_show_password = 0x7f07005e;
+ public static final int design_bottom_navigation_item_background = 0x7f070067;
+ public static final int design_fab_background = 0x7f070068;
+ public static final int design_ic_visibility = 0x7f070069;
+ public static final int design_ic_visibility_off = 0x7f07006a;
+ public static final int design_password_eye = 0x7f07006b;
+ public static final int design_snackbar_background = 0x7f07006c;
+ public static final int ic_mtrl_chip_checked_black = 0x7f07006f;
+ public static final int ic_mtrl_chip_checked_circle = 0x7f070070;
+ public static final int ic_mtrl_chip_close_circle = 0x7f070071;
+ public static final int mtrl_snackbar_background = 0x7f070072;
+ public static final int mtrl_tabs_default_indicator = 0x7f070073;
+ public static final int navigation_empty_icon = 0x7f070074;
+ public static final int notification_action_background = 0x7f070075;
+ public static final int notification_bg = 0x7f070076;
+ public static final int notification_bg_low = 0x7f070077;
+ public static final int notification_bg_low_normal = 0x7f070078;
+ public static final int notification_bg_low_pressed = 0x7f070079;
+ public static final int notification_bg_normal = 0x7f07007a;
+ public static final int notification_bg_normal_pressed = 0x7f07007b;
+ public static final int notification_icon_background = 0x7f07007c;
+ public static final int notification_template_icon_bg = 0x7f07007d;
+ public static final int notification_template_icon_low_bg = 0x7f07007e;
+ public static final int notification_tile_bg = 0x7f07007f;
+ public static final int notify_panel_notification_icon_bg = 0x7f070080;
+ public static final int tooltip_frame_dark = 0x7f070081;
+ public static final int tooltip_frame_light = 0x7f070082;
+ }
+ public static final class id {
+ private id() {}
+
+ public static final int action_bar = 0x7f080034;
+ public static final int action_bar_activity_content = 0x7f080035;
+ public static final int action_bar_container = 0x7f080036;
+ public static final int action_bar_root = 0x7f080037;
+ public static final int action_bar_spinner = 0x7f080038;
+ public static final int action_bar_subtitle = 0x7f080039;
+ public static final int action_bar_title = 0x7f08003a;
+ public static final int action_container = 0x7f08003b;
+ public static final int action_context_bar = 0x7f08003c;
+ public static final int action_divider = 0x7f08003d;
+ public static final int action_image = 0x7f08003e;
+ public static final int action_menu_divider = 0x7f08003f;
+ public static final int action_menu_presenter = 0x7f080040;
+ public static final int action_mode_bar = 0x7f080041;
+ public static final int action_mode_bar_stub = 0x7f080042;
+ public static final int action_mode_close_button = 0x7f080043;
+ public static final int action_text = 0x7f080044;
+ public static final int actions = 0x7f080045;
+ public static final int activity_chooser_view_content = 0x7f080046;
+ public static final int add = 0x7f080047;
+ public static final int alertTitle = 0x7f080048;
+ public static final int async = 0x7f08004b;
+ public static final int auto = 0x7f08004c;
+ public static final int blocking = 0x7f08004f;
+ public static final int bottom = 0x7f080050;
+ public static final int buttonPanel = 0x7f080052;
+ public static final int center = 0x7f080053;
+ public static final int checkbox = 0x7f080057;
+ public static final int chronometer = 0x7f080059;
+ public static final int container = 0x7f08005d;
+ public static final int content = 0x7f08005e;
+ public static final int contentPanel = 0x7f08005f;
+ public static final int coordinator = 0x7f080060;
+ public static final int custom = 0x7f080061;
+ public static final int customPanel = 0x7f080062;
+ public static final int decor_content_parent = 0x7f080063;
+ public static final int default_activity_button = 0x7f080064;
+ public static final int design_bottom_sheet = 0x7f080065;
+ public static final int design_menu_item_action_area = 0x7f080066;
+ public static final int design_menu_item_action_area_stub = 0x7f080067;
+ public static final int design_menu_item_text = 0x7f080068;
+ public static final int design_navigation_view = 0x7f080069;
+ public static final int edit_query = 0x7f08006e;
+ public static final int end = 0x7f08006f;
+ public static final int expand_activities_button = 0x7f080074;
+ public static final int expanded_menu = 0x7f080075;
+ public static final int fill = 0x7f080076;
+ public static final int filled = 0x7f080079;
+ public static final int fixed = 0x7f08007a;
+ public static final int forever = 0x7f08007b;
+ public static final int ghost_view = 0x7f08007c;
+ public static final int group_divider = 0x7f08007e;
+ public static final int home = 0x7f080080;
+ public static final int icon = 0x7f080082;
+ public static final int icon_group = 0x7f080083;
+ public static final int image = 0x7f080085;
+ public static final int info = 0x7f080086;
+ public static final int italic = 0x7f080088;
+ public static final int item_touch_helper_previous_elevation = 0x7f080089;
+ public static final int labeled = 0x7f08008a;
+ public static final int largeLabel = 0x7f08008b;
+ public static final int left = 0x7f08008c;
+ public static final int line1 = 0x7f08008d;
+ public static final int line3 = 0x7f08008e;
+ public static final int listMode = 0x7f08008f;
+ public static final int list_item = 0x7f080090;
+ public static final int masked = 0x7f080093;
+ public static final int message = 0x7f080094;
+ public static final int mini = 0x7f080096;
+ public static final int mtrl_child_content_container = 0x7f080097;
+ public static final int mtrl_internal_children_alpha_tag = 0x7f080098;
+ public static final int multiply = 0x7f080099;
+ public static final int navigation_header_container = 0x7f08009a;
+ public static final int none = 0x7f08009c;
+ public static final int normal = 0x7f08009d;
+ public static final int notification_background = 0x7f08009e;
+ public static final int notification_main_column = 0x7f08009f;
+ public static final int notification_main_column_container = 0x7f0800a0;
+ public static final int outline = 0x7f0800a3;
+ public static final int parallax = 0x7f0800a5;
+ public static final int parentPanel = 0x7f0800a7;
+ public static final int parent_matrix = 0x7f0800a8;
+ public static final int pin = 0x7f0800ab;
+ public static final int progress_circular = 0x7f0800ac;
+ public static final int progress_horizontal = 0x7f0800ad;
+ public static final int radio = 0x7f0800ae;
+ public static final int right = 0x7f0800b0;
+ public static final int right_icon = 0x7f0800b1;
+ public static final int right_side = 0x7f0800b2;
+ public static final int save_image_matrix = 0x7f0800b3;
+ public static final int save_non_transition_alpha = 0x7f0800b4;
+ public static final int save_scale_type = 0x7f0800b5;
+ public static final int screen = 0x7f0800b6;
+ public static final int scrollIndicatorDown = 0x7f0800b8;
+ public static final int scrollIndicatorUp = 0x7f0800b9;
+ public static final int scrollView = 0x7f0800ba;
+ public static final int scrollable = 0x7f0800bb;
+ public static final int search_badge = 0x7f0800bc;
+ public static final int search_bar = 0x7f0800bd;
+ public static final int search_button = 0x7f0800be;
+ public static final int search_close_btn = 0x7f0800bf;
+ public static final int search_edit_frame = 0x7f0800c0;
+ public static final int search_go_btn = 0x7f0800c1;
+ public static final int search_mag_icon = 0x7f0800c2;
+ public static final int search_plate = 0x7f0800c3;
+ public static final int search_src_text = 0x7f0800c4;
+ public static final int search_voice_btn = 0x7f0800c5;
+ public static final int select_dialog_listview = 0x7f0800c6;
+ public static final int selected = 0x7f0800c7;
+ public static final int shortcut = 0x7f0800c8;
+ public static final int smallLabel = 0x7f0800cc;
+ public static final int snackbar_action = 0x7f0800cd;
+ public static final int snackbar_text = 0x7f0800ce;
+ public static final int spacer = 0x7f0800d1;
+ public static final int split_action_bar = 0x7f0800d2;
+ public static final int src_atop = 0x7f0800d5;
+ public static final int src_in = 0x7f0800d6;
+ public static final int src_over = 0x7f0800d7;
+ public static final int start = 0x7f0800d9;
+ public static final int stretch = 0x7f0800da;
+ public static final int submenuarrow = 0x7f0800db;
+ public static final int submit_area = 0x7f0800dc;
+ public static final int tabMode = 0x7f0800dd;
+ public static final int tag_transition_group = 0x7f0800e3;
+ public static final int tag_unhandled_key_event_manager = 0x7f0800e4;
+ public static final int tag_unhandled_key_listeners = 0x7f0800e5;
+ public static final int text = 0x7f0800e6;
+ public static final int text2 = 0x7f0800e7;
+ public static final int textSpacerNoButtons = 0x7f0800e8;
+ public static final int textSpacerNoTitle = 0x7f0800e9;
+ public static final int text_input_password_toggle = 0x7f0800ec;
+ public static final int textinput_counter = 0x7f0800ed;
+ public static final int textinput_error = 0x7f0800ee;
+ public static final int textinput_helper_text = 0x7f0800ef;
+ public static final int time = 0x7f0800f0;
+ public static final int title = 0x7f0800f1;
+ public static final int titleDividerNoCustom = 0x7f0800f2;
+ public static final int title_template = 0x7f0800f3;
+ public static final int top = 0x7f0800f4;
+ public static final int topPanel = 0x7f0800f5;
+ public static final int touch_outside = 0x7f0800f6;
+ public static final int transition_current_scene = 0x7f0800f7;
+ public static final int transition_layout_save = 0x7f0800f8;
+ public static final int transition_position = 0x7f0800f9;
+ public static final int transition_scene_layoutid_cache = 0x7f0800fa;
+ public static final int transition_transform = 0x7f0800fb;
+ public static final int uniform = 0x7f0800fd;
+ public static final int unlabeled = 0x7f0800fe;
+ public static final int up = 0x7f0800ff;
+ public static final int view_offset_helper = 0x7f080101;
+ public static final int visible = 0x7f080102;
+ public static final int wrap_content = 0x7f080105;
+ }
+ public static final class integer {
+ private integer() {}
+
+ public static final int abc_config_activityDefaultDur = 0x7f090000;
+ public static final int abc_config_activityShortDur = 0x7f090001;
+ public static final int app_bar_elevation_anim_duration = 0x7f090002;
+ public static final int bottom_sheet_slide_duration = 0x7f090003;
+ public static final int cancel_button_image_alpha = 0x7f090004;
+ public static final int config_tooltipAnimTime = 0x7f090005;
+ public static final int design_snackbar_text_max_lines = 0x7f090006;
+ public static final int design_tab_indicator_anim_duration_ms = 0x7f090007;
+ public static final int hide_password_duration = 0x7f090008;
+ public static final int mtrl_btn_anim_delay_ms = 0x7f090009;
+ public static final int mtrl_btn_anim_duration_ms = 0x7f09000a;
+ public static final int mtrl_chip_anim_duration = 0x7f09000b;
+ public static final int mtrl_tab_indicator_anim_duration_ms = 0x7f09000c;
+ public static final int show_password_duration = 0x7f09000d;
+ public static final int status_bar_notification_info_maxnum = 0x7f09000e;
+ }
+ public static final class interpolator {
+ private interpolator() {}
+
+ public static final int mtrl_fast_out_linear_in = 0x7f0a0007;
+ public static final int mtrl_fast_out_slow_in = 0x7f0a0008;
+ public static final int mtrl_linear = 0x7f0a0009;
+ public static final int mtrl_linear_out_slow_in = 0x7f0a000a;
+ }
+ public static final class layout {
+ private layout() {}
+
+ public static final int abc_action_bar_title_item = 0x7f0b0000;
+ public static final int abc_action_bar_up_container = 0x7f0b0001;
+ public static final int abc_action_menu_item_layout = 0x7f0b0002;
+ public static final int abc_action_menu_layout = 0x7f0b0003;
+ public static final int abc_action_mode_bar = 0x7f0b0004;
+ public static final int abc_action_mode_close_item_material = 0x7f0b0005;
+ public static final int abc_activity_chooser_view = 0x7f0b0006;
+ public static final int abc_activity_chooser_view_list_item = 0x7f0b0007;
+ public static final int abc_alert_dialog_button_bar_material = 0x7f0b0008;
+ public static final int abc_alert_dialog_material = 0x7f0b0009;
+ public static final int abc_alert_dialog_title_material = 0x7f0b000a;
+ public static final int abc_cascading_menu_item_layout = 0x7f0b000b;
+ public static final int abc_dialog_title_material = 0x7f0b000c;
+ public static final int abc_expanded_menu_layout = 0x7f0b000d;
+ public static final int abc_list_menu_item_checkbox = 0x7f0b000e;
+ public static final int abc_list_menu_item_icon = 0x7f0b000f;
+ public static final int abc_list_menu_item_layout = 0x7f0b0010;
+ public static final int abc_list_menu_item_radio = 0x7f0b0011;
+ public static final int abc_popup_menu_header_item_layout = 0x7f0b0012;
+ public static final int abc_popup_menu_item_layout = 0x7f0b0013;
+ public static final int abc_screen_content_include = 0x7f0b0014;
+ public static final int abc_screen_simple = 0x7f0b0015;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f0b0016;
+ public static final int abc_screen_toolbar = 0x7f0b0017;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f0b0018;
+ public static final int abc_search_view = 0x7f0b0019;
+ public static final int abc_select_dialog_material = 0x7f0b001a;
+ public static final int abc_tooltip = 0x7f0b001b;
+ public static final int design_bottom_navigation_item = 0x7f0b0021;
+ public static final int design_bottom_sheet_dialog = 0x7f0b0022;
+ public static final int design_layout_snackbar = 0x7f0b0023;
+ public static final int design_layout_snackbar_include = 0x7f0b0024;
+ public static final int design_layout_tab_icon = 0x7f0b0025;
+ public static final int design_layout_tab_text = 0x7f0b0026;
+ public static final int design_menu_item_action_area = 0x7f0b0027;
+ public static final int design_navigation_item = 0x7f0b0028;
+ public static final int design_navigation_item_header = 0x7f0b0029;
+ public static final int design_navigation_item_separator = 0x7f0b002a;
+ public static final int design_navigation_item_subheader = 0x7f0b002b;
+ public static final int design_navigation_menu = 0x7f0b002c;
+ public static final int design_navigation_menu_item = 0x7f0b002d;
+ public static final int design_text_input_password_icon = 0x7f0b002e;
+ public static final int mtrl_layout_snackbar = 0x7f0b002f;
+ public static final int mtrl_layout_snackbar_include = 0x7f0b0030;
+ public static final int notification_action = 0x7f0b0031;
+ public static final int notification_action_tombstone = 0x7f0b0032;
+ public static final int notification_template_custom_big = 0x7f0b0033;
+ public static final int notification_template_icon_group = 0x7f0b0034;
+ public static final int notification_template_part_chronometer = 0x7f0b0035;
+ public static final int notification_template_part_time = 0x7f0b0036;
+ public static final int select_dialog_item_material = 0x7f0b0037;
+ public static final int select_dialog_multichoice_material = 0x7f0b0038;
+ public static final int select_dialog_singlechoice_material = 0x7f0b0039;
+ public static final int support_simple_spinner_dropdown_item = 0x7f0b003a;
+ }
+ public static final class string {
+ private string() {}
+
+ public static final int abc_action_bar_home_description = 0x7f0d0000;
+ public static final int abc_action_bar_up_description = 0x7f0d0001;
+ public static final int abc_action_menu_overflow_description = 0x7f0d0002;
+ public static final int abc_action_mode_done = 0x7f0d0003;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0d0004;
+ public static final int abc_activitychooserview_choose_application = 0x7f0d0005;
+ public static final int abc_capital_off = 0x7f0d0006;
+ public static final int abc_capital_on = 0x7f0d0007;
+ public static final int abc_menu_alt_shortcut_label = 0x7f0d0008;
+ public static final int abc_menu_ctrl_shortcut_label = 0x7f0d0009;
+ public static final int abc_menu_delete_shortcut_label = 0x7f0d000a;
+ public static final int abc_menu_enter_shortcut_label = 0x7f0d000b;
+ public static final int abc_menu_function_shortcut_label = 0x7f0d000c;
+ public static final int abc_menu_meta_shortcut_label = 0x7f0d000d;
+ public static final int abc_menu_shift_shortcut_label = 0x7f0d000e;
+ public static final int abc_menu_space_shortcut_label = 0x7f0d000f;
+ public static final int abc_menu_sym_shortcut_label = 0x7f0d0010;
+ public static final int abc_prepend_shortcut_label = 0x7f0d0011;
+ public static final int abc_search_hint = 0x7f0d0012;
+ public static final int abc_searchview_description_clear = 0x7f0d0013;
+ public static final int abc_searchview_description_query = 0x7f0d0014;
+ public static final int abc_searchview_description_search = 0x7f0d0015;
+ public static final int abc_searchview_description_submit = 0x7f0d0016;
+ public static final int abc_searchview_description_voice = 0x7f0d0017;
+ public static final int abc_shareactionprovider_share_with = 0x7f0d0018;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0d0019;
+ public static final int abc_toolbar_collapse_description = 0x7f0d001a;
+ public static final int appbar_scrolling_view_behavior = 0x7f0d001f;
+ public static final int bottom_sheet_behavior = 0x7f0d0020;
+ public static final int character_counter_content_description = 0x7f0d0021;
+ public static final int character_counter_pattern = 0x7f0d0022;
+ public static final int fab_transformation_scrim_behavior = 0x7f0d0025;
+ public static final int fab_transformation_sheet_behavior = 0x7f0d0026;
+ public static final int hide_bottom_view_on_scroll_behavior = 0x7f0d002a;
+ public static final int mtrl_chip_close_icon_content_description = 0x7f0d002f;
+ public static final int password_toggle_content_description = 0x7f0d0032;
+ public static final int path_password_eye = 0x7f0d0033;
+ public static final int path_password_eye_mask_strike_through = 0x7f0d0034;
+ public static final int path_password_eye_mask_visible = 0x7f0d0035;
+ public static final int path_password_strike_through = 0x7f0d0036;
+ public static final int search_menu_title = 0x7f0d003a;
+ public static final int status_bar_notification_info_overflow = 0x7f0d003d;
+ }
+ public static final class style {
+ private style() {}
+
+ public static final int AlertDialog_AppCompat = 0x7f0e0000;
+ public static final int AlertDialog_AppCompat_Light = 0x7f0e0001;
+ public static final int Animation_AppCompat_Dialog = 0x7f0e0002;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0e0003;
+ public static final int Animation_AppCompat_Tooltip = 0x7f0e0004;
+ public static final int Animation_Design_BottomSheetDialog = 0x7f0e0005;
+ public static final int Base_AlertDialog_AppCompat = 0x7f0e0007;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f0e0008;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f0e0009;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0e000a;
+ public static final int Base_Animation_AppCompat_Tooltip = 0x7f0e000b;
+ public static final int Base_CardView = 0x7f0e000c;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0e000e;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f0e000d;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0e000f;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0e0010;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0e0011;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0e0012;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0e0013;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0e0014;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0e0015;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0e0016;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0e0017;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0e0018;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0e0019;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0e001a;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0e001b;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e001c;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e001d;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0e001e;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0e001f;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0e0020;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0e0021;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e0022;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0e0023;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0e0024;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0e0025;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0e0026;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e0027;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0e0028;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0e0029;
+ public static final int Base_TextAppearance_AppCompat_Tooltip = 0x7f0e002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0030;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e0031;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0e0032;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e0033;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e0034;
+ public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e0035;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0036;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0037;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0038;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0039;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0e003a;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e003b;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e003c;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e003d;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e003e;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0e005e;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0e005f;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0e0060;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0061;
+ public static final int Base_ThemeOverlay_AppCompat_Dialog = 0x7f0e0062;
+ public static final int Base_ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e0063;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0e0064;
+ public static final int Base_ThemeOverlay_MaterialComponents_Dialog = 0x7f0e0065;
+ public static final int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e0066;
+ public static final int Base_Theme_AppCompat = 0x7f0e003f;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0e0040;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0e0041;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0e0045;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0e0042;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0e0043;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0e0044;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0e0046;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0e0047;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0e0048;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e004c;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0049;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0e004a;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e004b;
+ public static final int Base_Theme_MaterialComponents = 0x7f0e004d;
+ public static final int Base_Theme_MaterialComponents_Bridge = 0x7f0e004e;
+ public static final int Base_Theme_MaterialComponents_CompactMenu = 0x7f0e004f;
+ public static final int Base_Theme_MaterialComponents_Dialog = 0x7f0e0050;
+ public static final int Base_Theme_MaterialComponents_DialogWhenLarge = 0x7f0e0054;
+ public static final int Base_Theme_MaterialComponents_Dialog_Alert = 0x7f0e0051;
+ public static final int Base_Theme_MaterialComponents_Dialog_FixedSize = 0x7f0e0052;
+ public static final int Base_Theme_MaterialComponents_Dialog_MinWidth = 0x7f0e0053;
+ public static final int Base_Theme_MaterialComponents_Light = 0x7f0e0055;
+ public static final int Base_Theme_MaterialComponents_Light_Bridge = 0x7f0e0056;
+ public static final int Base_Theme_MaterialComponents_Light_DarkActionBar = 0x7f0e0057;
+ public static final int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e0058;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog = 0x7f0e0059;
+ public static final int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 0x7f0e005d;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_Alert = 0x7f0e005a;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 0x7f0e005b;
+ public static final int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 0x7f0e005c;
+ public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 0x7f0e006e;
+ public static final int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e006f;
+ public static final int Base_V14_Theme_MaterialComponents = 0x7f0e0067;
+ public static final int Base_V14_Theme_MaterialComponents_Bridge = 0x7f0e0068;
+ public static final int Base_V14_Theme_MaterialComponents_Dialog = 0x7f0e0069;
+ public static final int Base_V14_Theme_MaterialComponents_Light = 0x7f0e006a;
+ public static final int Base_V14_Theme_MaterialComponents_Light_Bridge = 0x7f0e006b;
+ public static final int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e006c;
+ public static final int Base_V14_Theme_MaterialComponents_Light_Dialog = 0x7f0e006d;
+ public static final int Base_V21_ThemeOverlay_AppCompat_Dialog = 0x7f0e0074;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0e0070;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0e0071;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0e0072;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0e0073;
+ public static final int Base_V22_Theme_AppCompat = 0x7f0e0075;
+ public static final int Base_V22_Theme_AppCompat_Light = 0x7f0e0076;
+ public static final int Base_V23_Theme_AppCompat = 0x7f0e0077;
+ public static final int Base_V23_Theme_AppCompat_Light = 0x7f0e0078;
+ public static final int Base_V26_Theme_AppCompat = 0x7f0e0079;
+ public static final int Base_V26_Theme_AppCompat_Light = 0x7f0e007a;
+ public static final int Base_V26_Widget_AppCompat_Toolbar = 0x7f0e007b;
+ public static final int Base_V28_Theme_AppCompat = 0x7f0e007c;
+ public static final int Base_V28_Theme_AppCompat_Light = 0x7f0e007d;
+ public static final int Base_V7_ThemeOverlay_AppCompat_Dialog = 0x7f0e0082;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0e007e;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0e007f;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0e0080;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0e0081;
+ public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0083;
+ public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0e0084;
+ public static final int Base_V7_Widget_AppCompat_Toolbar = 0x7f0e0085;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0e0086;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0e0087;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0e0088;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0e0089;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0e008a;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0e008b;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0e008c;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0e008d;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0e008e;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0e008f;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0090;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0e0091;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0e0097;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e0098;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0e0092;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0093;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0094;
+ public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0e0095;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0e0096;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e0099;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e009a;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0e009b;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0e009c;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0e009d;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0e009e;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0e009f;
+ public static final int Base_Widget_AppCompat_ImageButton = 0x7f0e00a0;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0e00a1;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e00a2;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e00a3;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e00a4;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e00a5;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e00a6;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0e00a7;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e00a8;
+ public static final int Base_Widget_AppCompat_ListMenuView = 0x7f0e00a9;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0e00aa;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f0e00ab;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0e00ac;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0e00ad;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0e00ae;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0e00af;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0e00b0;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0e00b1;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e00b2;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0e00b3;
+ public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0e00b4;
+ public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0e00b5;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0e00b6;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0e00b7;
+ public static final int Base_Widget_AppCompat_SeekBar = 0x7f0e00b8;
+ public static final int Base_Widget_AppCompat_SeekBar_Discrete = 0x7f0e00b9;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0e00ba;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0e00bb;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0e00bd;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0e00be;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e00bf;
+ public static final int Base_Widget_Design_TabLayout = 0x7f0e00c0;
+ public static final int Base_Widget_MaterialComponents_Chip = 0x7f0e00c1;
+ public static final int Base_Widget_MaterialComponents_TextInputEditText = 0x7f0e00c2;
+ public static final int Base_Widget_MaterialComponents_TextInputLayout = 0x7f0e00c3;
+ public static final int CardView = 0x7f0e00c4;
+ public static final int CardView_Dark = 0x7f0e00c5;
+ public static final int CardView_Light = 0x7f0e00c6;
+ public static final int Platform_AppCompat = 0x7f0e00c7;
+ public static final int Platform_AppCompat_Light = 0x7f0e00c8;
+ public static final int Platform_MaterialComponents = 0x7f0e00c9;
+ public static final int Platform_MaterialComponents_Dialog = 0x7f0e00ca;
+ public static final int Platform_MaterialComponents_Light = 0x7f0e00cb;
+ public static final int Platform_MaterialComponents_Light_Dialog = 0x7f0e00cc;
+ public static final int Platform_ThemeOverlay_AppCompat = 0x7f0e00cd;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0e00ce;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0e00cf;
+ public static final int Platform_V21_AppCompat = 0x7f0e00d0;
+ public static final int Platform_V21_AppCompat_Light = 0x7f0e00d1;
+ public static final int Platform_V25_AppCompat = 0x7f0e00d2;
+ public static final int Platform_V25_AppCompat_Light = 0x7f0e00d3;
+ public static final int Platform_Widget_AppCompat_Spinner = 0x7f0e00d4;
+ public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0e00d5;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0e00d6;
+ public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0e00d7;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0e00d8;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0e00d9;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 0x7f0e00da;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 0x7f0e00db;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0e00dc;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 0x7f0e00dd;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0e00e3;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0e00de;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0e00df;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0e00e0;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0e00e1;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0e00e2;
+ public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0e00e4;
+ public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0e00e5;
+ public static final int TextAppearance_AppCompat = 0x7f0e00e6;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0e00e7;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0e00e8;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0e00e9;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0e00ea;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0e00eb;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0e00ec;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0e00ed;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0e00ee;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0e00ef;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0e00f0;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0e00f1;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0e00f2;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0e00f3;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0e00f4;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e00f5;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e00f6;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0e00f7;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0e00f8;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0e00f9;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e00fa;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0e00fb;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0e00fc;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0e00fd;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0e00fe;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e00ff;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0e0100;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0e0101;
+ public static final int TextAppearance_AppCompat_Tooltip = 0x7f0e0102;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e0103;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e0104;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e0105;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e0106;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e0107;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e0108;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0e0109;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e010a;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0e010b;
+ public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0e010c;
+ public static final int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 0x7f0e010d;
+ public static final int TextAppearance_AppCompat_Widget_Button_Colored = 0x7f0e010e;
+ public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e010f;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e0110;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Header = 0x7f0e0111;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0112;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0113;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0e0114;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e0115;
+ public static final int TextAppearance_Compat_Notification = 0x7f0e0116;
+ public static final int TextAppearance_Compat_Notification_Info = 0x7f0e0117;
+ public static final int TextAppearance_Compat_Notification_Line2 = 0x7f0e0118;
+ public static final int TextAppearance_Compat_Notification_Time = 0x7f0e0119;
+ public static final int TextAppearance_Compat_Notification_Title = 0x7f0e011a;
+ public static final int TextAppearance_Design_CollapsingToolbar_Expanded = 0x7f0e011b;
+ public static final int TextAppearance_Design_Counter = 0x7f0e011c;
+ public static final int TextAppearance_Design_Counter_Overflow = 0x7f0e011d;
+ public static final int TextAppearance_Design_Error = 0x7f0e011e;
+ public static final int TextAppearance_Design_HelperText = 0x7f0e011f;
+ public static final int TextAppearance_Design_Hint = 0x7f0e0120;
+ public static final int TextAppearance_Design_Snackbar_Message = 0x7f0e0121;
+ public static final int TextAppearance_Design_Tab = 0x7f0e0122;
+ public static final int TextAppearance_MaterialComponents_Body1 = 0x7f0e0123;
+ public static final int TextAppearance_MaterialComponents_Body2 = 0x7f0e0124;
+ public static final int TextAppearance_MaterialComponents_Button = 0x7f0e0125;
+ public static final int TextAppearance_MaterialComponents_Caption = 0x7f0e0126;
+ public static final int TextAppearance_MaterialComponents_Chip = 0x7f0e0127;
+ public static final int TextAppearance_MaterialComponents_Headline1 = 0x7f0e0128;
+ public static final int TextAppearance_MaterialComponents_Headline2 = 0x7f0e0129;
+ public static final int TextAppearance_MaterialComponents_Headline3 = 0x7f0e012a;
+ public static final int TextAppearance_MaterialComponents_Headline4 = 0x7f0e012b;
+ public static final int TextAppearance_MaterialComponents_Headline5 = 0x7f0e012c;
+ public static final int TextAppearance_MaterialComponents_Headline6 = 0x7f0e012d;
+ public static final int TextAppearance_MaterialComponents_Overline = 0x7f0e012e;
+ public static final int TextAppearance_MaterialComponents_Subtitle1 = 0x7f0e012f;
+ public static final int TextAppearance_MaterialComponents_Subtitle2 = 0x7f0e0130;
+ public static final int TextAppearance_MaterialComponents_Tab = 0x7f0e0131;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e0132;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e0133;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e0134;
+ public static final int ThemeOverlay_AppCompat = 0x7f0e0165;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0e0166;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0e0167;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0168;
+ public static final int ThemeOverlay_AppCompat_Dialog = 0x7f0e016b;
+ public static final int ThemeOverlay_AppCompat_Dialog_Alert = 0x7f0e016c;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0e016d;
+ public static final int ThemeOverlay_MaterialComponents = 0x7f0e016e;
+ public static final int ThemeOverlay_MaterialComponents_ActionBar = 0x7f0e016f;
+ public static final int ThemeOverlay_MaterialComponents_Dark = 0x7f0e0170;
+ public static final int ThemeOverlay_MaterialComponents_Dark_ActionBar = 0x7f0e0171;
+ public static final int ThemeOverlay_MaterialComponents_Dialog = 0x7f0e0172;
+ public static final int ThemeOverlay_MaterialComponents_Dialog_Alert = 0x7f0e0173;
+ public static final int ThemeOverlay_MaterialComponents_Light = 0x7f0e0174;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText = 0x7f0e0175;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 0x7f0e0176;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 0x7f0e0177;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 0x7f0e0178;
+ public static final int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 0x7f0e0179;
+ public static final int Theme_AppCompat = 0x7f0e0135;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0e0136;
+ public static final int Theme_AppCompat_DayNight = 0x7f0e0137;
+ public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0e0138;
+ public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0e0139;
+ public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0e013c;
+ public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0e013a;
+ public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0e013b;
+ public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0e013d;
+ public static final int Theme_AppCompat_Dialog = 0x7f0e013e;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0e0141;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0e013f;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0e0140;
+ public static final int Theme_AppCompat_Light = 0x7f0e0142;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0e0143;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0e0144;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e0147;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0145;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e0146;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0e0148;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0e0149;
+ public static final int Theme_Design = 0x7f0e014a;
+ public static final int Theme_Design_BottomSheetDialog = 0x7f0e014b;
+ public static final int Theme_Design_Light = 0x7f0e014c;
+ public static final int Theme_Design_Light_BottomSheetDialog = 0x7f0e014d;
+ public static final int Theme_Design_Light_NoActionBar = 0x7f0e014e;
+ public static final int Theme_Design_NoActionBar = 0x7f0e014f;
+ public static final int Theme_MaterialComponents = 0x7f0e0150;
+ public static final int Theme_MaterialComponents_BottomSheetDialog = 0x7f0e0151;
+ public static final int Theme_MaterialComponents_Bridge = 0x7f0e0152;
+ public static final int Theme_MaterialComponents_CompactMenu = 0x7f0e0153;
+ public static final int Theme_MaterialComponents_Dialog = 0x7f0e0154;
+ public static final int Theme_MaterialComponents_DialogWhenLarge = 0x7f0e0157;
+ public static final int Theme_MaterialComponents_Dialog_Alert = 0x7f0e0155;
+ public static final int Theme_MaterialComponents_Dialog_MinWidth = 0x7f0e0156;
+ public static final int Theme_MaterialComponents_Light = 0x7f0e0158;
+ public static final int Theme_MaterialComponents_Light_BottomSheetDialog = 0x7f0e0159;
+ public static final int Theme_MaterialComponents_Light_Bridge = 0x7f0e015a;
+ public static final int Theme_MaterialComponents_Light_DarkActionBar = 0x7f0e015b;
+ public static final int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 0x7f0e015c;
+ public static final int Theme_MaterialComponents_Light_Dialog = 0x7f0e015d;
+ public static final int Theme_MaterialComponents_Light_DialogWhenLarge = 0x7f0e0160;
+ public static final int Theme_MaterialComponents_Light_Dialog_Alert = 0x7f0e015e;
+ public static final int Theme_MaterialComponents_Light_Dialog_MinWidth = 0x7f0e015f;
+ public static final int Theme_MaterialComponents_Light_NoActionBar = 0x7f0e0161;
+ public static final int Theme_MaterialComponents_Light_NoActionBar_Bridge = 0x7f0e0162;
+ public static final int Theme_MaterialComponents_NoActionBar = 0x7f0e0163;
+ public static final int Theme_MaterialComponents_NoActionBar_Bridge = 0x7f0e0164;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0e017a;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0e017b;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0e017c;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0e017d;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0e017e;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0e017f;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0e0180;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0e0181;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0e0182;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0e0183;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0e0184;
+ public static final int Widget_AppCompat_Button = 0x7f0e0185;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f0e018b;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e018c;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0e0186;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0187;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e0188;
+ public static final int Widget_AppCompat_Button_Colored = 0x7f0e0189;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0e018a;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e018d;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e018e;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0e018f;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0e0190;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0e0191;
+ public static final int Widget_AppCompat_EditText = 0x7f0e0192;
+ public static final int Widget_AppCompat_ImageButton = 0x7f0e0193;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0e0194;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e0195;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0e0196;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e0197;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0e0198;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e0199;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e019a;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e019b;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0e019c;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0e019d;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0e019e;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0e019f;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0e01a0;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0e01a1;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0e01a2;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0e01a3;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0e01a4;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0e01a5;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0e01a6;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e01a7;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0e01a8;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0e01a9;
+ public static final int Widget_AppCompat_ListMenuView = 0x7f0e01aa;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0e01ab;
+ public static final int Widget_AppCompat_ListView = 0x7f0e01ac;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0e01ad;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0e01ae;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0e01af;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0e01b0;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0e01b1;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0e01b2;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e01b3;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0e01b4;
+ public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0e01b5;
+ public static final int Widget_AppCompat_RatingBar_Small = 0x7f0e01b6;
+ public static final int Widget_AppCompat_SearchView = 0x7f0e01b7;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0e01b8;
+ public static final int Widget_AppCompat_SeekBar = 0x7f0e01b9;
+ public static final int Widget_AppCompat_SeekBar_Discrete = 0x7f0e01ba;
+ public static final int Widget_AppCompat_Spinner = 0x7f0e01bb;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0e01bc;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0e01bd;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0e01be;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0e01c0;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0e01c1;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e01c2;
+ public static final int Widget_Compat_NotificationActionContainer = 0x7f0e01c3;
+ public static final int Widget_Compat_NotificationActionText = 0x7f0e01c4;
+ public static final int Widget_Design_AppBarLayout = 0x7f0e01c5;
+ public static final int Widget_Design_BottomNavigationView = 0x7f0e01c6;
+ public static final int Widget_Design_BottomSheet_Modal = 0x7f0e01c7;
+ public static final int Widget_Design_CollapsingToolbar = 0x7f0e01c8;
+ public static final int Widget_Design_FloatingActionButton = 0x7f0e01c9;
+ public static final int Widget_Design_NavigationView = 0x7f0e01ca;
+ public static final int Widget_Design_ScrimInsetsFrameLayout = 0x7f0e01cb;
+ public static final int Widget_Design_Snackbar = 0x7f0e01cc;
+ public static final int Widget_Design_TabLayout = 0x7f0e01cd;
+ public static final int Widget_Design_TextInputLayout = 0x7f0e01ce;
+ public static final int Widget_MaterialComponents_BottomAppBar = 0x7f0e01cf;
+ public static final int Widget_MaterialComponents_BottomAppBar_Colored = 0x7f0e01d0;
+ public static final int Widget_MaterialComponents_BottomNavigationView = 0x7f0e01d1;
+ public static final int Widget_MaterialComponents_BottomNavigationView_Colored = 0x7f0e01d2;
+ public static final int Widget_MaterialComponents_BottomSheet_Modal = 0x7f0e01d3;
+ public static final int Widget_MaterialComponents_Button = 0x7f0e01d4;
+ public static final int Widget_MaterialComponents_Button_Icon = 0x7f0e01d5;
+ public static final int Widget_MaterialComponents_Button_OutlinedButton = 0x7f0e01d6;
+ public static final int Widget_MaterialComponents_Button_OutlinedButton_Icon = 0x7f0e01d7;
+ public static final int Widget_MaterialComponents_Button_TextButton = 0x7f0e01d8;
+ public static final int Widget_MaterialComponents_Button_TextButton_Dialog = 0x7f0e01d9;
+ public static final int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 0x7f0e01da;
+ public static final int Widget_MaterialComponents_Button_TextButton_Icon = 0x7f0e01db;
+ public static final int Widget_MaterialComponents_Button_UnelevatedButton = 0x7f0e01dc;
+ public static final int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 0x7f0e01dd;
+ public static final int Widget_MaterialComponents_CardView = 0x7f0e01de;
+ public static final int Widget_MaterialComponents_ChipGroup = 0x7f0e01e3;
+ public static final int Widget_MaterialComponents_Chip_Action = 0x7f0e01df;
+ public static final int Widget_MaterialComponents_Chip_Choice = 0x7f0e01e0;
+ public static final int Widget_MaterialComponents_Chip_Entry = 0x7f0e01e1;
+ public static final int Widget_MaterialComponents_Chip_Filter = 0x7f0e01e2;
+ public static final int Widget_MaterialComponents_FloatingActionButton = 0x7f0e01e4;
+ public static final int Widget_MaterialComponents_NavigationView = 0x7f0e01e5;
+ public static final int Widget_MaterialComponents_Snackbar = 0x7f0e01e6;
+ public static final int Widget_MaterialComponents_Snackbar_FullWidth = 0x7f0e01e7;
+ public static final int Widget_MaterialComponents_TabLayout = 0x7f0e01e8;
+ public static final int Widget_MaterialComponents_TabLayout_Colored = 0x7f0e01e9;
+ public static final int Widget_MaterialComponents_TextInputEditText_FilledBox = 0x7f0e01ea;
+ public static final int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 0x7f0e01eb;
+ public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 0x7f0e01ec;
+ public static final int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 0x7f0e01ed;
+ public static final int Widget_MaterialComponents_TextInputLayout_FilledBox = 0x7f0e01ee;
+ public static final int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 0x7f0e01ef;
+ public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 0x7f0e01f0;
+ public static final int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 0x7f0e01f1;
+ public static final int Widget_MaterialComponents_Toolbar = 0x7f0e01f2;
+ public static final int Widget_Support_CoordinatorLayout = 0x7f0e01f3;
+ }
+ public static final class styleable {
+ private styleable() {}
+
+ public static final int[] ActionBar = { 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f0300ab, 0x7f0300b0, 0x7f0300b1, 0x7f0300c4, 0x7f0300ef, 0x7f0300f4, 0x7f0300f9, 0x7f0300fa, 0x7f0300fc, 0x7f030106, 0x7f030110, 0x7f030169, 0x7f030175, 0x7f030186, 0x7f03018a, 0x7f03018b, 0x7f0301b9, 0x7f0301bc, 0x7f030202, 0x7f03020c };
+ 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_contentInsetEndWithActions = 4;
+ public static final int ActionBar_contentInsetLeft = 5;
+ public static final int ActionBar_contentInsetRight = 6;
+ public static final int ActionBar_contentInsetStart = 7;
+ public static final int ActionBar_contentInsetStartWithNavigation = 8;
+ public static final int ActionBar_customNavigationLayout = 9;
+ public static final int ActionBar_displayOptions = 10;
+ public static final int ActionBar_divider = 11;
+ public static final int ActionBar_elevation = 12;
+ public static final int ActionBar_height = 13;
+ public static final int ActionBar_hideOnContentScroll = 14;
+ public static final int ActionBar_homeAsUpIndicator = 15;
+ public static final int ActionBar_homeLayout = 16;
+ public static final int ActionBar_icon = 17;
+ public static final int ActionBar_indeterminateProgressStyle = 18;
+ public static final int ActionBar_itemPadding = 19;
+ public static final int ActionBar_logo = 20;
+ public static final int ActionBar_navigationMode = 21;
+ public static final int ActionBar_popupTheme = 22;
+ public static final int ActionBar_progressBarPadding = 23;
+ public static final int ActionBar_progressBarStyle = 24;
+ public static final int ActionBar_subtitle = 25;
+ public static final int ActionBar_subtitleTextStyle = 26;
+ public static final int ActionBar_title = 27;
+ public static final int ActionBar_titleTextStyle = 28;
+ public static final int[] ActionBarLayout = { 0x10100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int[] ActionMenuItemView = { 0x101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMode = { 0x7f030031, 0x7f030032, 0x7f030082, 0x7f0300ef, 0x7f0301bc, 0x7f03020c };
+ 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 = { 0x7f0300ca, 0x7f030107 };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
+ public static final int ActivityChooserView_initialActivityCount = 1;
+ public static final int[] AlertDialog = { 0x10100f2, 0x7f030055, 0x7f030056, 0x7f03015e, 0x7f03015f, 0x7f030172, 0x7f0301a1, 0x7f0301a2 };
+ public static final int AlertDialog_android_layout = 0;
+ public static final int AlertDialog_buttonIconDimen = 1;
+ public static final int AlertDialog_buttonPanelSideLayout = 2;
+ public static final int AlertDialog_listItemLayout = 3;
+ public static final int AlertDialog_listLayout = 4;
+ public static final int AlertDialog_multiChoiceItemLayout = 5;
+ public static final int AlertDialog_showTitle = 6;
+ public static final int AlertDialog_singleChoiceItemLayout = 7;
+ public static final int[] AppBarLayout = { 0x10100d4, 0x101048f, 0x1010540, 0x7f0300c4, 0x7f0300cb, 0x7f030157 };
+ public static final int AppBarLayout_android_background = 0;
+ public static final int AppBarLayout_android_touchscreenBlocksFocus = 1;
+ public static final int AppBarLayout_android_keyboardNavigationCluster = 2;
+ public static final int AppBarLayout_elevation = 3;
+ public static final int AppBarLayout_expanded = 4;
+ public static final int AppBarLayout_liftOnScroll = 5;
+ public static final int[] AppBarLayoutStates = { 0x7f0301af, 0x7f0301b0, 0x7f0301b1, 0x7f0301b2 };
+ public static final int AppBarLayoutStates_state_collapsed = 0;
+ public static final int AppBarLayoutStates_state_collapsible = 1;
+ public static final int AppBarLayoutStates_state_liftable = 2;
+ public static final int AppBarLayoutStates_state_lifted = 3;
+ public static final int[] AppBarLayout_Layout = { 0x7f030155, 0x7f030156 };
+ public static final int AppBarLayout_Layout_layout_scrollFlags = 0;
+ public static final int AppBarLayout_Layout_layout_scrollInterpolator = 1;
+ public static final int[] AppCompatImageView = { 0x1010119, 0x7f0301ac, 0x7f030200, 0x7f030201 };
+ public static final int AppCompatImageView_android_src = 0;
+ public static final int AppCompatImageView_srcCompat = 1;
+ public static final int AppCompatImageView_tint = 2;
+ public static final int AppCompatImageView_tintMode = 3;
+ public static final int[] AppCompatSeekBar = { 0x1010142, 0x7f0301fd, 0x7f0301fe, 0x7f0301ff };
+ public static final int AppCompatSeekBar_android_thumb = 0;
+ public static final int AppCompatSeekBar_tickMark = 1;
+ public static final int AppCompatSeekBar_tickMarkTint = 2;
+ public static final int AppCompatSeekBar_tickMarkTintMode = 3;
+ public static final int[] AppCompatTextHelper = { 0x1010034, 0x101016d, 0x101016e, 0x101016f, 0x1010170, 0x1010392, 0x1010393 };
+ public static final int AppCompatTextHelper_android_textAppearance = 0;
+ public static final int AppCompatTextHelper_android_drawableTop = 1;
+ public static final int AppCompatTextHelper_android_drawableBottom = 2;
+ public static final int AppCompatTextHelper_android_drawableLeft = 3;
+ public static final int AppCompatTextHelper_android_drawableRight = 4;
+ public static final int AppCompatTextHelper_android_drawableStart = 5;
+ public static final int AppCompatTextHelper_android_drawableEnd = 6;
+ public static final int[] AppCompatTextView = { 0x1010034, 0x7f03002c, 0x7f03002d, 0x7f03002e, 0x7f03002f, 0x7f030030, 0x7f0300b5, 0x7f0300b6, 0x7f0300b7, 0x7f0300b8, 0x7f0300ba, 0x7f0300bb, 0x7f0300bc, 0x7f0300bd, 0x7f0300de, 0x7f0300e1, 0x7f0300e9, 0x7f030118, 0x7f030158, 0x7f0301dc, 0x7f0301f6 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_autoSizeMaxTextSize = 1;
+ public static final int AppCompatTextView_autoSizeMinTextSize = 2;
+ public static final int AppCompatTextView_autoSizePresetSizes = 3;
+ public static final int AppCompatTextView_autoSizeStepGranularity = 4;
+ public static final int AppCompatTextView_autoSizeTextType = 5;
+ public static final int AppCompatTextView_drawableBottomCompat = 6;
+ public static final int AppCompatTextView_drawableEndCompat = 7;
+ public static final int AppCompatTextView_drawableLeftCompat = 8;
+ public static final int AppCompatTextView_drawableRightCompat = 9;
+ public static final int AppCompatTextView_drawableStartCompat = 10;
+ public static final int AppCompatTextView_drawableTint = 11;
+ public static final int AppCompatTextView_drawableTintMode = 12;
+ public static final int AppCompatTextView_drawableTopCompat = 13;
+ public static final int AppCompatTextView_firstBaselineToTopHeight = 14;
+ public static final int AppCompatTextView_fontFamily = 15;
+ public static final int AppCompatTextView_fontVariationSettings = 16;
+ public static final int AppCompatTextView_lastBaselineToBottomHeight = 17;
+ public static final int AppCompatTextView_lineHeight = 18;
+ public static final int AppCompatTextView_textAllCaps = 19;
+ public static final int AppCompatTextView_textLocale = 20;
+ public static final int[] AppCompatTheme = { 0x1010057, 0x10100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f03002b, 0x7f030040, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030057, 0x7f030058, 0x7f030063, 0x7f030068, 0x7f030088, 0x7f030089, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030092, 0x7f0300a4, 0x7f0300ad, 0x7f0300ae, 0x7f0300af, 0x7f0300b2, 0x7f0300b4, 0x7f0300bf, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300f9, 0x7f030105, 0x7f03015a, 0x7f03015b, 0x7f03015c, 0x7f03015d, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030163, 0x7f030164, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f03017d, 0x7f03017e, 0x7f03017f, 0x7f030185, 0x7f030187, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030199, 0x7f03019a, 0x7f03019b, 0x7f03019c, 0x7f0301a9, 0x7f0301aa, 0x7f0301c0, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f2, 0x7f0301f3, 0x7f03020e, 0x7f03020f, 0x7f030210, 0x7f030211, 0x7f030218, 0x7f03021a, 0x7f03021b, 0x7f03021c, 0x7f03021d, 0x7f03021e, 0x7f03021f, 0x7f030220, 0x7f030221, 0x7f030222, 0x7f030223 };
+ public static final int AppCompatTheme_android_windowIsFloating = 0;
+ public static final int AppCompatTheme_android_windowAnimationStyle = 1;
+ public static final int AppCompatTheme_actionBarDivider = 2;
+ public static final int AppCompatTheme_actionBarItemBackground = 3;
+ public static final int AppCompatTheme_actionBarPopupTheme = 4;
+ public static final int AppCompatTheme_actionBarSize = 5;
+ public static final int AppCompatTheme_actionBarSplitStyle = 6;
+ public static final int AppCompatTheme_actionBarStyle = 7;
+ public static final int AppCompatTheme_actionBarTabBarStyle = 8;
+ public static final int AppCompatTheme_actionBarTabStyle = 9;
+ public static final int AppCompatTheme_actionBarTabTextStyle = 10;
+ public static final int AppCompatTheme_actionBarTheme = 11;
+ public static final int AppCompatTheme_actionBarWidgetTheme = 12;
+ public static final int AppCompatTheme_actionButtonStyle = 13;
+ public static final int AppCompatTheme_actionDropDownStyle = 14;
+ public static final int AppCompatTheme_actionMenuTextAppearance = 15;
+ public static final int AppCompatTheme_actionMenuTextColor = 16;
+ public static final int AppCompatTheme_actionModeBackground = 17;
+ public static final int AppCompatTheme_actionModeCloseButtonStyle = 18;
+ public static final int AppCompatTheme_actionModeCloseDrawable = 19;
+ public static final int AppCompatTheme_actionModeCopyDrawable = 20;
+ public static final int AppCompatTheme_actionModeCutDrawable = 21;
+ public static final int AppCompatTheme_actionModeFindDrawable = 22;
+ public static final int AppCompatTheme_actionModePasteDrawable = 23;
+ public static final int AppCompatTheme_actionModePopupWindowStyle = 24;
+ public static final int AppCompatTheme_actionModeSelectAllDrawable = 25;
+ public static final int AppCompatTheme_actionModeShareDrawable = 26;
+ public static final int AppCompatTheme_actionModeSplitBackground = 27;
+ public static final int AppCompatTheme_actionModeStyle = 28;
+ public static final int AppCompatTheme_actionModeWebSearchDrawable = 29;
+ public static final int AppCompatTheme_actionOverflowButtonStyle = 30;
+ public static final int AppCompatTheme_actionOverflowMenuStyle = 31;
+ public static final int AppCompatTheme_activityChooserViewStyle = 32;
+ public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33;
+ public static final int AppCompatTheme_alertDialogCenterButtons = 34;
+ public static final int AppCompatTheme_alertDialogStyle = 35;
+ public static final int AppCompatTheme_alertDialogTheme = 36;
+ public static final int AppCompatTheme_autoCompleteTextViewStyle = 37;
+ public static final int AppCompatTheme_borderlessButtonStyle = 38;
+ public static final int AppCompatTheme_buttonBarButtonStyle = 39;
+ public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40;
+ public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41;
+ public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42;
+ public static final int AppCompatTheme_buttonBarStyle = 43;
+ public static final int AppCompatTheme_buttonStyle = 44;
+ public static final int AppCompatTheme_buttonStyleSmall = 45;
+ public static final int AppCompatTheme_checkboxStyle = 46;
+ public static final int AppCompatTheme_checkedTextViewStyle = 47;
+ public static final int AppCompatTheme_colorAccent = 48;
+ public static final int AppCompatTheme_colorBackgroundFloating = 49;
+ public static final int AppCompatTheme_colorButtonNormal = 50;
+ public static final int AppCompatTheme_colorControlActivated = 51;
+ public static final int AppCompatTheme_colorControlHighlight = 52;
+ public static final int AppCompatTheme_colorControlNormal = 53;
+ public static final int AppCompatTheme_colorError = 54;
+ public static final int AppCompatTheme_colorPrimary = 55;
+ public static final int AppCompatTheme_colorPrimaryDark = 56;
+ public static final int AppCompatTheme_colorSwitchThumbNormal = 57;
+ public static final int AppCompatTheme_controlBackground = 58;
+ public static final int AppCompatTheme_dialogCornerRadius = 59;
+ public static final int AppCompatTheme_dialogPreferredPadding = 60;
+ public static final int AppCompatTheme_dialogTheme = 61;
+ public static final int AppCompatTheme_dividerHorizontal = 62;
+ public static final int AppCompatTheme_dividerVertical = 63;
+ public static final int AppCompatTheme_dropDownListViewStyle = 64;
+ public static final int AppCompatTheme_dropdownListPreferredItemHeight = 65;
+ public static final int AppCompatTheme_editTextBackground = 66;
+ public static final int AppCompatTheme_editTextColor = 67;
+ public static final int AppCompatTheme_editTextStyle = 68;
+ public static final int AppCompatTheme_homeAsUpIndicator = 69;
+ public static final int AppCompatTheme_imageButtonStyle = 70;
+ public static final int AppCompatTheme_listChoiceBackgroundIndicator = 71;
+ public static final int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 72;
+ public static final int AppCompatTheme_listChoiceIndicatorSingleAnimated = 73;
+ public static final int AppCompatTheme_listDividerAlertDialog = 74;
+ public static final int AppCompatTheme_listMenuViewStyle = 75;
+ public static final int AppCompatTheme_listPopupWindowStyle = 76;
+ public static final int AppCompatTheme_listPreferredItemHeight = 77;
+ public static final int AppCompatTheme_listPreferredItemHeightLarge = 78;
+ public static final int AppCompatTheme_listPreferredItemHeightSmall = 79;
+ public static final int AppCompatTheme_listPreferredItemPaddingEnd = 80;
+ public static final int AppCompatTheme_listPreferredItemPaddingLeft = 81;
+ public static final int AppCompatTheme_listPreferredItemPaddingRight = 82;
+ public static final int AppCompatTheme_listPreferredItemPaddingStart = 83;
+ public static final int AppCompatTheme_panelBackground = 84;
+ public static final int AppCompatTheme_panelMenuListTheme = 85;
+ public static final int AppCompatTheme_panelMenuListWidth = 86;
+ public static final int AppCompatTheme_popupMenuStyle = 87;
+ public static final int AppCompatTheme_popupWindowStyle = 88;
+ public static final int AppCompatTheme_radioButtonStyle = 89;
+ public static final int AppCompatTheme_ratingBarStyle = 90;
+ public static final int AppCompatTheme_ratingBarStyleIndicator = 91;
+ public static final int AppCompatTheme_ratingBarStyleSmall = 92;
+ public static final int AppCompatTheme_searchViewStyle = 93;
+ public static final int AppCompatTheme_seekBarStyle = 94;
+ public static final int AppCompatTheme_selectableItemBackground = 95;
+ public static final int AppCompatTheme_selectableItemBackgroundBorderless = 96;
+ public static final int AppCompatTheme_spinnerDropDownItemStyle = 97;
+ public static final int AppCompatTheme_spinnerStyle = 98;
+ public static final int AppCompatTheme_switchStyle = 99;
+ public static final int AppCompatTheme_textAppearanceLargePopupMenu = 100;
+ public static final int AppCompatTheme_textAppearanceListItem = 101;
+ public static final int AppCompatTheme_textAppearanceListItemSecondary = 102;
+ public static final int AppCompatTheme_textAppearanceListItemSmall = 103;
+ public static final int AppCompatTheme_textAppearancePopupMenuHeader = 104;
+ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 105;
+ public static final int AppCompatTheme_textAppearanceSearchResultTitle = 106;
+ public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 107;
+ public static final int AppCompatTheme_textColorAlertDialogListItem = 108;
+ public static final int AppCompatTheme_textColorSearchUrl = 109;
+ public static final int AppCompatTheme_toolbarNavigationButtonStyle = 110;
+ public static final int AppCompatTheme_toolbarStyle = 111;
+ public static final int AppCompatTheme_tooltipForegroundColor = 112;
+ public static final int AppCompatTheme_tooltipFrameBackground = 113;
+ public static final int AppCompatTheme_viewInflaterClass = 114;
+ public static final int AppCompatTheme_windowActionBar = 115;
+ public static final int AppCompatTheme_windowActionBarOverlay = 116;
+ public static final int AppCompatTheme_windowActionModeOverlay = 117;
+ public static final int AppCompatTheme_windowFixedHeightMajor = 118;
+ public static final int AppCompatTheme_windowFixedHeightMinor = 119;
+ public static final int AppCompatTheme_windowFixedWidthMajor = 120;
+ public static final int AppCompatTheme_windowFixedWidthMinor = 121;
+ public static final int AppCompatTheme_windowMinWidthMajor = 122;
+ public static final int AppCompatTheme_windowMinWidthMinor = 123;
+ public static final int AppCompatTheme_windowNoTitle = 124;
+ public static final int[] BottomAppBar = { 0x7f030034, 0x7f0300d3, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300f5 };
+ public static final int BottomAppBar_backgroundTint = 0;
+ public static final int BottomAppBar_fabAlignmentMode = 1;
+ public static final int BottomAppBar_fabCradleMargin = 2;
+ public static final int BottomAppBar_fabCradleRoundedCornerRadius = 3;
+ public static final int BottomAppBar_fabCradleVerticalOffset = 4;
+ public static final int BottomAppBar_hideOnScroll = 5;
+ public static final int[] BottomNavigationView = { 0x7f0300c4, 0x7f03010a, 0x7f03010c, 0x7f03010e, 0x7f03010f, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030117, 0x7f030171 };
+ public static final int BottomNavigationView_elevation = 0;
+ public static final int BottomNavigationView_itemBackground = 1;
+ public static final int BottomNavigationView_itemHorizontalTranslationEnabled = 2;
+ public static final int BottomNavigationView_itemIconSize = 3;
+ public static final int BottomNavigationView_itemIconTint = 4;
+ public static final int BottomNavigationView_itemTextAppearanceActive = 5;
+ public static final int BottomNavigationView_itemTextAppearanceInactive = 6;
+ public static final int BottomNavigationView_itemTextColor = 7;
+ public static final int BottomNavigationView_labelVisibilityMode = 8;
+ public static final int BottomNavigationView_menu = 9;
+ public static final int[] BottomSheetBehavior_Layout = { 0x7f03003a, 0x7f03003b, 0x7f03003d, 0x7f03003e };
+ public static final int BottomSheetBehavior_Layout_behavior_fitToContents = 0;
+ public static final int BottomSheetBehavior_Layout_behavior_hideable = 1;
+ public static final int BottomSheetBehavior_Layout_behavior_peekHeight = 2;
+ public static final int BottomSheetBehavior_Layout_behavior_skipCollapsed = 3;
+ public static final int[] ButtonBarLayout = { 0x7f030026 };
+ public static final int ButtonBarLayout_allowStacking = 0;
+ public static final int[] CardView = { 0x101013f, 0x1010140, 0x7f03005b, 0x7f03005c, 0x7f03005d, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f0300a2 };
+ public static final int CardView_android_minWidth = 0;
+ public static final int CardView_android_minHeight = 1;
+ public static final int CardView_cardBackgroundColor = 2;
+ public static final int CardView_cardCornerRadius = 3;
+ public static final int CardView_cardElevation = 4;
+ public static final int CardView_cardMaxElevation = 5;
+ public static final int CardView_cardPreventCornerOverlap = 6;
+ public static final int CardView_cardUseCompatPadding = 7;
+ public static final int CardView_contentPadding = 8;
+ public static final int CardView_contentPaddingBottom = 9;
+ public static final int CardView_contentPaddingLeft = 10;
+ public static final int CardView_contentPaddingRight = 11;
+ public static final int CardView_contentPaddingTop = 12;
+ public static final int[] Chip = { 0x1010034, 0x10100ab, 0x101011f, 0x101014f, 0x10101e5, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006d, 0x7f03006e, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030077, 0x7f030078, 0x7f030079, 0x7f03007b, 0x7f03007c, 0x7f03007d, 0x7f03007e, 0x7f03007f, 0x7f030080, 0x7f030081, 0x7f0300f3, 0x7f0300fd, 0x7f030101, 0x7f030193, 0x7f03019f, 0x7f0301f4, 0x7f0301f7 };
+ public static final int Chip_android_textAppearance = 0;
+ public static final int Chip_android_ellipsize = 1;
+ public static final int Chip_android_maxWidth = 2;
+ public static final int Chip_android_text = 3;
+ public static final int Chip_android_checkable = 4;
+ public static final int Chip_checkedIcon = 5;
+ public static final int Chip_checkedIconEnabled = 6;
+ public static final int Chip_checkedIconVisible = 7;
+ public static final int Chip_chipBackgroundColor = 8;
+ public static final int Chip_chipCornerRadius = 9;
+ public static final int Chip_chipEndPadding = 10;
+ public static final int Chip_chipIcon = 11;
+ public static final int Chip_chipIconEnabled = 12;
+ public static final int Chip_chipIconSize = 13;
+ public static final int Chip_chipIconTint = 14;
+ public static final int Chip_chipIconVisible = 15;
+ public static final int Chip_chipMinHeight = 16;
+ public static final int Chip_chipStartPadding = 17;
+ public static final int Chip_chipStrokeColor = 18;
+ public static final int Chip_chipStrokeWidth = 19;
+ public static final int Chip_closeIcon = 20;
+ public static final int Chip_closeIconEnabled = 21;
+ public static final int Chip_closeIconEndPadding = 22;
+ public static final int Chip_closeIconSize = 23;
+ public static final int Chip_closeIconStartPadding = 24;
+ public static final int Chip_closeIconTint = 25;
+ public static final int Chip_closeIconVisible = 26;
+ public static final int Chip_hideMotionSpec = 27;
+ public static final int Chip_iconEndPadding = 28;
+ public static final int Chip_iconStartPadding = 29;
+ public static final int Chip_rippleColor = 30;
+ public static final int Chip_showMotionSpec = 31;
+ public static final int Chip_textEndPadding = 32;
+ public static final int Chip_textStartPadding = 33;
+ public static final int[] ChipGroup = { 0x7f030064, 0x7f030073, 0x7f030074, 0x7f030075, 0x7f0301a3, 0x7f0301a4 };
+ public static final int ChipGroup_checkedChip = 0;
+ public static final int ChipGroup_chipSpacing = 1;
+ public static final int ChipGroup_chipSpacingHorizontal = 2;
+ public static final int ChipGroup_chipSpacingVertical = 3;
+ public static final int ChipGroup_singleLine = 4;
+ public static final int ChipGroup_singleSelection = 5;
+ public static final int[] CollapsingToolbarLayout = { 0x7f030085, 0x7f030086, 0x7f0300a3, 0x7f0300cc, 0x7f0300cd, 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f030194, 0x7f030196, 0x7f0301b4, 0x7f030202, 0x7f030203, 0x7f03020d };
+ public static final int CollapsingToolbarLayout_collapsedTitleGravity = 0;
+ public static final int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
+ public static final int CollapsingToolbarLayout_contentScrim = 2;
+ public static final int CollapsingToolbarLayout_expandedTitleGravity = 3;
+ public static final int CollapsingToolbarLayout_expandedTitleMargin = 4;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginBottom = 5;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginEnd = 6;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginStart = 7;
+ public static final int CollapsingToolbarLayout_expandedTitleMarginTop = 8;
+ public static final int CollapsingToolbarLayout_expandedTitleTextAppearance = 9;
+ public static final int CollapsingToolbarLayout_scrimAnimationDuration = 10;
+ public static final int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 11;
+ public static final int CollapsingToolbarLayout_statusBarScrim = 12;
+ public static final int CollapsingToolbarLayout_title = 13;
+ public static final int CollapsingToolbarLayout_titleEnabled = 14;
+ public static final int CollapsingToolbarLayout_toolbarId = 15;
+ public static final int[] CollapsingToolbarLayout_Layout = { 0x7f03011e, 0x7f03011f };
+ public static final int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
+ public static final int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
+ public static final int[] ColorStateListItem = { 0x10101a5, 0x101031f, 0x7f030027 };
+ public static final int ColorStateListItem_android_color = 0;
+ public static final int ColorStateListItem_android_alpha = 1;
+ public static final int ColorStateListItem_alpha = 2;
+ public static final int[] CompoundButton = { 0x1010107, 0x7f030053, 0x7f030059, 0x7f03005a };
+ public static final int CompoundButton_android_button = 0;
+ public static final int CompoundButton_buttonCompat = 1;
+ public static final int CompoundButton_buttonTint = 2;
+ public static final int CompoundButton_buttonTintMode = 3;
+ public static final int[] CoordinatorLayout = { 0x7f030116, 0x7f0301b3 };
+ public static final int CoordinatorLayout_keylines = 0;
+ public static final int CoordinatorLayout_statusBarBackground = 1;
+ public static final int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030149, 0x7f030152, 0x7f030153 };
+ public static final int CoordinatorLayout_Layout_android_layout_gravity = 0;
+ public static final int CoordinatorLayout_Layout_layout_anchor = 1;
+ public static final int CoordinatorLayout_Layout_layout_anchorGravity = 2;
+ public static final int CoordinatorLayout_Layout_layout_behavior = 3;
+ public static final int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
+ public static final int CoordinatorLayout_Layout_layout_insetEdge = 5;
+ public static final int CoordinatorLayout_Layout_layout_keyline = 6;
+ public static final int[] DesignTheme = { 0x7f030043, 0x7f030044 };
+ public static final int DesignTheme_bottomSheetDialogTheme = 0;
+ public static final int DesignTheme_bottomSheetStyle = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f030029, 0x7f03002a, 0x7f030036, 0x7f030087, 0x7f0300b9, 0x7f0300ec, 0x7f0301a8, 0x7f0301f9 };
+ public static final int DrawerArrowToggle_arrowHeadLength = 0;
+ public static final int DrawerArrowToggle_arrowShaftLength = 1;
+ public static final int DrawerArrowToggle_barLength = 2;
+ public static final int DrawerArrowToggle_color = 3;
+ public static final int DrawerArrowToggle_drawableSize = 4;
+ public static final int DrawerArrowToggle_gapBetweenBars = 5;
+ public static final int DrawerArrowToggle_spinBars = 6;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int[] FloatingActionButton = { 0x7f030034, 0x7f030035, 0x7f03003f, 0x7f0300c4, 0x7f0300d7, 0x7f0300d8, 0x7f0300f3, 0x7f0300fb, 0x7f03016f, 0x7f030189, 0x7f030193, 0x7f03019f, 0x7f030217 };
+ public static final int FloatingActionButton_backgroundTint = 0;
+ public static final int FloatingActionButton_backgroundTintMode = 1;
+ public static final int FloatingActionButton_borderWidth = 2;
+ public static final int FloatingActionButton_elevation = 3;
+ public static final int FloatingActionButton_fabCustomSize = 4;
+ public static final int FloatingActionButton_fabSize = 5;
+ public static final int FloatingActionButton_hideMotionSpec = 6;
+ public static final int FloatingActionButton_hoveredFocusedTranslationZ = 7;
+ public static final int FloatingActionButton_maxImageSize = 8;
+ public static final int FloatingActionButton_pressedTranslationZ = 9;
+ public static final int FloatingActionButton_rippleColor = 10;
+ public static final int FloatingActionButton_showMotionSpec = 11;
+ public static final int FloatingActionButton_useCompatPadding = 12;
+ public static final int[] FloatingActionButton_Behavior_Layout = { 0x7f030039 };
+ public static final int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
+ public static final int[] FlowLayout = { 0x7f030111, 0x7f030159 };
+ public static final int FlowLayout_itemSpacing = 0;
+ public static final int FlowLayout_lineSpacing = 1;
+ public static final int[] FontFamily = { 0x7f0300e2, 0x7f0300e3, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7 };
+ public static final int FontFamily_fontProviderAuthority = 0;
+ public static final int FontFamily_fontProviderCerts = 1;
+ public static final int FontFamily_fontProviderFetchStrategy = 2;
+ public static final int FontFamily_fontProviderFetchTimeout = 3;
+ public static final int FontFamily_fontProviderPackage = 4;
+ public static final int FontFamily_fontProviderQuery = 5;
+ public static final int[] FontFamilyFont = { 0x1010532, 0x1010533, 0x101053f, 0x101056f, 0x1010570, 0x7f0300e0, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f030216 };
+ public static final int FontFamilyFont_android_font = 0;
+ public static final int FontFamilyFont_android_fontWeight = 1;
+ public static final int FontFamilyFont_android_fontStyle = 2;
+ public static final int FontFamilyFont_android_ttcIndex = 3;
+ public static final int FontFamilyFont_android_fontVariationSettings = 4;
+ public static final int FontFamilyFont_font = 5;
+ public static final int FontFamilyFont_fontStyle = 6;
+ public static final int FontFamilyFont_fontVariationSettings = 7;
+ public static final int FontFamilyFont_fontWeight = 8;
+ public static final int FontFamilyFont_ttcIndex = 9;
+ public static final int[] ForegroundLinearLayout = { 0x1010109, 0x1010200, 0x7f0300eb };
+ public static final int ForegroundLinearLayout_android_foreground = 0;
+ public static final int ForegroundLinearLayout_android_foregroundGravity = 1;
+ public static final int ForegroundLinearLayout_foregroundInsidePadding = 2;
+ public static final int[] LinearLayoutCompat = { 0x10100af, 0x10100c4, 0x1010126, 0x1010127, 0x1010128, 0x7f0300b1, 0x7f0300b3, 0x7f030170, 0x7f03019e };
+ 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 = { 0x10100b3, 0x10100f4, 0x10100f5, 0x1010181 };
+ 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 = { 0x10102ac, 0x10102ad };
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ public static final int[] MaterialButton = { 0x10101b7, 0x10101b8, 0x10101b9, 0x10101ba, 0x7f030034, 0x7f030035, 0x7f0300a6, 0x7f0300fc, 0x7f0300fe, 0x7f0300ff, 0x7f030100, 0x7f030102, 0x7f030103, 0x7f030193, 0x7f0301b5, 0x7f0301b6 };
+ public static final int MaterialButton_android_insetLeft = 0;
+ public static final int MaterialButton_android_insetRight = 1;
+ public static final int MaterialButton_android_insetTop = 2;
+ public static final int MaterialButton_android_insetBottom = 3;
+ public static final int MaterialButton_backgroundTint = 4;
+ public static final int MaterialButton_backgroundTintMode = 5;
+ public static final int MaterialButton_cornerRadius = 6;
+ public static final int MaterialButton_icon = 7;
+ public static final int MaterialButton_iconGravity = 8;
+ public static final int MaterialButton_iconPadding = 9;
+ public static final int MaterialButton_iconSize = 10;
+ public static final int MaterialButton_iconTint = 11;
+ public static final int MaterialButton_iconTintMode = 12;
+ public static final int MaterialButton_rippleColor = 13;
+ public static final int MaterialButton_strokeColor = 14;
+ public static final int MaterialButton_strokeWidth = 15;
+ public static final int[] MaterialCardView = { 0x7f0301b5, 0x7f0301b6 };
+ public static final int MaterialCardView_strokeColor = 0;
+ public static final int MaterialCardView_strokeWidth = 1;
+ public static final int[] MaterialComponentsTheme = { 0x7f030043, 0x7f030044, 0x7f03006c, 0x7f030076, 0x7f03007a, 0x7f030088, 0x7f030089, 0x7f03008f, 0x7f030090, 0x7f030091, 0x7f0300c3, 0x7f0300df, 0x7f03016b, 0x7f03016c, 0x7f030176, 0x7f030195, 0x7f0301a5, 0x7f0301d8, 0x7f0301dd, 0x7f0301de, 0x7f0301df, 0x7f0301e0, 0x7f0301e1, 0x7f0301e2, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301eb, 0x7f0301f0, 0x7f0301f1, 0x7f0301f5 };
+ public static final int MaterialComponentsTheme_bottomSheetDialogTheme = 0;
+ public static final int MaterialComponentsTheme_bottomSheetStyle = 1;
+ public static final int MaterialComponentsTheme_chipGroupStyle = 2;
+ public static final int MaterialComponentsTheme_chipStandaloneStyle = 3;
+ public static final int MaterialComponentsTheme_chipStyle = 4;
+ public static final int MaterialComponentsTheme_colorAccent = 5;
+ public static final int MaterialComponentsTheme_colorBackgroundFloating = 6;
+ public static final int MaterialComponentsTheme_colorPrimary = 7;
+ public static final int MaterialComponentsTheme_colorPrimaryDark = 8;
+ public static final int MaterialComponentsTheme_colorSecondary = 9;
+ public static final int MaterialComponentsTheme_editTextStyle = 10;
+ public static final int MaterialComponentsTheme_floatingActionButtonStyle = 11;
+ public static final int MaterialComponentsTheme_materialButtonStyle = 12;
+ public static final int MaterialComponentsTheme_materialCardViewStyle = 13;
+ public static final int MaterialComponentsTheme_navigationViewStyle = 14;
+ public static final int MaterialComponentsTheme_scrimBackground = 15;
+ public static final int MaterialComponentsTheme_snackbarButtonStyle = 16;
+ public static final int MaterialComponentsTheme_tabStyle = 17;
+ public static final int MaterialComponentsTheme_textAppearanceBody1 = 18;
+ public static final int MaterialComponentsTheme_textAppearanceBody2 = 19;
+ public static final int MaterialComponentsTheme_textAppearanceButton = 20;
+ public static final int MaterialComponentsTheme_textAppearanceCaption = 21;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline1 = 22;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline2 = 23;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline3 = 24;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline4 = 25;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline5 = 26;
+ public static final int MaterialComponentsTheme_textAppearanceHeadline6 = 27;
+ public static final int MaterialComponentsTheme_textAppearanceOverline = 28;
+ public static final int MaterialComponentsTheme_textAppearanceSubtitle1 = 29;
+ public static final int MaterialComponentsTheme_textAppearanceSubtitle2 = 30;
+ public static final int MaterialComponentsTheme_textInputStyle = 31;
+ public static final int[] MenuGroup = { 0x101000e, 0x10100d0, 0x1010194, 0x10101de, 0x10101df, 0x10101e0 };
+ 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 = { 0x1010002, 0x101000e, 0x10100d0, 0x1010106, 0x1010194, 0x10101de, 0x10101df, 0x10101e1, 0x10101e2, 0x10101e3, 0x10101e4, 0x10101e5, 0x101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f030028, 0x7f030097, 0x7f030102, 0x7f030103, 0x7f030177, 0x7f03019d, 0x7f030212 };
+ 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_alphabeticModifiers = 16;
+ public static final int MenuItem_contentDescription = 17;
+ public static final int MenuItem_iconTint = 18;
+ public static final int MenuItem_iconTintMode = 19;
+ public static final int MenuItem_numericModifiers = 20;
+ public static final int MenuItem_showAsAction = 21;
+ public static final int MenuItem_tooltipText = 22;
+ public static final int[] MenuView = { 0x10100ae, 0x101012c, 0x101012d, 0x101012e, 0x101012f, 0x1010130, 0x1010131, 0x7f030188, 0x7f0301b7 };
+ 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 MenuView_subMenuArrow = 8;
+ public static final int[] NavigationView = { 0x10100d4, 0x10100dd, 0x101011f, 0x7f0300c4, 0x7f0300ee, 0x7f03010a, 0x7f03010b, 0x7f03010d, 0x7f03010f, 0x7f030112, 0x7f030115, 0x7f030171 };
+ public static final int NavigationView_android_background = 0;
+ public static final int NavigationView_android_fitsSystemWindows = 1;
+ public static final int NavigationView_android_maxWidth = 2;
+ public static final int NavigationView_elevation = 3;
+ public static final int NavigationView_headerLayout = 4;
+ public static final int NavigationView_itemBackground = 5;
+ public static final int NavigationView_itemHorizontalPadding = 6;
+ public static final int NavigationView_itemIconPadding = 7;
+ public static final int NavigationView_itemIconTint = 8;
+ public static final int NavigationView_itemTextAppearance = 9;
+ public static final int NavigationView_itemTextColor = 10;
+ public static final int NavigationView_menu = 11;
+ public static final int[] PopupWindow = { 0x1010176, 0x10102c9, 0x7f030178 };
+ public static final int PopupWindow_android_popupBackground = 0;
+ public static final int PopupWindow_android_popupAnimationStyle = 1;
+ public static final int PopupWindow_overlapAnchor = 2;
+ public static final int[] PopupWindowBackgroundState = { 0x7f0301ae };
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ public static final int[] RecycleListView = { 0x7f030179, 0x7f03017c };
+ public static final int RecycleListView_paddingBottomNoButtons = 0;
+ public static final int RecycleListView_paddingTopNoTitle = 1;
+ public static final int[] RecyclerView = { 0x10100c4, 0x10100f1, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f03011a, 0x7f030192, 0x7f0301a7, 0x7f0301ad };
+ public static final int RecyclerView_android_orientation = 0;
+ public static final int RecyclerView_android_descendantFocusability = 1;
+ public static final int RecyclerView_fastScrollEnabled = 2;
+ public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 3;
+ public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 4;
+ public static final int RecyclerView_fastScrollVerticalThumbDrawable = 5;
+ public static final int RecyclerView_fastScrollVerticalTrackDrawable = 6;
+ public static final int RecyclerView_layoutManager = 7;
+ public static final int RecyclerView_reverseLayout = 8;
+ public static final int RecyclerView_spanCount = 9;
+ public static final int RecyclerView_stackFromEnd = 10;
+ public static final int[] ScrimInsetsFrameLayout = { 0x7f030108 };
+ public static final int ScrimInsetsFrameLayout_insetForeground = 0;
+ public static final int[] ScrollingViewBehavior_Layout = { 0x7f03003c };
+ public static final int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
+ public static final int[] SearchView = { 0x10100da, 0x101011f, 0x1010220, 0x1010264, 0x7f03007b, 0x7f030093, 0x7f0300ac, 0x7f0300ed, 0x7f030104, 0x7f030119, 0x7f03018c, 0x7f03018d, 0x7f030197, 0x7f030198, 0x7f0301b8, 0x7f0301bd, 0x7f030219 };
+ 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[] Snackbar = { 0x7f0301a5, 0x7f0301a6 };
+ public static final int Snackbar_snackbarButtonStyle = 0;
+ public static final int Snackbar_snackbarStyle = 1;
+ public static final int[] SnackbarLayout = { 0x101011f, 0x7f0300c4, 0x7f03016d };
+ public static final int SnackbarLayout_android_maxWidth = 0;
+ public static final int SnackbarLayout_elevation = 1;
+ public static final int SnackbarLayout_maxActionInlineWidth = 2;
+ public static final int[] Spinner = { 0x10100b2, 0x1010176, 0x101017b, 0x1010262, 0x7f030186 };
+ public static final int Spinner_android_entries = 0;
+ public static final int Spinner_android_popupBackground = 1;
+ public static final int Spinner_android_prompt = 2;
+ public static final int Spinner_android_dropDownWidth = 3;
+ public static final int Spinner_popupTheme = 4;
+ public static final int[] SwitchCompat = { 0x1010124, 0x1010125, 0x1010142, 0x7f0301a0, 0x7f0301ab, 0x7f0301be, 0x7f0301bf, 0x7f0301c1, 0x7f0301fa, 0x7f0301fb, 0x7f0301fc, 0x7f030213, 0x7f030214, 0x7f030215 };
+ 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_thumbTint = 9;
+ public static final int SwitchCompat_thumbTintMode = 10;
+ public static final int SwitchCompat_track = 11;
+ public static final int SwitchCompat_trackTint = 12;
+ public static final int SwitchCompat_trackTintMode = 13;
+ public static final int[] TabItem = { 0x1010002, 0x10100f2, 0x101014f };
+ public static final int TabItem_android_icon = 0;
+ public static final int TabItem_android_layout = 1;
+ public static final int TabItem_android_text = 2;
+ public static final int[] TabLayout = { 0x7f0301c2, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301c8, 0x7f0301c9, 0x7f0301ca, 0x7f0301cb, 0x7f0301cc, 0x7f0301cd, 0x7f0301ce, 0x7f0301cf, 0x7f0301d0, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301d4, 0x7f0301d5, 0x7f0301d6, 0x7f0301d7, 0x7f0301d9, 0x7f0301da, 0x7f0301db };
+ public static final int TabLayout_tabBackground = 0;
+ public static final int TabLayout_tabContentStart = 1;
+ public static final int TabLayout_tabGravity = 2;
+ public static final int TabLayout_tabIconTint = 3;
+ public static final int TabLayout_tabIconTintMode = 4;
+ public static final int TabLayout_tabIndicator = 5;
+ public static final int TabLayout_tabIndicatorAnimationDuration = 6;
+ public static final int TabLayout_tabIndicatorColor = 7;
+ public static final int TabLayout_tabIndicatorFullWidth = 8;
+ public static final int TabLayout_tabIndicatorGravity = 9;
+ public static final int TabLayout_tabIndicatorHeight = 10;
+ public static final int TabLayout_tabInlineLabel = 11;
+ public static final int TabLayout_tabMaxWidth = 12;
+ public static final int TabLayout_tabMinWidth = 13;
+ public static final int TabLayout_tabMode = 14;
+ public static final int TabLayout_tabPadding = 15;
+ public static final int TabLayout_tabPaddingBottom = 16;
+ public static final int TabLayout_tabPaddingEnd = 17;
+ public static final int TabLayout_tabPaddingStart = 18;
+ public static final int TabLayout_tabPaddingTop = 19;
+ public static final int TabLayout_tabRippleColor = 20;
+ public static final int TabLayout_tabSelectedTextColor = 21;
+ public static final int TabLayout_tabTextAppearance = 22;
+ public static final int TabLayout_tabTextColor = 23;
+ public static final int TabLayout_tabUnboundedRipple = 24;
+ public static final int[] TextAppearance = { 0x1010095, 0x1010096, 0x1010097, 0x1010098, 0x101009a, 0x101009b, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x10103ac, 0x1010585, 0x7f0300e1, 0x7f0300e9, 0x7f0301dc, 0x7f0301f6 };
+ 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_android_textColorHint = 4;
+ public static final int TextAppearance_android_textColorLink = 5;
+ public static final int TextAppearance_android_shadowColor = 6;
+ public static final int TextAppearance_android_shadowDx = 7;
+ public static final int TextAppearance_android_shadowDy = 8;
+ public static final int TextAppearance_android_shadowRadius = 9;
+ public static final int TextAppearance_android_fontFamily = 10;
+ public static final int TextAppearance_android_textFontWeight = 11;
+ public static final int TextAppearance_fontFamily = 12;
+ public static final int TextAppearance_fontVariationSettings = 13;
+ public static final int TextAppearance_textAllCaps = 14;
+ public static final int TextAppearance_textLocale = 15;
+ public static final int[] TextInputLayout = { 0x101009a, 0x1010150, 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, 0x7f03004d, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300c8, 0x7f0300c9, 0x7f0300f0, 0x7f0300f1, 0x7f0300f2, 0x7f0300f6, 0x7f0300f7, 0x7f0300f8, 0x7f030180, 0x7f030181, 0x7f030182, 0x7f030183, 0x7f030184 };
+ public static final int TextInputLayout_android_textColorHint = 0;
+ public static final int TextInputLayout_android_hint = 1;
+ public static final int TextInputLayout_boxBackgroundColor = 2;
+ public static final int TextInputLayout_boxBackgroundMode = 3;
+ public static final int TextInputLayout_boxCollapsedPaddingTop = 4;
+ public static final int TextInputLayout_boxCornerRadiusBottomEnd = 5;
+ public static final int TextInputLayout_boxCornerRadiusBottomStart = 6;
+ public static final int TextInputLayout_boxCornerRadiusTopEnd = 7;
+ public static final int TextInputLayout_boxCornerRadiusTopStart = 8;
+ public static final int TextInputLayout_boxStrokeColor = 9;
+ public static final int TextInputLayout_boxStrokeWidth = 10;
+ public static final int TextInputLayout_counterEnabled = 11;
+ public static final int TextInputLayout_counterMaxLength = 12;
+ public static final int TextInputLayout_counterOverflowTextAppearance = 13;
+ public static final int TextInputLayout_counterTextAppearance = 14;
+ public static final int TextInputLayout_errorEnabled = 15;
+ public static final int TextInputLayout_errorTextAppearance = 16;
+ public static final int TextInputLayout_helperText = 17;
+ public static final int TextInputLayout_helperTextEnabled = 18;
+ public static final int TextInputLayout_helperTextTextAppearance = 19;
+ public static final int TextInputLayout_hintAnimationEnabled = 20;
+ public static final int TextInputLayout_hintEnabled = 21;
+ public static final int TextInputLayout_hintTextAppearance = 22;
+ public static final int TextInputLayout_passwordToggleContentDescription = 23;
+ public static final int TextInputLayout_passwordToggleDrawable = 24;
+ public static final int TextInputLayout_passwordToggleEnabled = 25;
+ public static final int TextInputLayout_passwordToggleTint = 26;
+ public static final int TextInputLayout_passwordToggleTintMode = 27;
+ public static final int[] ThemeEnforcement = { 0x1010034, 0x7f0300c6, 0x7f0300c7 };
+ public static final int ThemeEnforcement_android_textAppearance = 0;
+ public static final int ThemeEnforcement_enforceMaterialTheme = 1;
+ public static final int ThemeEnforcement_enforceTextAppearance = 2;
+ public static final int[] Toolbar = { 0x10100af, 0x1010140, 0x7f030054, 0x7f030083, 0x7f030084, 0x7f030098, 0x7f030099, 0x7f03009a, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f030169, 0x7f03016a, 0x7f03016e, 0x7f030171, 0x7f030173, 0x7f030174, 0x7f030186, 0x7f0301b9, 0x7f0301ba, 0x7f0301bb, 0x7f030202, 0x7f030204, 0x7f030205, 0x7f030206, 0x7f030207, 0x7f030208, 0x7f030209, 0x7f03020a, 0x7f03020b };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_buttonGravity = 2;
+ public static final int Toolbar_collapseContentDescription = 3;
+ public static final int Toolbar_collapseIcon = 4;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetEndWithActions = 6;
+ public static final int Toolbar_contentInsetLeft = 7;
+ public static final int Toolbar_contentInsetRight = 8;
+ public static final int Toolbar_contentInsetStart = 9;
+ public static final int Toolbar_contentInsetStartWithNavigation = 10;
+ public static final int Toolbar_logo = 11;
+ public static final int Toolbar_logoDescription = 12;
+ public static final int Toolbar_maxButtonHeight = 13;
+ public static final int Toolbar_menu = 14;
+ public static final int Toolbar_navigationContentDescription = 15;
+ public static final int Toolbar_navigationIcon = 16;
+ public static final int Toolbar_popupTheme = 17;
+ public static final int Toolbar_subtitle = 18;
+ public static final int Toolbar_subtitleTextAppearance = 19;
+ public static final int Toolbar_subtitleTextColor = 20;
+ public static final int Toolbar_title = 21;
+ public static final int Toolbar_titleMargin = 22;
+ public static final int Toolbar_titleMarginBottom = 23;
+ public static final int Toolbar_titleMarginEnd = 24;
+ public static final int Toolbar_titleMarginStart = 25;
+ public static final int Toolbar_titleMarginTop = 26;
+ public static final int Toolbar_titleMargins = 27;
+ public static final int Toolbar_titleTextAppearance = 28;
+ public static final int Toolbar_titleTextColor = 29;
+ public static final int[] View = { 0x1010000, 0x10100da, 0x7f03017a, 0x7f03017b, 0x7f0301f8 };
+ public static final int View_android_theme = 0;
+ public static final int View_android_focusable = 1;
+ public static final int View_paddingEnd = 2;
+ public static final int View_paddingStart = 3;
+ public static final int View_theme = 4;
+ public static final int[] ViewBackgroundHelper = { 0x10100d4, 0x7f030034, 0x7f030035 };
+ public static final int ViewBackgroundHelper_android_background = 0;
+ public static final int ViewBackgroundHelper_backgroundTint = 1;
+ public static final int ViewBackgroundHelper_backgroundTintMode = 2;
+ public static final int[] ViewStubCompat = { 0x10100d0, 0x10100f2, 0x10100f3 };
+ 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/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java b/app/build/generated/source/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java
new file mode 100644
index 0000000..35cb6fe
--- /dev/null
+++ b/app/build/generated/source/buildConfig/androidTest/debug/com/example/iitrtimetable/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.iitrtimetable.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.iitrtimetable.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 1;
+ public static final String VERSION_NAME = "1.0";
+}
diff --git a/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java
new file mode 100644
index 0000000..8a8f0f1
--- /dev/null
+++ b/app/build/generated/source/buildConfig/debug/com/example/iitrtimetable/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.example.iitrtimetable;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.example.iitrtimetable";
+ 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/intermediates/annotation_processor_list/debug/annotationProcessors.json b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson b/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson
new file mode 100644
index 0000000..eaec468
--- /dev/null
+++ b/app/build/intermediates/apk_list/debug/mainApkListPersistenceDebug/apk-list.gson
@@ -0,0 +1 @@
+[{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-debug.apk","fullName":"debug","baseName":"debug"}]
\ 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..7bbb329
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/debug.json
@@ -0,0 +1,3432 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rHK_values-zh-rHK.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2744",
+ "endColumns": "100",
+ "endOffsets": "2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,293,393,475,572,680,757,833,925,1018,1109,1205,1301,1395,1491,1583,1675,1767,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,75,91,92,90,95,95,93,95,91,91,91,76,95,94,94,96,95,97,150,93,77",
+ "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1104,1200,1296,1390,1486,1578,1670,1762,1839,1935,2030,2125,2222,2318,2416,2567,2661,2739"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hi_values-hi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2868",
+ "endColumns": "100",
+ "endOffsets": "2964"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,211,309,419,505,607,728,806,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,77,90,91,94,93,100,92,94,93,90,90,79,104,101,97,109,102,108,157,100,80",
+ "endOffsets": "206,304,414,500,602,723,801,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1896,2001,2103,2201,2311,2414,2523,2681,2782,2863"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hr_values-hr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2900",
+ "endColumns": "100",
+ "endOffsets": "2996"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,305,412,498,602,721,806,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,82,90,91,94,93,100,92,94,94,90,90,84,103,111,100,104,113,101,168,96,83",
+ "endOffsets": "205,300,407,493,597,716,801,884,975,1067,1162,1256,1357,1450,1545,1640,1731,1822,1907,2011,2123,2224,2329,2443,2545,2714,2811,2895"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v23_values-v23.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,37,41,42,43,44",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2618,2842,2957,3064,3177",
+ "endLines": "2,3,4,5,19,33,34,35,36,40,41,42,43,47",
+ "endColumns": "134,134,74,86,12,12,118,126,104,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1366,2262,2381,2508,2613,2837,2952,3059,3172,3402"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "48",
+ "startColumns": "4",
+ "startOffsets": "3407",
+ "endLines": "50",
+ "endColumns": "12",
+ "endOffsets": "3552"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ms_values-ms.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,321,429,516,620,731,810,889,980,1072,1167,1261,1360,1453,1548,1642,1733,1824,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,78,90,91,94,93,98,92,94,93,90,90,78,111,107,96,108,103,106,158,100,79",
+ "endOffsets": "211,316,424,511,615,726,805,884,975,1067,1162,1256,1355,1448,1543,1637,1728,1819,1898,2010,2118,2215,2324,2428,2535,2694,2795,2875"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-iw_values-iw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,310,418,502,604,720,799,878,969,1062,1156,1250,1351,1444,1539,1632,1723,1815,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,78,90,92,93,93,100,92,94,92,90,91,79,104,102,97,104,101,101,153,96,80",
+ "endOffsets": "205,305,413,497,599,715,794,873,964,1057,1151,1245,1346,1439,1534,1627,1718,1810,1890,1995,2098,2196,2301,2403,2505,2659,2756,2837"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2842",
+ "endColumns": "100",
+ "endOffsets": "2938"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fi_values-fi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,313,422,508,613,731,817,897,988,1080,1175,1269,1364,1457,1553,1652,1743,1837,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,79,90,91,94,93,94,92,95,98,90,93,78,106,100,96,105,99,97,149,99,79",
+ "endOffsets": "208,308,417,503,608,726,812,892,983,1075,1170,1264,1359,1452,1548,1647,1738,1832,1911,2018,2119,2216,2322,2422,2520,2670,2770,2850"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2855",
+ "endColumns": "100",
+ "endOffsets": "2951"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ldltr-v21_values-ldltr-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uz_values-uz.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2859",
+ "endColumns": "100",
+ "endOffsets": "2955"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,305,405,487,587,704,789,868,959,1051,1146,1240,1335,1428,1523,1618,1709,1801,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,78,90,91,94,93,94,92,94,94,90,91,82,109,105,99,107,105,101,160,98,82",
+ "endOffsets": "205,300,400,482,582,699,784,863,954,1046,1141,1235,1330,1423,1518,1613,1704,1796,1879,1989,2095,2195,2303,2409,2511,2672,2771,2854"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v18_values-v18.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "48",
+ "endOffsets": "99"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v17_values-v17.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sk_values-sk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2899",
+ "endColumns": "100",
+ "endOffsets": "2995"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,424,510,618,736,815,893,984,1076,1174,1268,1369,1462,1557,1655,1746,1837,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,77,90,91,97,93,100,92,94,97,90,90,82,104,107,98,105,111,102,165,97,81",
+ "endOffsets": "207,308,419,505,613,731,810,888,979,1071,1169,1263,1364,1457,1552,1650,1741,1832,1915,2020,2128,2227,2333,2445,2548,2714,2812,2894"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr_values-fr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,331,441,523,629,759,837,914,1005,1097,1195,1290,1391,1484,1577,1672,1763,1854,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,76,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85",
+ "endOffsets": "211,326,436,518,624,754,832,909,1000,1092,1190,1285,1386,1479,1572,1667,1758,1849,1934,2044,2155,2258,2369,2477,2584,2743,2842,2928"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2933",
+ "endColumns": "100",
+ "endOffsets": "3029"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-b+sr+Latn_values-b+sr+Latn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,419,505,609,731,816,899,990,1082,1177,1271,1372,1465,1560,1665,1756,1847,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,82,90,91,94,93,100,92,94,104,90,90,84,104,105,102,106,108,106,169,96,85",
+ "endOffsets": "207,308,414,500,604,726,811,894,985,1077,1172,1266,1367,1460,1555,1660,1751,1842,1927,2032,2138,2241,2348,2457,2564,2734,2831,2917"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2922",
+ "endColumns": "100",
+ "endOffsets": "3018"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-in_values-in.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2893",
+ "endColumns": "100",
+ "endOffsets": "2989"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,324,429,516,620,736,819,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,78,90,91,94,93,100,92,94,93,90,90,84,102,104,100,103,108,107,159,98,83",
+ "endOffsets": "215,319,424,511,615,731,814,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1915,2018,2123,2224,2328,2437,2545,2705,2804,2888"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw600dp-v13_values-sw600dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,680",
+ "endLines": "2,3,4,5,6,7,9,10,11,15",
+ "endColumns": "59,69,70,71,57,57,10,63,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,675,847"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,18,19,20",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1236",
+ "endLines": "10,11,12,13,14,15,17,18,19,23",
+ "endColumns": "59,69,70,71,57,57,10,63,62,10",
+ "endOffsets": "666,736,807,879,937,995,1104,1168,1231,1403"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rBR_values-pt-rBR.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2928",
+ "endColumns": "100",
+ "endOffsets": "3024"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,438,527,628,747,832,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-night-v8_values-night-v8.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kn_values-kn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,331,444,532,639,765,843,920,1011,1103,1198,1292,1393,1486,1581,1675,1766,1857,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,76,90,91,94,93,100,92,94,93,90,90,80,115,109,98,112,104,113,163,99,81",
+ "endOffsets": "214,326,439,527,634,760,838,915,1006,1098,1193,1287,1388,1481,1576,1670,1761,1852,1933,2049,2159,2258,2371,2476,2590,2754,2854,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2941",
+ "endColumns": "100",
+ "endOffsets": "3037"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt_values-pt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,438,527,628,747,832,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2928",
+ "endColumns": "100",
+ "endOffsets": "3024"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ne_values-ne.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2967",
+ "endColumns": "100",
+ "endOffsets": "3063"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,327,435,526,633,760,844,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1946,2059,2160,2256,2369,2479,2603,2777,2888",
+ "endColumns": "110,110,107,90,106,126,83,79,90,91,94,93,100,92,94,93,90,90,84,112,100,95,112,109,123,173,110,78",
+ "endOffsets": "211,322,430,521,628,755,839,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1941,2054,2155,2251,2364,2474,2598,2772,2883,2962"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values_values.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210",
+ "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",
+ "startOffsets": "55,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605",
+ "endLines": "2,3,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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216",
+ "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977"
+ },
+ "to": {
+ "startLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2362,2366,2367,2371,2739,2740,3861,4027,4070,4103,4140",
+ "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",
+ "startOffsets": "12785,12854,19919,19989,20057,20129,20199,20260,20334,27231,27292,27353,27415,27479,27541,27602,27670,27770,27830,27896,27969,28038,28095,28147,28662,28734,28810,28875,28934,28993,29053,29113,29173,29233,29293,29353,29413,29473,29533,29593,29652,29712,29772,29832,29892,29952,30012,30072,30132,30192,30252,30311,30371,30431,30490,30549,30608,30667,30726,31130,31165,31740,31795,31858,31913,31971,32028,32078,32139,32196,32230,32408,33654,38591,155139,155256,155457,155567,155768,180520,180592,245009,260767,263673,265940,267700",
+ "endLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2365,2366,2370,2371,2739,2740,3867,4069,4101,4139,4146",
+ "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "12849,12912,19984,20052,20124,20194,20255,20329,20402,27287,27348,27410,27474,27536,27597,27665,27765,27825,27891,27964,28033,28090,28142,28204,28729,28805,28870,28929,28988,29048,29108,29168,29228,29288,29348,29408,29468,29528,29588,29647,29707,29767,29827,29887,29947,30007,30067,30127,30187,30247,30306,30366,30426,30485,30544,30603,30662,30721,30780,31160,31195,31790,31853,31908,31966,32023,32073,32134,32191,32225,32260,32438,33719,38657,155251,155452,155562,155763,155892,180587,180654,245302,263668,265733,267695,268072"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "5,6,13,1,26,12,22,29,28,9,8,10,18,25,27,3,4,23,15,11,24,14,21,17,19,16,20,7",
+ "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",
+ "startOffsets": "205,268,677,16,1323,615,1128,1482,1429,439,373,515,948,1258,1368,105,152,1170,782,571,1216,736,1082,900,990,846,1034,325",
+ "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47",
+ "endOffsets": "263,320,731,62,1363,672,1165,1551,1477,510,434,566,985,1318,1424,147,200,1211,841,610,1253,777,1123,943,1029,895,1077,368"
+ },
+ "to": {
+ "startLines": "596,597,598,599,604,605,608,609,610,612,613,614,615,617,618,624,625,626,628,629,631,632,633,634,635,636,637,638",
+ "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",
+ "startOffsets": "35590,35653,35710,35769,36292,36337,36713,36755,36829,37035,37111,37177,37233,37356,37421,38284,38331,38384,38483,38547,38662,38704,38750,38796,38844,38888,38942,38990",
+ "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47",
+ "endOffsets": "35648,35705,35764,35815,36332,36394,36750,36824,36877,37106,37172,37228,37270,37416,37477,38326,38379,38425,38542,38586,38699,38745,38791,38839,38883,38937,38985,39033"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,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,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,218,219,223,227,231,236,242,249,253,257,262,266,270,274,278,282,286,292,296,302,306,312,316,321,325,328,332,338,342,348,352,358,361,365,369,373,377,381,382,383,384,387,390,393,396,400,401,402,403,404,407,409,411,413,418,419,423,429,433,434,436,447,448,452,458,462,463,464,468,495,499,500,504,532,703,729,901,927,958,966,972,986,1008,1013,1018,1028,1037,1046,1050,1057,1065,1072,1073,1082,1085,1088,1092,1096,1100,1103,1104,1109,1114,1124,1129,1136,1142,1143,1146,1150,1155,1157,1159,1162,1165,1167,1171,1174,1181,1184,1187,1191,1193,1197,1199,1201,1203,1207,1215,1223,1235,1241,1250,1253,1264,1267,1268,1273,1274,1279,1348,1418,1419,1429,1438,1439,1441,1445,1448,1451,1454,1457,1460,1463,1466,1470,1473,1476,1479,1483,1486,1490,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1516,1518,1519,1520,1521,1522,1523,1524,1525,1527,1528,1530,1531,1533,1535,1536,1538,1539,1540,1541,1542,1543,1545,1546,1547,1548,1549,1550,1552,1554,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1570,1571,1572,1573,1574,1575,1577,1581,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1599,1601,1603,1605,1607,1608,1609,1610,1612,1614,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1630,1631,1632,1633,1635,1637,1638,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1660,1661,1662,1663,1665,1666,1667,1668,1669,1671,1673,1675,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1775,1778,1781,1784,1798,1809,1819,1849,1876,1885,1960,2357,2362,2390,2408,2444,2450,2456,2479,2620,2640,2646,2650,2656,2693,2705,2771,2795,2864,2883,2909",
+ "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "105,160,205,254,295,350,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,4638,4707,4776,4846,4920,4996,5060,5137,5213,5290,5355,5424,5501,5576,5645,5713,5790,5856,5917,6014,6079,6148,6247,6318,6377,6435,6492,6551,6615,6686,6758,6830,6902,6974,7041,7109,7177,7236,7299,7363,7453,7544,7604,7670,7737,7803,7873,7937,7990,8057,8118,8185,8298,8356,8419,8484,8549,8624,8697,8769,8818,8879,8940,9001,9063,9127,9191,9255,9320,9383,9443,9504,9570,9629,9689,9751,9822,9882,9950,10036,10123,10213,10300,10388,10470,10553,10643,10734,10786,10844,10889,10955,11019,11076,11133,11187,11244,11292,11341,11392,11426,11473,11522,11568,11600,11664,11726,11786,11843,11917,11987,12065,12119,12189,12274,12322,12368,12429,12492,12558,12622,12693,12756,12821,12885,12946,13007,13059,13132,13206,13275,13350,13424,13498,13639,13709,13762,13840,13930,14018,14114,14204,14786,14875,15122,15403,15655,15940,16333,16810,17032,17254,17530,17757,17987,18217,18447,18677,18904,19323,19549,19974,20204,20632,20851,21134,21342,21473,21700,22126,22351,22778,22999,23424,23544,23820,24121,24445,24736,25050,25187,25318,25423,25665,25832,26036,26244,26515,26627,26739,26844,26961,27175,27321,27461,27547,27895,27983,28229,28647,28896,28978,29076,29693,29793,30045,30469,30724,30818,30907,31144,33196,33438,33540,33793,35977,47101,48617,59840,61368,63125,63751,64171,65232,66497,66753,66989,67536,68030,68635,68833,69413,69977,70352,70470,71008,71165,71361,71634,71890,72060,72201,72265,72630,72997,73673,73937,74275,74628,74722,74908,75214,75476,75601,75728,75967,76178,76297,76490,76667,77122,77303,77425,77684,77797,77984,78086,78193,78322,78597,79105,79601,80478,80772,81342,81491,82223,82395,82479,82815,82907,83185,88594,94146,94208,94838,95452,95543,95656,95885,96045,96197,96368,96534,96703,96870,97033,97276,97446,97619,97790,98064,98263,98468,98798,98882,98978,99074,99172,99272,99374,99476,99578,99680,99782,99882,99978,100090,100219,100342,100473,100604,100702,100816,100910,101050,101184,101280,101392,101492,101608,101704,101816,101916,102056,102192,102356,102486,102644,102794,102935,103079,103214,103326,103476,103604,103732,103868,104000,104130,104260,104372,104512,104658,104802,104940,105006,105096,105172,105276,105366,105468,105576,105684,105784,105864,105956,106054,106164,106242,106348,106440,106544,106654,106776,106939,107096,107176,107276,107366,107476,107566,107807,107901,108007,108099,108199,108311,108425,108541,108657,108751,108865,108977,109079,109199,109321,109403,109507,109627,109753,109851,109945,110033,110145,110261,110383,110495,110670,110786,110872,110964,111076,111200,111267,111393,111461,111589,111733,111861,111930,112025,112140,112253,112352,112461,112572,112683,112784,112889,112989,113119,113210,113333,113427,113539,113625,113729,113825,113913,114031,114135,114239,114365,114453,114561,114661,114751,114861,114945,115047,115131,115185,115249,115355,115441,115551,115635,115755,120899,121017,121132,121264,121979,122671,123188,124787,126320,126708,131443,151705,151965,153475,154508,156521,156783,157139,157969,164751,165885,166179,166402,166729,168779,169427,173278,174480,178559,179774,181183",
+ "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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,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,196,197,198,199,200,201,202,203,204,205,206,207,208,209,217,218,222,226,230,235,241,248,252,256,261,265,269,273,277,281,285,291,295,301,305,311,315,320,324,327,331,337,341,347,351,357,360,364,368,372,376,380,381,382,383,386,389,392,395,399,400,401,402,403,406,408,410,412,417,418,422,428,432,433,435,446,447,451,457,461,462,463,467,494,498,499,503,531,702,728,900,926,957,965,971,985,1007,1012,1017,1027,1036,1045,1049,1056,1064,1071,1072,1081,1084,1087,1091,1095,1099,1102,1103,1108,1113,1123,1128,1135,1141,1142,1145,1149,1154,1156,1158,1161,1164,1166,1170,1173,1180,1183,1186,1190,1192,1196,1198,1200,1202,1206,1214,1222,1234,1240,1249,1252,1263,1266,1267,1272,1273,1278,1347,1417,1418,1428,1437,1438,1440,1444,1447,1450,1453,1456,1459,1462,1465,1469,1472,1475,1478,1482,1485,1489,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1515,1517,1518,1519,1520,1521,1522,1523,1524,1526,1527,1529,1530,1532,1534,1535,1537,1538,1539,1540,1541,1542,1544,1545,1546,1547,1548,1549,1551,1553,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1569,1570,1571,1572,1573,1574,1576,1580,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1598,1600,1602,1604,1606,1607,1608,1609,1611,1613,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1629,1630,1631,1632,1634,1636,1637,1639,1640,1642,1644,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1659,1660,1661,1662,1664,1665,1666,1667,1668,1670,1672,1674,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1774,1777,1780,1783,1797,1808,1818,1848,1875,1884,1959,2356,2361,2389,2407,2443,2449,2455,2478,2619,2639,2645,2649,2655,2692,2704,2770,2794,2863,2882,2908,2917",
+ "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,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,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,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,63,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,83,12,91,12,12,12,61,12,12,90,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,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,4702,4771,4841,4915,4991,5055,5132,5208,5285,5350,5419,5496,5571,5640,5708,5785,5851,5912,6009,6074,6143,6242,6313,6372,6430,6487,6546,6610,6681,6753,6825,6897,6969,7036,7104,7172,7231,7294,7358,7448,7539,7599,7665,7732,7798,7868,7932,7985,8052,8113,8180,8293,8351,8414,8479,8544,8619,8692,8764,8813,8874,8935,8996,9058,9122,9186,9250,9315,9378,9438,9499,9565,9624,9684,9746,9817,9877,9945,10031,10118,10208,10295,10383,10465,10548,10638,10729,10781,10839,10884,10950,11014,11071,11128,11182,11239,11287,11336,11387,11421,11468,11517,11563,11595,11659,11721,11781,11838,11912,11982,12060,12114,12184,12269,12317,12363,12424,12487,12553,12617,12688,12751,12816,12880,12941,13002,13054,13127,13201,13270,13345,13419,13493,13634,13704,13757,13835,13925,14013,14109,14199,14781,14870,15117,15398,15650,15935,16328,16805,17027,17249,17525,17752,17982,18212,18442,18672,18899,19318,19544,19969,20199,20627,20846,21129,21337,21468,21695,22121,22346,22773,22994,23419,23539,23815,24116,24440,24731,25045,25182,25313,25418,25660,25827,26031,26239,26510,26622,26734,26839,26956,27170,27316,27456,27542,27890,27978,28224,28642,28891,28973,29071,29688,29788,30040,30464,30719,30813,30902,31139,33191,33433,33535,33788,35972,47096,48612,59835,61363,63120,63746,64166,65227,66492,66748,66984,67531,68025,68630,68828,69408,69972,70347,70465,71003,71160,71356,71629,71885,72055,72196,72260,72625,72992,73668,73932,74270,74623,74717,74903,75209,75471,75596,75723,75962,76173,76292,76485,76662,77117,77298,77420,77679,77792,77979,78081,78188,78317,78592,79100,79596,80473,80767,81337,81486,82218,82390,82474,82810,82902,83180,88589,94141,94203,94833,95447,95538,95651,95880,96040,96192,96363,96529,96698,96865,97028,97271,97441,97614,97785,98059,98258,98463,98793,98877,98973,99069,99167,99267,99369,99471,99573,99675,99777,99877,99973,100085,100214,100337,100468,100599,100697,100811,100905,101045,101179,101275,101387,101487,101603,101699,101811,101911,102051,102187,102351,102481,102639,102789,102930,103074,103209,103321,103471,103599,103727,103863,103995,104125,104255,104367,104507,104653,104797,104935,105001,105091,105167,105271,105361,105463,105571,105679,105779,105859,105951,106049,106159,106237,106343,106435,106539,106649,106771,106934,107091,107171,107271,107361,107471,107561,107802,107896,108002,108094,108194,108306,108420,108536,108652,108746,108860,108972,109074,109194,109316,109398,109502,109622,109748,109846,109940,110028,110140,110256,110378,110490,110665,110781,110867,110959,111071,111195,111262,111388,111456,111584,111728,111856,111925,112020,112135,112248,112347,112456,112567,112678,112779,112884,112984,113114,113205,113328,113422,113534,113620,113724,113820,113908,114026,114130,114234,114360,114448,114556,114656,114746,114856,114940,115042,115126,115180,115244,115350,115436,115546,115630,115750,120894,121012,121127,121259,121974,122666,123183,124782,126315,126703,131438,151700,151960,153470,154503,156516,156778,157134,157964,164746,165880,166174,166397,166724,168774,169422,173273,174475,178554,179769,181178,181652"
+ },
+ "to": {
+ "startLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,627,639,640,641,642,643,654,662,663,667,671,682,687,693,700,704,708,713,717,721,725,729,733,737,743,747,753,757,763,767,772,776,779,783,789,793,799,803,809,812,816,820,824,828,832,833,834,835,838,841,844,847,851,852,853,854,855,858,860,862,864,869,870,874,880,884,885,887,898,899,903,909,913,967,968,972,999,1003,1004,1008,1258,1429,1455,1627,1653,1684,1692,1698,1712,1734,1739,1744,1754,1763,1772,1776,1783,1791,1798,1799,1808,1811,1814,1818,1822,1826,1829,1830,1835,1840,1850,1855,1862,1868,1869,1872,1876,1881,1883,1885,1888,1891,1893,1897,1900,1907,1910,1913,1917,1919,1923,1925,1927,1929,1933,1941,1949,1961,1967,1976,1979,1990,1993,1994,1999,2000,2086,2155,2229,2230,2240,2249,2250,2252,2256,2259,2262,2265,2268,2271,2274,2277,2281,2284,2287,2290,2294,2297,2301,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2327,2329,2330,2331,2332,2333,2334,2335,2336,2338,2339,2341,2342,2344,2346,2347,2349,2350,2351,2352,2353,2354,2356,2357,2358,2359,2360,2510,2512,2514,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2530,2531,2532,2533,2534,2535,2537,2541,2610,2611,2612,2613,2614,2615,2619,2620,2621,2644,2646,2648,2650,2652,2654,2655,2656,2657,2659,2661,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2677,2678,2679,2680,2682,2684,2685,2687,2688,2690,2692,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2707,2708,2709,2710,2712,2713,2714,2715,2716,2718,2720,2722,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3024,3107,3110,3113,3116,3130,3141,3217,3247,3274,3283,3358,3775,3868,3999,4148,4184,4190,4204,4227,4368,4389,4395,4399,4435,4474,4518,4608,4652,4721,4740,4766",
+ "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "1262,1489,1587,8037,8078,8133,8192,8316,8397,8458,8533,8609,8686,8764,8849,8931,9007,9083,9160,9238,9344,9450,9529,9609,9666,10880,10954,11029,11094,11160,11220,11281,11353,11426,11493,11561,11620,11679,11738,11797,11856,11910,11964,12017,12071,12125,12179,12917,12991,13070,13143,13217,13288,13360,13432,13505,13562,13620,13693,13767,13841,13916,13988,14061,14131,14202,14262,14323,14392,14461,14531,14605,14681,14745,14822,14898,14975,15040,15109,15186,15261,15330,15398,15475,15541,15602,15699,15764,15833,15932,16003,16062,16120,16177,16236,16300,16371,16443,16515,16587,16659,16726,16794,16862,16921,16984,17048,17138,17229,17289,17355,17422,17488,17558,17622,17675,17742,17803,17870,17983,18041,18104,18169,18234,18309,18382,18454,18503,18564,18625,18686,18748,18812,18876,18940,19005,19068,19128,19189,19255,19314,19374,19436,19507,19567,23211,23297,23547,23637,23724,23812,23894,23977,24067,28209,28261,28319,28364,28430,28494,28551,28608,30785,30842,30890,30939,31030,31363,31410,31694,32709,32789,32853,33043,33103,33724,33798,33868,33946,34000,34070,34155,34203,34249,34310,34373,34439,34503,34574,34637,34702,34766,34827,34888,34940,35013,35087,35156,35231,35305,35379,35520,38430,39038,39116,39206,39294,39390,40076,40658,40747,40994,41275,41941,42226,42619,43096,43318,43540,43816,44043,44273,44503,44733,44963,45190,45609,45835,46260,46490,46918,47137,47420,47628,47759,47986,48412,48637,49064,49285,49710,49830,50106,50407,50731,51022,51336,51473,51604,51709,51951,52118,52322,52530,52801,52913,53025,53130,53247,53461,53607,53747,53833,54181,54269,54515,54933,55182,55264,55362,55979,56079,56331,56755,57010,60837,60926,61163,63215,63457,63559,63812,82213,93337,94853,106076,107604,109361,109987,110407,111468,112733,112989,113225,113772,114266,114871,115069,115649,116213,116588,116706,117244,117401,117597,117870,118126,118296,118437,118501,118866,119233,119909,120173,120511,120864,120958,121144,121450,121712,121837,121964,122203,122414,122533,122726,122903,123358,123539,123661,123920,124033,124220,124322,124429,124558,124833,125341,125837,126714,127008,127578,127727,128459,128631,128715,129051,129143,133468,138877,144773,144835,145465,146079,146170,146283,146512,146672,146824,146995,147161,147330,147497,147660,147903,148073,148246,148417,148691,148890,149095,149425,149509,149605,149701,149799,149899,150001,150103,150205,150307,150409,150509,150605,150717,150846,150969,151100,151231,151329,151443,151537,151677,151811,151907,152019,152119,152235,152331,152443,152543,152683,152819,152983,153113,153271,153421,153562,153706,153841,153953,154103,154231,154359,154495,154627,154757,154887,154999,163343,163489,163633,163771,163837,163927,164003,164107,164197,164299,164407,164515,164615,164695,164787,164885,164995,165073,165179,165271,165375,165485,165607,165770,170255,170335,170435,170525,170635,170725,170966,171060,171166,172864,172964,173076,173190,173306,173422,173516,173630,173742,173844,173964,174086,174168,174272,174392,174518,174616,174710,174798,174910,175026,175148,175260,175435,175551,175637,175729,175841,175965,176032,176158,176226,176354,176498,176626,176695,176790,176905,177018,177117,177226,177337,177448,177549,177654,177754,177884,177975,178098,178192,178304,178390,178494,178590,178678,178796,178900,179004,179130,179218,179326,179426,179516,179626,179710,179812,179896,179950,180014,180120,180206,180316,180400,197756,202900,203018,203133,203265,203980,204672,208869,210468,212001,212389,217124,238820,245307,258739,268185,270198,270460,272790,273620,280402,282103,282397,282620,284689,287074,289625,295405,298655,302734,303949,305358",
+ "endLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,627,639,640,641,642,643,661,662,666,670,674,686,692,699,703,707,712,716,720,724,728,732,736,742,746,752,756,762,766,771,775,778,782,788,792,798,802,808,811,815,819,823,827,831,832,833,834,837,840,843,846,850,851,852,853,854,857,859,861,863,868,869,873,879,883,884,886,897,898,902,908,912,913,967,971,998,1002,1003,1007,1035,1428,1454,1626,1652,1683,1691,1697,1711,1733,1738,1743,1753,1762,1771,1775,1782,1790,1797,1798,1807,1810,1813,1817,1821,1825,1828,1829,1834,1839,1849,1854,1861,1867,1868,1871,1875,1880,1882,1884,1887,1890,1892,1896,1899,1906,1909,1912,1916,1918,1922,1924,1926,1928,1932,1940,1948,1960,1966,1975,1978,1989,1992,1993,1998,1999,2004,2154,2224,2229,2239,2248,2249,2251,2255,2258,2261,2264,2267,2270,2273,2276,2280,2283,2286,2289,2293,2296,2300,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2326,2328,2329,2330,2331,2332,2333,2334,2335,2337,2338,2340,2341,2343,2345,2346,2348,2349,2350,2351,2352,2353,2355,2356,2357,2358,2359,2360,2511,2513,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2529,2530,2531,2532,2533,2534,2536,2540,2544,2610,2611,2612,2613,2614,2618,2619,2620,2621,2645,2647,2649,2651,2653,2654,2655,2656,2658,2660,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2676,2677,2678,2679,2681,2683,2684,2686,2687,2689,2691,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2706,2707,2708,2709,2711,2712,2713,2714,2715,2717,2719,2721,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3106,3109,3112,3115,3129,3140,3150,3246,3273,3282,3357,3754,3779,3895,4016,4183,4189,4195,4226,4367,4387,4394,4398,4404,4471,4485,4583,4631,4720,4739,4765,4774",
+ "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,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,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,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,63,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,83,12,91,12,12,12,61,12,12,90,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,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "1312,1529,1631,8073,8128,8187,8249,8392,8453,8528,8604,8681,8759,8844,8926,9002,9078,9155,9233,9339,9445,9524,9604,9661,9719,10949,11024,11089,11155,11215,11276,11348,11421,11488,11556,11615,11674,11733,11792,11851,11905,11959,12012,12066,12120,12174,12228,12986,13065,13138,13212,13283,13355,13427,13500,13557,13615,13688,13762,13836,13911,13983,14056,14126,14197,14257,14318,14387,14456,14526,14600,14676,14740,14817,14893,14970,15035,15104,15181,15256,15325,15393,15470,15536,15597,15694,15759,15828,15927,15998,16057,16115,16172,16231,16295,16366,16438,16510,16582,16654,16721,16789,16857,16916,16979,17043,17133,17224,17284,17350,17417,17483,17553,17617,17670,17737,17798,17865,17978,18036,18099,18164,18229,18304,18377,18449,18498,18559,18620,18681,18743,18807,18871,18935,19000,19063,19123,19184,19250,19309,19369,19431,19502,19562,19630,23292,23379,23632,23719,23807,23889,23972,24062,24153,28256,28314,28359,28425,28489,28546,28603,28657,30837,30885,30934,30985,31059,31405,31454,31735,32736,32848,32910,33098,33155,33793,33863,33941,33995,34065,34150,34198,34244,34305,34368,34434,34498,34569,34632,34697,34761,34822,34883,34935,35008,35082,35151,35226,35300,35374,35515,35585,38478,39111,39201,39289,39385,39475,40653,40742,40989,41270,41522,42221,42614,43091,43313,43535,43811,44038,44268,44498,44728,44958,45185,45604,45830,46255,46485,46913,47132,47415,47623,47754,47981,48407,48632,49059,49280,49705,49825,50101,50402,50726,51017,51331,51468,51599,51704,51946,52113,52317,52525,52796,52908,53020,53125,53242,53456,53602,53742,53828,54176,54264,54510,54928,55177,55259,55357,55974,56074,56326,56750,57005,57099,60921,61158,63210,63452,63554,63807,65991,93332,94848,106071,107599,109356,109982,110402,111463,112728,112984,113220,113767,114261,114866,115064,115644,116208,116583,116701,117239,117396,117592,117865,118121,118291,118432,118496,118861,119228,119904,120168,120506,120859,120953,121139,121445,121707,121832,121959,122198,122409,122528,122721,122898,123353,123534,123656,123915,124028,124215,124317,124424,124553,124828,125336,125832,126709,127003,127573,127722,128454,128626,128710,129046,129138,129416,138872,144424,144830,145460,146074,146165,146278,146507,146667,146819,146990,147156,147325,147492,147655,147898,148068,148241,148412,148686,148885,149090,149420,149504,149600,149696,149794,149894,149996,150098,150200,150302,150404,150504,150600,150712,150841,150964,151095,151226,151324,151438,151532,151672,151806,151902,152014,152114,152230,152326,152438,152538,152678,152814,152978,153108,153266,153416,153557,153701,153836,153948,154098,154226,154354,154490,154622,154752,154882,154994,155134,163484,163628,163766,163832,163922,163998,164102,164192,164294,164402,164510,164610,164690,164782,164880,164990,165068,165174,165266,165370,165480,165602,165765,165922,170330,170430,170520,170630,170720,170961,171055,171161,171253,172959,173071,173185,173301,173417,173511,173625,173737,173839,173959,174081,174163,174267,174387,174513,174611,174705,174793,174905,175021,175143,175255,175430,175546,175632,175724,175836,175960,176027,176153,176221,176349,176493,176621,176690,176785,176900,177013,177112,177221,177332,177443,177544,177649,177749,177879,177970,178093,178187,178299,178385,178489,178585,178673,178791,178895,178999,179125,179213,179321,179421,179511,179621,179705,179807,179891,179945,180009,180115,180201,180311,180395,180515,202895,203013,203128,203260,203975,204667,205184,210463,211996,212384,217119,237381,239075,246812,259767,270193,270455,270811,273615,280397,281531,282392,282615,282942,286734,287717,293471,296602,302729,303944,305353,305827"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\styles.xml",
+ "from": {
+ "startLines": "3,10",
+ "startColumns": "4,4",
+ "startOffsets": "54,374",
+ "endLines": "8,15",
+ "endColumns": "12,12",
+ "endOffsets": "368,637"
+ },
+ "to": {
+ "startLines": "648,3018",
+ "startColumns": "4,4",
+ "startOffsets": "39757,197488",
+ "endLines": "653,3023",
+ "endColumns": "12,12",
+ "endOffsets": "40071,197751"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "4,2,3",
+ "startColumns": "4,4,4",
+ "startOffsets": "153,55,102",
+ "endColumns": "45,46,50",
+ "endOffsets": "194,97,148"
+ },
+ "to": {
+ "startLines": "192,193,194",
+ "startColumns": "4,4,4",
+ "startOffsets": "9973,10019,10066",
+ "endColumns": "45,46,50",
+ "endOffsets": "10014,10061,10112"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,29,36,47,74",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,1702,2087,2684,4317",
+ "endLines": "28,35,46,73,78",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "1697,2082,2679,4312,4582"
+ },
+ "to": {
+ "startLines": "3151,3178,3185,4486,4513",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "205189,206836,207221,287722,289355",
+ "endLines": "3177,3184,3195,4512,4517",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "206831,207216,207813,289350,289620"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c1763829f79bc3811543d2bb9a22b866\\constraintlayout-1.1.3\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
+ "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",
+ "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
+ "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
+ },
+ "to": {
+ "startLines": "2,3,16,21,22,23,26,34,35,36,37,40,41,44,47,48,49,50,51,54,57,58,59,60,65,68,71,72,73,78,79,80,83,86,87,90,93,96,99,100,103,106,107,112,113,118,121,124,125,126,127,128,129,130,131,132,133,3896,3897,3898,4147",
+ "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",
+ "startOffsets": "150,211,786,1042,1094,1155,1317,1636,1697,1757,1827,1960,2028,2157,2283,2345,2410,2478,2545,2668,2793,2860,2925,2990,3171,3292,3413,3479,3546,3756,3825,3891,4016,4142,4209,4335,4462,4587,4714,4779,4905,5028,5093,5301,5368,5548,5668,5788,5853,5915,5977,6039,6098,6158,6219,6280,6339,246817,249393,249525,268077",
+ "endLines": "2,10,16,21,22,23,29,34,35,36,39,40,43,46,47,48,49,50,53,56,57,58,59,64,67,70,71,72,77,78,79,82,85,86,89,92,95,98,99,102,105,106,111,112,117,120,123,124,125,126,127,128,129,130,131,132,141,3896,3897,3898,4147",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "206,497,829,1089,1150,1196,1439,1692,1752,1822,1955,2023,2152,2278,2340,2405,2473,2540,2663,2788,2855,2920,2985,3166,3287,3408,3474,3541,3751,3820,3886,4011,4137,4204,4330,4457,4582,4709,4774,4900,5023,5088,5296,5363,5543,5663,5783,5848,5910,5972,6034,6093,6153,6214,6275,6334,6709,249388,249520,252784,268180"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\cbfe81a657ef2afb513a6ca64388f844\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,102,3,13",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,5935,116,724",
+ "endLines": "2,104,12,101",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,6075,719,5930"
+ },
+ "to": {
+ "startLines": "24,3015,3899,3909",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1201,197343,252789,253397",
+ "endLines": "24,3017,3908,3997",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "1257,197483,253392,258603"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\dimens.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "88,146",
+ "endColumns": "57,55",
+ "endOffsets": "141,197"
+ },
+ "to": {
+ "startLines": "336,337",
+ "startColumns": "4,4",
+ "startOffsets": "19635,19693",
+ "endColumns": "57,55",
+ "endOffsets": "19688,19744"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\4ea847ccfe34de0657fc7a139eae5de8\\transition-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,138,185,240,285,339,391,440,501",
+ "endColumns": "39,42,46,54,44,53,51,48,60,49",
+ "endOffsets": "90,133,180,235,280,334,386,435,496,546"
+ },
+ "to": {
+ "startLines": "517,524,527,528,529,547,548,549,550,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "30990,31320,31459,31506,31561,32443,32497,32549,32598,32659",
+ "endColumns": "39,42,46,54,44,53,51,48,60,49",
+ "endOffsets": "31025,31358,31501,31556,31601,32492,32544,32593,32654,32704"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "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,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,345,346,347,352,353,357,363,367,368,369,370,381,382,383,387,393,397,398,399,400,430,450,496,526,546,566,612,616,620,634,675,683,693,694,695,696,697,700,701,704,707,708,711,715,720,728,736,745,753,757,765,773,781,789,797,806,815,823,832,835,837,842,844,849,853,857,858,863,864,865,866,867,868,870,871,876,877,878,879,880,881,882,884,888,892,896,900,901,902,903,904,905,906,907,908,911,915,918,922,930,937,946,950,965,973,976,985,990,1001,1009,1012,1021,1028,1029,1048,1051,1057,1060,1069,1072,1075,1078,1081,1084,1088,1091,1100,1103,1111,1116,1124,1129,1133,1134,1145,1152,1156,1160,1161,1165,1173,1177,1182,1187,55,56,57,76,82,92,96,97,98,141,149,150,158,159,160,161,167,168,169,170,171,172,173,174,175,198,217",
+ "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",
+ "startOffsets": "100,156,216,277,332,385,443,491,540,585,638,696,756,814,860,920,973,1019,1069,1116,1174,1232,1291,1351,1413,1475,1537,1599,1661,1723,1784,1846,1908,1961,2023,2097,2160,2228,2309,2373,2439,2509,2579,2649,2719,2786,2849,2914,2980,3033,3109,3175,3262,18372,18426,18505,18583,18656,18721,18784,18850,18921,18992,19054,19123,19189,19256,19323,19379,19430,19483,19535,19589,19660,19723,19782,19844,19903,19976,20043,20103,20166,20241,20313,20384,20440,20511,20568,20625,20691,20755,20826,20883,20936,20999,21051,21109,21176,21242,21308,21389,21464,21520,21573,21634,21692,21742,21791,21840,21889,21951,22003,22048,22129,22183,22236,22290,22341,22390,22441,22502,22563,22625,22675,22716,22766,22814,22876,22927,22976,23045,23106,23162,23233,23298,23367,23418,23481,23551,23620,23690,23752,23822,23892,23967,24026,24084,24146,24191,24234,24281,24326,24377,24425,24491,24553,24616,24688,24745,24802,24862,24920,24990,25047,25197,25328,25432,25519,25676,25833,25986,26067,26145,26446,26612,26767,26869,27146,27239,27346,27689,27796,28025,28434,28666,28766,28871,28990,29613,29760,29879,30114,30529,30767,30879,31000,31133,33276,34792,38088,40227,41755,43299,46591,46837,47096,47900,49660,50110,50825,50898,50985,51070,51169,51364,51456,51629,51791,51886,52055,52298,52591,53000,53414,53874,54292,54533,54963,55398,55808,56230,56640,57097,57551,57967,58433,58615,58683,59027,59107,59463,59613,59757,59841,60206,60304,60412,60510,60620,60736,60862,60958,61335,61445,61569,61707,61817,61939,62067,62205,62367,62583,62739,62943,63027,63131,63225,63339,63451,63575,63671,63751,63940,64146,64339,64549,64981,65402,65827,66024,66972,67493,67616,68253,68474,69289,69758,69941,70537,70997,71102,72363,72513,72930,73095,73775,73934,74096,74251,74447,74614,74836,74996,75373,75532,75860,76077,76652,77002,77251,77348,78054,78492,78733,78922,79056,79247,79884,80134,80437,80652,3338,3636,3892,4389,4823,5480,5823,7362,7710,9607,9929,10060,10766,10903,11055,11257,11962,12082,13231,13798,13927,14060,14220,14395,14537,16324,18162",
+ "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,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,344,345,346,351,352,356,362,366,367,368,369,380,381,382,386,392,396,397,398,399,429,449,495,525,545,565,611,615,619,633,674,682,692,693,694,695,696,699,700,703,706,707,710,714,719,727,735,744,752,756,764,772,780,788,796,805,814,822,831,834,836,841,843,848,852,856,857,862,863,864,865,866,867,869,870,875,876,877,878,879,880,881,883,887,891,895,899,900,901,902,903,904,905,906,907,910,914,917,921,929,936,945,949,964,972,975,984,989,1000,1008,1011,1020,1027,1028,1047,1050,1056,1059,1068,1071,1074,1077,1080,1083,1087,1090,1099,1102,1110,1115,1123,1128,1132,1133,1144,1151,1155,1159,1160,1164,1172,1176,1181,1186,1195,55,56,75,81,91,95,96,97,140,148,149,157,158,159,160,166,167,168,169,170,171,172,173,174,197,216,217",
+ "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209",
+ "endOffsets": "151,211,272,327,380,438,486,535,580,633,691,751,809,855,915,968,1014,1064,1111,1169,1227,1286,1346,1408,1470,1532,1594,1656,1718,1779,1841,1903,1956,2018,2092,2155,2223,2304,2368,2434,2504,2574,2644,2714,2781,2844,2909,2975,3028,3104,3170,3257,3333,18421,18500,18578,18651,18716,18779,18845,18916,18987,19049,19118,19184,19251,19318,19374,19425,19478,19530,19584,19655,19718,19777,19839,19898,19971,20038,20098,20161,20236,20308,20379,20435,20506,20563,20620,20686,20750,20821,20878,20931,20994,21046,21104,21171,21237,21303,21384,21459,21515,21568,21629,21687,21737,21786,21835,21884,21946,21998,22043,22124,22178,22231,22285,22336,22385,22436,22497,22558,22620,22670,22711,22761,22809,22871,22922,22971,23040,23101,23157,23228,23293,23362,23413,23476,23546,23615,23685,23747,23817,23887,23962,24021,24079,24141,24186,24229,24276,24321,24372,24420,24486,24548,24611,24683,24740,24797,24857,24915,24985,25042,25192,25323,25427,25514,25671,25828,25981,26062,26140,26441,26607,26762,26864,27141,27234,27341,27684,27791,28020,28429,28661,28761,28866,28985,29608,29755,29874,30109,30524,30762,30874,30995,31128,33271,34787,38083,40222,41750,43294,46586,46832,47091,47895,49655,50105,50820,50893,50980,51065,51164,51359,51451,51624,51786,51881,52050,52293,52586,52995,53409,53869,54287,54528,54958,55393,55803,56225,56635,57092,57546,57962,58428,58610,58678,59022,59102,59458,59608,59752,59836,60201,60299,60407,60505,60615,60731,60857,60953,61330,61440,61564,61702,61812,61934,62062,62200,62362,62578,62734,62938,63022,63126,63220,63334,63446,63570,63666,63746,63935,64141,64334,64544,64976,65397,65822,66019,66967,67488,67611,68248,68469,69284,69753,69936,70532,70992,71097,72358,72508,72925,73090,73770,73929,74091,74246,74442,74609,74831,74991,75368,75527,75855,76072,76647,76997,77246,77343,78049,78487,78728,78917,79051,79242,79879,80129,80432,80647,81228,3631,3887,4384,4818,5475,5818,7357,7705,9602,9924,10055,10761,10898,11050,11252,11957,12077,13226,13793,13922,14055,14215,14390,14532,16319,18157,18367"
+ },
+ "to": {
+ "startLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,644,914,915,916,921,922,926,932,936,937,938,939,950,951,952,956,962,966,1036,1037,1038,1068,1088,1134,1164,1184,1204,1250,1254,2005,2019,2060,2068,2225,2226,2227,2228,2372,2375,2376,2379,2382,2383,2386,2390,2395,2403,2411,2420,2428,2432,2440,2448,2456,2464,2472,2481,2490,2498,2507,2545,2547,2552,2554,2559,2563,2567,2568,2573,2574,2575,2576,2577,2578,2580,2581,2586,2587,2588,2589,2590,2591,2592,2594,2598,2602,2606,2622,2623,2624,2625,2626,2627,2628,2629,2630,2633,2637,2640,2741,2749,2756,2765,2769,2784,2792,2795,2804,2809,2820,2828,2831,2840,2847,2848,2867,2870,2876,2879,2888,2891,2894,2897,2900,2903,2907,2910,2919,2922,2930,2935,2943,2948,2952,2953,2964,2971,2975,2979,2980,2984,2992,2996,3001,3006,3196,3197,3198,3755,3761,3771,3808,3809,3810,3853,3998,4017,4025,4026,4102,4196,4202,4203,4388,4433,4434,4472,4473,4584,4585,4632,4651",
+ "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",
+ "startOffsets": "502,558,618,679,834,887,945,993,1444,1534,6714,6772,6832,6890,6936,6996,7049,7095,7145,7192,7250,7308,7367,7427,7489,7551,7613,7675,7737,7799,7860,7922,7984,8254,10117,10191,10254,10322,10403,10467,10533,10603,10673,10743,10813,12233,12296,12361,12427,12480,12556,12622,12709,20407,20461,20540,20618,20691,20756,20819,20885,20956,21027,21089,21158,21224,21291,21358,21414,21465,21518,21570,21624,21695,21758,21817,21879,21938,22011,22078,22138,22201,22276,22348,22419,22475,22546,22603,22660,22726,22790,22861,22918,22971,23034,23086,23144,24381,24447,24513,24594,24669,24725,24778,24839,24897,24947,24996,25045,25094,25156,25208,25253,25334,25388,25441,25495,25546,25595,25646,25707,25768,25830,25880,25921,25971,26019,26081,26132,26181,26250,26311,26367,26438,26503,26572,26623,26686,26756,26825,26895,26957,27027,27097,27172,31200,31258,31606,31651,32265,32312,32357,32741,32915,32981,33160,33223,33295,33352,33409,33469,33527,33597,35820,35970,36101,36205,36399,36556,36882,37275,37482,37560,37861,38027,38182,39480,57104,57197,57304,57647,57754,57983,58392,58624,58724,58829,58948,59571,59718,59837,60072,60487,60725,65996,66117,66250,68393,69909,73205,75344,76872,78416,81708,81954,129421,130225,131985,132435,144429,144502,144589,144674,155897,156092,156184,156357,156519,156614,156783,157026,157319,157728,158142,158602,159020,159261,159691,160126,160536,160958,161368,161825,162279,162695,163161,165927,165995,166339,166419,166775,166925,167069,167153,167518,167616,167724,167822,167932,168048,168174,168270,168647,168757,168881,169019,169129,169251,169379,169517,169679,169895,170051,171258,171342,171446,171540,171654,171766,171890,171986,172066,172255,172461,172654,180659,181091,181512,181937,182134,183082,183603,183726,184363,184584,185399,185868,186051,186647,187107,187212,188473,188623,189040,189205,189885,190044,190206,190361,190557,190724,190946,191106,191483,191642,191970,192187,192762,193112,193361,193458,194164,194602,194843,195032,195166,195357,195994,196244,196547,196762,207818,208116,208372,237386,237820,238477,240903,242442,242790,244687,258608,259772,260478,260615,265738,270816,271521,271641,281536,284427,284556,286739,286899,293476,293618,296607,298445",
+ "endLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,647,914,915,920,921,925,931,935,936,937,938,949,950,951,955,961,965,966,1036,1037,1067,1087,1133,1163,1183,1203,1249,1253,1257,2018,2059,2067,2077,2225,2226,2227,2228,2374,2375,2378,2381,2382,2385,2389,2394,2402,2410,2419,2427,2431,2439,2447,2455,2463,2471,2480,2489,2497,2506,2509,2546,2551,2553,2558,2562,2566,2567,2572,2573,2574,2575,2576,2577,2579,2580,2585,2586,2587,2588,2589,2590,2591,2593,2597,2601,2605,2609,2622,2623,2624,2625,2626,2627,2628,2629,2632,2636,2639,2643,2748,2755,2764,2768,2783,2791,2794,2803,2808,2819,2827,2830,2839,2846,2847,2866,2869,2875,2878,2887,2890,2893,2896,2899,2902,2906,2909,2918,2921,2929,2934,2942,2947,2951,2952,2963,2970,2974,2978,2979,2983,2991,2995,3000,3005,3014,3196,3197,3216,3760,3770,3774,3808,3809,3852,3860,3998,4024,4025,4026,4102,4201,4202,4203,4388,4433,4434,4472,4473,4584,4607,4650,4651",
+ "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209",
+ "endOffsets": "553,613,674,729,882,940,988,1037,1484,1582,6767,6827,6885,6931,6991,7044,7090,7140,7187,7245,7303,7362,7422,7484,7546,7608,7670,7732,7794,7855,7917,7979,8032,8311,10186,10249,10317,10398,10462,10528,10598,10668,10738,10808,10875,12291,12356,12422,12475,12551,12617,12704,12780,20456,20535,20613,20686,20751,20814,20880,20951,21022,21084,21153,21219,21286,21353,21409,21460,21513,21565,21619,21690,21753,21812,21874,21933,22006,22073,22133,22196,22271,22343,22414,22470,22541,22598,22655,22721,22785,22856,22913,22966,23029,23081,23139,23206,24442,24508,24589,24664,24720,24773,24834,24892,24942,24991,25040,25089,25151,25203,25248,25329,25383,25436,25490,25541,25590,25641,25702,25763,25825,25875,25916,25966,26014,26076,26127,26176,26245,26306,26362,26433,26498,26567,26618,26681,26751,26820,26890,26952,27022,27092,27167,27226,31253,31315,31646,31689,32307,32352,32403,32784,32976,33038,33218,33290,33347,33404,33464,33522,33592,33649,35965,36096,36200,36287,36551,36708,37030,37351,37555,37856,38022,38177,38279,39752,57192,57299,57642,57749,57978,58387,58619,58719,58824,58943,59566,59713,59832,60067,60482,60720,60832,66112,66245,68388,69904,73200,75339,76867,78411,81703,81949,82208,130220,131980,132430,133145,144497,144584,144669,144768,156087,156179,156352,156514,156609,156778,157021,157314,157723,158137,158597,159015,159256,159686,160121,160531,160953,161363,161820,162274,162690,163156,163338,165990,166334,166414,166770,166920,167064,167148,167513,167611,167719,167817,167927,168043,168169,168265,168642,168752,168876,169014,169124,169246,169374,169512,169674,169890,170046,170250,171337,171441,171535,171649,171761,171885,171981,172061,172250,172456,172649,172859,181086,181507,181932,182129,183077,183598,183721,184358,184579,185394,185863,186046,186642,187102,187207,188468,188618,189035,189200,189880,190039,190201,190356,190552,190719,190941,191101,191478,191637,191965,192182,192757,193107,193356,193453,194159,194597,194838,195027,195161,195352,195989,196239,196542,196757,197338,208111,208367,208864,237815,238472,238815,242437,242785,244682,245004,258734,260473,260610,260762,265935,271516,271636,272785,282098,284551,284684,286894,287069,293613,295400,298440,298650"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\99839343cfb353ec06147cc6109cf9b2\\recyclerview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "30,31,32,33,34,35,36,2",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "1535,1594,1642,1698,1773,1849,1921,55",
+ "endLines": "30,31,32,33,34,35,36,29",
+ "endColumns": "58,47,55,74,75,71,65,24",
+ "endOffsets": "1589,1637,1693,1768,1844,1916,1982,1530"
+ },
+ "to": {
+ "startLines": "394,395,396,404,405,406,519,4405",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "23384,23443,23491,24158,24233,24309,31064,282947",
+ "endLines": "394,395,396,404,405,406,519,4432",
+ "endColumns": "58,47,55,74,75,71,65,24",
+ "endOffsets": "23438,23486,23542,24228,24304,24376,31125,284422"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "15,188,189,190,191,338,339,340,675,2078,2080,2083,3780",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "734,9724,9785,9847,9909,19749,19808,19865,41527,133150,133214,133340,239080",
+ "endLines": "15,188,189,190,191,338,339,340,681,2079,2082,2085,3807",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "781,9780,9842,9904,9968,19803,19860,19914,41936,133209,133335,133463,240898"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v21_values-watch-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v26_values-v26.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,431,657,896",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,426,652,891,984"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-vi_values-vi.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,314,423,507,610,729,807,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,76,90,91,94,93,100,92,94,93,90,90,82,103,107,100,104,114,104,156,98,83",
+ "endOffsets": "207,309,418,502,605,724,802,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1899,2003,2111,2212,2317,2432,2537,2694,2793,2877"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2882",
+ "endColumns": "100",
+ "endOffsets": "2978"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v24_values-v24.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-kk_values-kk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2877",
+ "endColumns": "100",
+ "endOffsets": "2973"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,318,428,513,619,738,818,896,987,1079,1174,1268,1369,1462,1557,1654,1745,1836,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,77,90,91,94,93,100,92,94,96,90,90,79,104,102,97,106,105,99,165,94,80",
+ "endOffsets": "208,313,423,508,614,733,813,891,982,1074,1169,1263,1364,1457,1552,1649,1740,1831,1911,2016,2119,2217,2324,2430,2530,2696,2791,2872"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sq_values-sq.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2882",
+ "endColumns": "100",
+ "endOffsets": "2978"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,319,431,517,623,746,828,907,998,1090,1185,1279,1381,1474,1569,1666,1757,1850,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,78,90,91,94,93,101,92,94,96,90,92,79,105,103,97,105,103,101,153,96,80",
+ "endOffsets": "214,314,426,512,618,741,823,902,993,1085,1180,1274,1376,1469,1564,1661,1752,1845,1925,2031,2135,2233,2339,2443,2545,2699,2796,2877"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v22_values-v22.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,553",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,548,896"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ro_values-ro.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,226,330,443,527,631,752,837,918,1009,1101,1196,1290,1391,1484,1579,1673,1764,1856,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,80,90,91,94,93,100,92,94,93,90,91,81,111,107,99,113,105,105,163,102,82",
+ "endOffsets": "221,325,438,522,626,747,832,913,1004,1096,1191,1285,1386,1479,1574,1668,1759,1851,1933,2045,2153,2253,2367,2473,2579,2743,2846,2929"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2934",
+ "endColumns": "100",
+ "endOffsets": "3030"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-h720dp-v13_values-h720dp-v13.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "66",
+ "endOffsets": "117"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-is_values-is.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,205,302,414,499,600,714,795,875,966,1058,1151,1245,1352,1445,1540,1635,1726,1820,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,79,90,91,92,93,106,92,94,94,90,93,79,109,106,96,108,99,102,154,97,79",
+ "endOffsets": "200,297,409,494,595,709,790,870,961,1053,1146,1240,1347,1440,1535,1630,1721,1815,1895,2005,2112,2209,2318,2418,2521,2676,2774,2854"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2859",
+ "endColumns": "100",
+ "endOffsets": "2955"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ko_values-ko.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2763",
+ "endColumns": "100",
+ "endOffsets": "2859"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,202,296,397,479,577,683,763,839,930,1022,1117,1211,1312,1405,1500,1594,1685,1776,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,75,90,91,94,93,100,92,94,93,90,90,78,97,93,94,99,96,99,151,93,77",
+ "endOffsets": "197,291,392,474,572,678,758,834,925,1017,1112,1206,1307,1400,1495,1589,1680,1771,1850,1948,2042,2137,2237,2334,2434,2586,2680,2758"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sv_values-sv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,311,422,506,608,721,798,874,967,1061,1156,1250,1353,1448,1545,1643,1739,1832,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,75,92,93,94,93,102,94,96,97,95,92,78,105,98,95,104,102,101,153,101,78",
+ "endOffsets": "203,306,417,501,603,716,793,869,962,1056,1151,1245,1348,1443,1540,1638,1734,1827,1906,2012,2111,2207,2312,2415,2517,2671,2773,2852"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2857",
+ "endColumns": "100",
+ "endOffsets": "2953"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lv_values-lv.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "3071",
+ "endColumns": "100",
+ "endOffsets": "3167"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,335,444,530,634,756,838,919,1029,1136,1242,1351,1463,1566,1678,1785,1890,1990,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,80,109,106,105,108,111,102,111,106,104,99,83,108,110,98,110,106,104,173,98,81",
+ "endOffsets": "220,330,439,525,629,751,833,914,1024,1131,1237,1346,1458,1561,1673,1780,1885,1985,2069,2178,2289,2388,2499,2606,2711,2885,2984,3066"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-am_values-am.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,203,301,407,493,596,713,791,868,959,1051,1143,1237,1338,1431,1526,1619,1710,1801,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,76,90,91,91,93,100,92,94,92,90,90,78,99,99,95,101,99,98,149,95,78",
+ "endOffsets": "198,296,402,488,591,708,786,863,954,1046,1138,1232,1333,1426,1521,1614,1705,1796,1875,1975,2075,2171,2273,2373,2472,2622,2718,2797"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2802",
+ "endColumns": "100",
+ "endOffsets": "2898"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zu_values-zu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,320,432,520,623,738,817,895,986,1078,1173,1267,1368,1461,1556,1650,1741,1834,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,77,90,91,94,93,100,92,94,93,90,92,79,103,102,97,106,106,104,156,95,80",
+ "endOffsets": "208,315,427,515,618,733,812,890,981,1073,1168,1262,1363,1456,1551,1645,1736,1829,1909,2013,2116,2214,2321,2428,2533,2690,2786,2867"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2872",
+ "endColumns": "100",
+ "endOffsets": "2968"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ar_values-ar.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2839",
+ "endColumns": "100",
+ "endOffsets": "2935"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1063,1155,1249,1350,1443,1538,1631,1722,1816,1894,1999,2097,2195,2303,2403,2506,2661,2758",
+ "endColumns": "107,103,106,81,100,113,79,78,90,91,91,93,100,92,94,92,90,93,77,104,97,97,107,99,102,154,96,80",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1058,1150,1244,1345,1438,1533,1626,1717,1811,1889,1994,2092,2190,2298,2398,2501,2656,2753,2834"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fr-rCA_values-fr-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,323,433,520,626,756,841,922,1013,1105,1203,1298,1399,1492,1585,1680,1771,1862,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,80,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85",
+ "endOffsets": "211,318,428,515,621,751,836,917,1008,1100,1198,1293,1394,1487,1580,1675,1766,1857,1942,2052,2163,2266,2377,2485,2592,2751,2850,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2941",
+ "endColumns": "100",
+ "endOffsets": "3037"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bg_values-bg.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2937",
+ "endColumns": "100",
+ "endOffsets": "3033"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,436,522,632,753,833,911,1002,1094,1189,1283,1384,1477,1572,1680,1771,1862,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,77,90,91,94,93,100,92,94,107,90,90,81,113,107,99,113,106,107,159,98,82",
+ "endOffsets": "220,326,431,517,627,748,828,906,997,1089,1184,1278,1379,1472,1567,1675,1766,1857,1939,2053,2161,2261,2375,2482,2590,2750,2849,2932"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es_values-es.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2918",
+ "endColumns": "100",
+ "endOffsets": "3014"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,207,320,428,513,614,742,828,910,1002,1095,1192,1286,1387,1481,1577,1673,1765,1857,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,81,91,92,96,93,100,93,95,95,91,91,80,106,110,98,107,107,106,158,98,81",
+ "endOffsets": "202,315,423,508,609,737,823,905,997,1090,1187,1281,1382,1476,1572,1668,1760,1852,1933,2040,2151,2250,2358,2466,2573,2732,2831,2913"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-watch-v20_values-watch-v20.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-it_values-it.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,313,422,506,611,730,808,884,976,1069,1162,1256,1358,1452,1549,1644,1736,1828,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,75,91,92,92,93,101,93,96,94,91,91,79,105,106,97,103,105,106,162,99,80",
+ "endOffsets": "205,308,417,501,606,725,803,879,971,1064,1157,1251,1353,1447,1544,1639,1731,1823,1903,2009,2116,2214,2318,2424,2531,2694,2794,2875"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rXC_values-en-rXC.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
+ "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
+ "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "202",
+ "endOffsets": "253"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5682",
+ "endColumns": "202",
+ "endOffsets": "5880"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-my_values-my.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2957",
+ "endColumns": "100",
+ "endOffsets": "3053"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,218,325,441,528,637,760,842,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1945,2060,2169,2268,2394,2501,2609,2769,2872",
+ "endColumns": "112,106,115,86,108,122,81,81,90,91,94,93,100,92,94,93,90,90,83,114,108,98,125,106,107,159,102,84",
+ "endOffsets": "213,320,436,523,632,755,837,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1940,2055,2164,2263,2389,2496,2604,2764,2867,2952"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mk_values-mk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,317,425,511,619,738,822,904,995,1087,1183,1277,1378,1471,1566,1662,1753,1844,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,81,90,91,95,93,100,92,94,95,90,90,85,105,105,100,106,111,103,155,97,83",
+ "endOffsets": "208,312,420,506,614,733,817,899,990,1082,1178,1272,1373,1466,1561,1657,1748,1839,1925,2031,2137,2238,2345,2457,2561,2717,2815,2899"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2904",
+ "endColumns": "100",
+ "endOffsets": "3000"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sl_values-sl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,217,319,427,514,617,736,817,896,988,1081,1176,1270,1366,1460,1556,1656,1748,1840,1923,2031,2139,2239,2352,2460,2568,2751,2851",
+ "endColumns": "111,101,107,86,102,118,80,78,91,92,94,93,95,93,95,99,91,91,82,107,107,99,112,107,107,182,99,82",
+ "endOffsets": "212,314,422,509,612,731,812,891,983,1076,1171,1265,1361,1455,1551,1651,1743,1835,1918,2026,2134,2234,2347,2455,2563,2746,2846,2929"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2934",
+ "endColumns": "100",
+ "endOffsets": "3030"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-te_values-te.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,222,334,445,535,640,759,837,914,1005,1097,1192,1286,1387,1480,1575,1670,1761,1852,1934,2048,2150,2247,2362,2465,2580,2742,2845",
+ "endColumns": "116,111,110,89,104,118,77,76,90,91,94,93,100,92,94,94,90,90,81,113,101,96,114,102,114,161,102,79",
+ "endOffsets": "217,329,440,530,635,754,832,909,1000,1092,1187,1281,1382,1475,1570,1665,1756,1847,1929,2043,2145,2242,2357,2460,2575,2737,2840,2920"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2925",
+ "endColumns": "100",
+ "endOffsets": "3021"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ka_values-ka.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,316,427,513,618,731,814,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,79,90,91,94,93,100,92,94,94,90,90,79,112,105,97,112,104,103,157,98,80",
+ "endOffsets": "208,311,422,508,613,726,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1907,2020,2126,2224,2337,2442,2546,2704,2803,2884"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2889",
+ "endColumns": "100",
+ "endOffsets": "2985"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ky_values-ky.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,325,437,522,627,744,823,902,993,1085,1180,1274,1375,1468,1563,1658,1749,1840,1920,2026,2131,2229,2336,2442,2557,2718,2820",
+ "endColumns": "110,108,111,84,104,116,78,78,90,91,94,93,100,92,94,94,90,90,79,105,104,97,106,105,114,160,101,80",
+ "endOffsets": "211,320,432,517,622,739,818,897,988,1080,1175,1269,1370,1463,1558,1653,1744,1835,1915,2021,2126,2224,2331,2437,2552,2713,2815,2896"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2901",
+ "endColumns": "100",
+ "endOffsets": "2997"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-es-rUS_values-es-rUS.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,334,442,527,629,745,830,911,1002,1094,1189,1283,1383,1476,1575,1671,1762,1853,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,80,90,91,94,93,99,92,98,95,90,90,80,106,98,98,107,107,106,158,99,81",
+ "endOffsets": "220,329,437,522,624,740,825,906,997,1089,1184,1278,1378,1471,1570,1666,1757,1848,1929,2036,2135,2234,2342,2450,2557,2716,2816,2898"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2903",
+ "endColumns": "100",
+ "endOffsets": "2999"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-cs_values-cs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,314,423,509,614,731,809,886,977,1069,1164,1258,1353,1446,1541,1638,1729,1820,1903,2007,2119,2218,2324,2435,2537,2700,2798",
+ "endColumns": "106,101,108,85,104,116,77,76,90,91,94,93,94,92,94,96,90,90,82,103,111,98,105,110,101,162,97,81",
+ "endOffsets": "207,309,418,504,609,726,804,881,972,1064,1159,1253,1348,1441,1536,1633,1724,1815,1898,2002,2114,2213,2319,2430,2532,2695,2793,2875"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v25_values-v25.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ca_values-ca.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,328,435,518,624,750,834,914,1005,1097,1190,1285,1384,1477,1570,1664,1755,1846,1926,2037,2145,2243,2353,2458,2566,2726,2825",
+ "endColumns": "117,104,106,82,105,125,83,79,90,91,92,94,98,92,92,93,90,90,79,110,107,97,109,104,107,159,98,80",
+ "endOffsets": "218,323,430,513,619,745,829,909,1000,1092,1185,1280,1379,1472,1565,1659,1750,1841,1921,2032,2140,2238,2348,2453,2561,2721,2820,2901"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2906",
+ "endColumns": "100",
+ "endOffsets": "3002"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rTW_values-zh-rTW.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,293,393,475,572,680,757,833,925,1018,1115,1211,1307,1401,1497,1589,1681,1773,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,75,91,92,96,95,95,93,95,91,91,91,76,95,94,94,96,95,97,149,93,77",
+ "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1110,1206,1302,1396,1492,1584,1676,1768,1845,1941,2036,2131,2228,2324,2422,2572,2666,2744"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2749",
+ "endColumns": "100",
+ "endOffsets": "2845"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v21_values-v21.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,10,18,26",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,484,910,1333",
+ "endLines": "9,17,25,33",
+ "endColumns": "10,10,10,10",
+ "endOffsets": "479,905,1328,1763"
+ },
+ "to": {
+ "startLines": "268,276,284,292",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "19766,20195,20621,21044",
+ "endLines": "275,283,291,299",
+ "endColumns": "10,10,10,10",
+ "endOffsets": "20190,20616,21039,21474"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "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,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "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",
+ "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,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265",
+ "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,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "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,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,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,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,110,113,156,159,162,164,166,168,171,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,224,226,227,228,238,239,240,252",
+ "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",
+ "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4512,4661,4810,4922,5069,5222,5369,5444,5533,5620,5721,5824,8798,8983,11969,12166,12365,12488,12611,12724,12907,13162,13363,13452,13563,13796,13897,13992,14115,14244,14361,14538,14637,14772,14915,15050,15169,15370,15489,15582,15693,15749,15856,16051,16162,16295,16390,16481,16572,16665,16782,16921,16992,17075,17755,17812,17870,18564",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,109,112,155,158,161,163,165,167,170,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,223,225,226,227,237,238,239,251,263",
+ "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,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4507,4656,4805,4917,5064,5217,5364,5439,5528,5615,5716,5819,8793,8978,11964,12161,12360,12483,12606,12719,12902,13157,13358,13447,13558,13791,13892,13987,14110,14239,14356,14533,14632,14767,14910,15045,15164,15365,15484,15577,15688,15744,15851,16046,16157,16290,16385,16476,16567,16660,16777,16916,16987,17070,17750,17807,17865,18559,19265"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,159,223,290,354,470,596,722,850,1022",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "103,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "154,218,285,349,465,591,717,845,1017,1355"
+ },
+ "to": {
+ "startLines": "2,3,4,5,264,265,266,267,300,303",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,159,223,290,19270,19386,19512,19638,21479,21651",
+ "endLines": "2,3,4,5,264,265,266,267,302,307",
+ "endColumns": "103,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "154,218,285,349,19381,19507,19633,19761,21646,21984"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rCA_values-en-rCA.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2846",
+ "endColumns": "100",
+ "endOffsets": "2942"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ta_values-ta.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,218,320,435,524,635,756,835,912,1010,1109,1204,1298,1406,1506,1608,1702,1800,1898,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,76,97,98,94,93,107,99,101,93,97,97,79,107,102,98,115,102,104,156,101,80",
+ "endOffsets": "213,315,430,519,630,751,830,907,1005,1104,1199,1293,1401,1501,1603,1697,1795,1893,1973,2081,2184,2283,2399,2502,2607,2764,2866,2947"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2952",
+ "endColumns": "100",
+ "endOffsets": "3048"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bs_values-bs.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,226,323,430,516,620,742,827,910,1001,1093,1188,1282,1383,1476,1571,1666,1757,1848,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,82,90,91,94,93,100,92,94,94,90,90,86,102,103,100,104,113,102,168,95,85",
+ "endOffsets": "221,318,425,511,615,737,822,905,996,1088,1183,1277,1378,1471,1566,1661,1752,1843,1930,2033,2137,2238,2343,2457,2560,2729,2825,2911"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2916",
+ "endColumns": "100",
+ "endOffsets": "3012"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-land_values-land.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "10",
+ "endOffsets": "222"
+ },
+ "to": {
+ "startLines": "5",
+ "startColumns": "4",
+ "startOffsets": "264",
+ "endLines": "8",
+ "endColumns": "10",
+ "endOffsets": "431"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-si_values-si.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2902",
+ "endColumns": "100",
+ "endOffsets": "2998"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,221,328,435,518,623,739,829,916,1007,1099,1193,1287,1388,1481,1576,1670,1761,1852,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,86,90,91,93,93,100,92,94,93,90,90,82,108,103,97,109,99,106,158,98,80",
+ "endOffsets": "216,323,430,513,618,734,824,911,1002,1094,1188,1282,1383,1476,1571,1665,1756,1847,1930,2039,2143,2241,2351,2451,2558,2717,2816,2897"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hy_values-hy.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2896",
+ "endColumns": "100",
+ "endOffsets": "2992"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,313,423,512,618,735,817,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,80,90,91,94,93,100,92,94,93,90,90,81,105,105,98,109,107,100,169,96,81",
+ "endOffsets": "208,308,418,507,613,730,812,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1912,2018,2124,2223,2333,2441,2542,2712,2809,2891"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-as_values-as.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,312,419,510,612,732,809,885,976,1068,1163,1257,1358,1451,1546,1640,1731,1822,1907,2020,2128,2227,2336,2452,2572,2739,2841",
+ "endColumns": "107,98,106,90,101,119,76,75,90,91,94,93,100,92,94,93,90,90,84,112,107,98,108,115,119,166,101,81",
+ "endOffsets": "208,307,414,505,607,727,804,880,971,1063,1158,1252,1353,1446,1541,1635,1726,1817,1902,2015,2123,2222,2331,2447,2567,2734,2836,2918"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2923",
+ "endColumns": "100",
+ "endOffsets": "3019"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rIN_values-en-rIN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v16_values-v16.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tr_values-tr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,318,430,515,621,741,821,897,988,1080,1172,1266,1367,1460,1562,1657,1748,1839,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,75,90,91,91,93,100,92,101,94,90,90,77,106,103,95,106,102,108,155,97,78",
+ "endOffsets": "214,313,425,510,616,736,816,892,983,1075,1167,1261,1362,1455,1557,1652,1743,1834,1912,2019,2123,2219,2326,2429,2538,2694,2792,2871"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-be_values-be.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,328,444,530,635,754,834,912,1004,1097,1192,1286,1382,1476,1572,1667,1759,1851,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,77,91,92,94,93,95,93,95,94,91,91,79,105,104,97,107,105,107,172,99,80",
+ "endOffsets": "220,323,439,525,630,749,829,907,999,1092,1187,1281,1377,1471,1567,1662,1754,1846,1926,2032,2137,2235,2343,2449,2557,2730,2830,2911"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2916",
+ "endColumns": "100",
+ "endOffsets": "3012"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ur_values-ur.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,325,434,520,624,744,821,897,989,1082,1177,1271,1373,1467,1563,1657,1749,1841,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,75,91,92,94,93,101,93,95,93,91,91,83,107,105,101,110,100,115,164,97,84",
+ "endOffsets": "214,320,429,515,619,739,816,892,984,1077,1172,1266,1368,1462,1558,1652,1744,1836,1920,2028,2134,2236,2347,2448,2564,2729,2827,2912"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2917",
+ "endColumns": "100",
+ "endOffsets": "3013"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-et_values-et.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,211,310,421,507,609,726,807,885,977,1070,1166,1268,1378,1472,1573,1667,1759,1852,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,77,91,92,95,101,109,93,100,93,91,92,81,110,103,98,109,101,98,165,101,81",
+ "endOffsets": "206,305,416,502,604,721,802,880,972,1065,1161,1263,1373,1467,1568,1662,1754,1847,1929,2040,2144,2243,2353,2455,2554,2720,2822,2904"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2909",
+ "endColumns": "100",
+ "endOffsets": "3005"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nl_values-nl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2914",
+ "endColumns": "100",
+ "endOffsets": "3010"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,328,435,521,629,749,827,904,996,1089,1184,1278,1379,1473,1569,1664,1756,1848,1929,2040,2143,2242,2357,2471,2574,2729,2832",
+ "endColumns": "117,104,106,85,107,119,77,76,91,92,94,93,100,93,95,94,91,91,80,110,102,98,114,113,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,822,899,991,1084,1179,1273,1374,1468,1564,1659,1751,1843,1924,2035,2138,2237,2352,2466,2569,2724,2827,2909"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sr_values-sr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,419,505,609,731,815,897,988,1080,1175,1269,1370,1463,1558,1663,1754,1845,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,81,90,91,94,93,100,92,94,104,90,90,84,104,105,102,105,108,106,169,96,85",
+ "endOffsets": "207,308,414,500,604,726,810,892,983,1075,1170,1264,1365,1458,1553,1658,1749,1840,1925,2030,2136,2239,2345,2454,2561,2731,2828,2914"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2919",
+ "endColumns": "100",
+ "endOffsets": "3015"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hdpi-v4_values-hdpi-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rAU_values-en-rAU.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-sw_values-sw.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2883",
+ "endColumns": "100",
+ "endOffsets": "2979"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,307,415,505,610,727,810,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,82,90,91,94,93,100,92,94,93,90,90,80,100,107,98,106,111,103,161,96,81",
+ "endOffsets": "203,302,410,500,605,722,805,888,979,1071,1166,1260,1361,1454,1549,1643,1734,1825,1906,2007,2115,2214,2321,2433,2537,2699,2796,2878"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-xlarge-v4_values-xlarge-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-hu_values-hu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2942",
+ "endColumns": "100",
+ "endOffsets": "3038"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,305,420,504,619,742,819,895,986,1078,1173,1267,1368,1461,1556,1651,1742,1833,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,75,90,91,94,93,100,92,94,94,90,90,81,109,109,99,110,108,118,181,102,82",
+ "endOffsets": "208,300,415,499,614,737,814,890,981,1073,1168,1262,1363,1456,1551,1646,1737,1828,1910,2020,2130,2230,2341,2450,2569,2751,2854,2937"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ml_values-ml.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2936",
+ "endColumns": "100",
+ "endOffsets": "3032"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,318,429,520,625,747,825,901,992,1084,1185,1279,1380,1474,1569,1668,1759,1850,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,75,90,91,100,93,100,93,94,98,90,90,80,108,103,98,111,111,120,164,100,81",
+ "endOffsets": "207,313,424,515,620,742,820,896,987,1079,1180,1274,1375,1469,1564,1663,1754,1845,1926,2035,2139,2238,2350,2462,2583,2748,2849,2931"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-large-v4_values-large-v4.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,177",
+ "endColumns": "121,133",
+ "endOffsets": "172,306"
+ },
+ "to": {
+ "startLines": "11,12",
+ "startColumns": "4,4",
+ "startOffsets": "752,874",
+ "endColumns": "121,133",
+ "endOffsets": "869,1003"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-da_values-da.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,205,299,415,500,600,713,791,868,959,1051,1144,1238,1333,1426,1521,1619,1710,1801,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,76,90,91,92,93,94,92,94,97,90,90,77,107,106,95,112,102,100,152,96,78",
+ "endOffsets": "200,294,410,495,595,708,786,863,954,1046,1139,1233,1328,1421,1516,1614,1705,1796,1874,1982,2089,2185,2298,2401,2502,2655,2752,2831"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2836",
+ "endColumns": "100",
+ "endOffsets": "2932"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-v28_values-v28.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,447",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,442,684"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lt_values-lt.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,221,325,438,525,627,749,832,913,1007,1102,1199,1295,1399,1495,1593,1689,1783,1877,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,80,93,94,96,95,103,95,97,95,93,93,81,108,107,99,109,104,105,175,100,82",
+ "endOffsets": "216,320,433,520,622,744,827,908,1002,1097,1194,1290,1394,1490,1588,1684,1778,1872,1954,2063,2171,2271,2381,2486,2592,2768,2869,2952"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2957",
+ "endColumns": "100",
+ "endOffsets": "3053"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mr_values-mr.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,322,429,519,621,733,811,889,980,1072,1165,1262,1363,1456,1551,1645,1736,1827,1906,2013,2114,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,101,111,77,77,90,91,92,96,100,92,94,93,90,90,78,106,100,95,108,101,113,156,102,78",
+ "endOffsets": "211,317,424,514,616,728,806,884,975,1067,1160,1257,1358,1451,1546,1640,1731,1822,1901,2008,2109,2205,2314,2416,2530,2687,2790,2869"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2874",
+ "endColumns": "100",
+ "endOffsets": "2970"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pl_values-pl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2899",
+ "endColumns": "100",
+ "endOffsets": "2995"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,322,430,516,623,742,821,898,989,1081,1176,1270,1372,1465,1560,1655,1746,1837,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,76,90,91,94,93,101,92,94,94,90,90,80,108,99,98,108,111,110,162,95,81",
+ "endOffsets": "215,317,425,511,618,737,816,893,984,1076,1171,1265,1367,1460,1555,1650,1741,1832,1913,2022,2122,2221,2330,2442,2553,2716,2812,2894"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-uk_values-uk.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,214,316,424,510,615,733,814,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,79,90,91,94,93,100,92,94,94,90,90,97,105,105,97,106,106,104,169,99,80",
+ "endOffsets": "209,311,419,505,610,728,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1925,2031,2137,2235,2342,2449,2554,2724,2824,2905"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2910",
+ "endColumns": "100",
+ "endOffsets": "3006"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gl_values-gl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2935",
+ "endColumns": "100",
+ "endOffsets": "3031"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,313,421,506,607,735,820,901,993,1086,1183,1277,1378,1472,1568,1663,1755,1847,1927,2035,2142,2249,2358,2463,2577,2754,2853",
+ "endColumns": "103,103,107,84,100,127,84,80,91,92,96,93,100,93,95,94,91,91,79,107,106,106,108,104,113,176,98,81",
+ "endOffsets": "204,308,416,501,602,730,815,896,988,1081,1178,1272,1373,1467,1563,1658,1750,1842,1922,2030,2137,2244,2353,2458,2572,2749,2848,2930"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pa_values-pa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2846",
+ "endColumns": "100",
+ "endOffsets": "2942"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,305,410,496,596,709,787,865,956,1048,1142,1236,1337,1430,1525,1619,1710,1801,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,77,90,91,93,93,100,92,94,93,90,90,77,109,102,95,110,101,109,158,96,78",
+ "endOffsets": "203,300,405,491,591,704,782,860,951,1043,1137,1231,1332,1425,1520,1614,1705,1796,1874,1984,2087,2183,2294,2396,2506,2665,2762,2841"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-gu_values-gu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,316,423,510,610,730,808,886,977,1069,1164,1258,1359,1452,1547,1641,1732,1823,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,77,90,91,94,93,100,92,94,93,90,90,78,105,100,96,108,99,109,159,102,79",
+ "endOffsets": "207,311,418,505,605,725,803,881,972,1064,1159,1253,1354,1447,1542,1636,1727,1818,1897,2003,2104,2201,2310,2410,2520,2680,2783,2863"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2868",
+ "endColumns": "100",
+ "endOffsets": "2964"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-fa_values-fa.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,215,316,427,511,612,727,807,885,978,1072,1164,1258,1361,1456,1553,1647,1740,1830,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,77,92,93,91,93,102,94,96,93,92,89,80,107,103,97,105,104,104,156,100,80",
+ "endOffsets": "210,311,422,506,607,722,802,880,973,1067,1159,1253,1356,1451,1548,1642,1735,1825,1906,2014,2118,2216,2322,2427,2532,2689,2790,2871"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-af_values-af.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,309,415,500,603,721,798,875,966,1058,1153,1247,1347,1440,1535,1634,1729,1823,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,76,90,91,94,93,99,92,94,98,94,93,79,106,104,96,107,102,101,153,97,79",
+ "endOffsets": "208,304,410,495,598,716,793,870,961,1053,1148,1242,1342,1435,1530,1629,1724,1818,1898,2005,2110,2207,2315,2418,2520,2674,2772,2852"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2857",
+ "endColumns": "100",
+ "endOffsets": "2953"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-az_values-az.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,215,316,426,514,621,735,817,896,987,1079,1173,1272,1373,1466,1561,1655,1746,1838,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,78,90,91,93,98,100,92,94,93,90,91,83,104,105,99,108,104,101,157,105,82",
+ "endOffsets": "210,311,421,509,616,730,812,891,982,1074,1168,1267,1368,1461,1556,1650,1741,1833,1917,2022,2128,2228,2337,2442,2544,2702,2808,2891"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2896",
+ "endColumns": "100",
+ "endOffsets": "2992"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-zh-rCN_values-zh-rCN.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,295,395,477,574,680,757,833,924,1016,1113,1209,1304,1397,1492,1584,1675,1766,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,75,90,91,96,95,94,92,94,91,90,90,76,95,94,94,96,95,97,147,93,77",
+ "endOffsets": "195,290,390,472,569,675,752,828,919,1011,1108,1204,1299,1392,1487,1579,1670,1761,1838,1934,2029,2124,2221,2317,2415,2563,2657,2735"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2740",
+ "endColumns": "100",
+ "endOffsets": "2836"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-de_values-de.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,308,420,506,612,727,805,881,973,1066,1162,1263,1371,1471,1575,1673,1771,1868,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,75,91,92,95,100,107,99,103,97,97,96,80,110,101,97,106,102,103,155,101,80",
+ "endOffsets": "205,303,415,501,607,722,800,876,968,1061,1157,1258,1366,1466,1570,1668,1766,1863,1944,2055,2157,2255,2362,2465,2569,2725,2827,2908"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2913",
+ "endColumns": "100",
+ "endOffsets": "3009"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-port_values-port.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-port\\values-port.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "55",
+ "endOffsets": "106"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-mn_values-mn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,319,428,514,620,734,817,899,990,1082,1177,1273,1371,1464,1558,1650,1741,1831,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,81,90,91,94,95,97,92,93,91,90,89,78,106,102,96,106,101,112,158,98,79",
+ "endOffsets": "214,314,423,509,615,729,812,894,985,1077,1172,1268,1366,1459,1553,1645,1736,1826,1905,2012,2115,2212,2319,2421,2534,2693,2792,2872"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2877",
+ "endColumns": "100",
+ "endOffsets": "2973"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-eu_values-eu.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2932",
+ "endColumns": "100",
+ "endOffsets": "3028"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,214,312,422,508,614,738,824,906,998,1091,1187,1281,1383,1477,1573,1670,1762,1855,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,81,91,92,95,93,101,93,95,96,91,92,80,108,108,98,108,106,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,819,901,993,1086,1182,1276,1378,1472,1568,1665,1757,1850,1931,2040,2149,2248,2357,2464,2575,2746,2845,2927"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-th_values-th.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,303,411,496,598,708,786,864,955,1047,1138,1232,1333,1426,1521,1615,1706,1797,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,77,90,91,90,93,100,92,94,93,90,90,79,102,97,97,102,105,100,152,94,80",
+ "endOffsets": "205,298,406,491,593,703,781,859,950,1042,1133,1227,1328,1421,1516,1610,1701,1792,1872,1975,2073,2171,2274,2380,2481,2634,2729,2810"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2815",
+ "endColumns": "100",
+ "endOffsets": "2911"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-lo_values-lo.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,311,424,509,613,724,802,880,971,1063,1155,1249,1350,1443,1538,1634,1725,1816,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,77,90,91,91,93,100,92,94,95,90,90,79,106,103,97,102,103,103,156,98,80",
+ "endOffsets": "203,306,419,504,608,719,797,875,966,1058,1150,1244,1345,1438,1533,1629,1720,1811,1891,1998,2102,2200,2303,2407,2511,2668,2767,2848"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2853",
+ "endColumns": "100",
+ "endOffsets": "2949"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-nb_values-nb.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,303,417,503,603,716,793,869,960,1052,1146,1240,1341,1434,1529,1627,1718,1809,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,75,90,91,93,93,100,92,94,97,90,90,76,102,97,95,103,98,100,152,96,78",
+ "endOffsets": "203,298,412,498,598,711,788,864,955,1047,1141,1235,1336,1429,1524,1622,1713,1804,1881,1984,2082,2178,2282,2381,2482,2635,2732,2811"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2816",
+ "endColumns": "100",
+ "endOffsets": "2912"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-or_values-or.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2945",
+ "endColumns": "100",
+ "endOffsets": "3041"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,224,334,441,527,631,751,829,906,997,1089,1185,1280,1381,1474,1569,1665,1756,1846,1934,2044,2148,2254,2365,2469,2587,2750,2856",
+ "endColumns": "118,109,106,85,103,119,77,76,90,91,95,94,100,92,94,95,90,89,87,109,103,105,110,103,117,162,105,88",
+ "endOffsets": "219,329,436,522,626,746,824,901,992,1084,1180,1275,1376,1469,1564,1660,1751,1841,1929,2039,2143,2249,2360,2464,2582,2745,2851,2940"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ja_values-ja.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,202,295,400,482,580,688,766,842,933,1025,1120,1214,1315,1408,1503,1597,1688,1779,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,75,90,91,94,93,100,92,94,93,90,90,76,101,97,94,102,95,95,147,96,77",
+ "endOffsets": "197,290,395,477,575,683,761,837,928,1020,1115,1209,1310,1403,1498,1592,1683,1774,1851,1953,2051,2146,2249,2345,2441,2589,2686,2764"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2769",
+ "endColumns": "100",
+ "endOffsets": "2865"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-ru_values-ru.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,322,421,507,612,733,812,889,981,1074,1169,1262,1358,1452,1548,1643,1735,1827,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,76,91,92,94,92,95,93,95,94,91,91,87,105,106,97,108,106,113,165,99,80",
+ "endOffsets": "215,317,416,502,607,728,807,884,976,1069,1164,1257,1353,1447,1543,1638,1730,1822,1910,2016,2123,2221,2330,2437,2551,2717,2817,2898"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2903",
+ "endColumns": "100",
+ "endOffsets": "2999"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-en-rGB_values-en-rGB.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-bn_values-bn.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,319,425,514,619,740,823,906,997,1089,1183,1277,1378,1471,1566,1660,1751,1842,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,82,90,91,93,93,100,92,94,93,90,90,84,109,103,102,107,107,104,164,104,85",
+ "endOffsets": "208,314,420,509,614,735,818,901,992,1084,1178,1272,1373,1466,1561,1655,1746,1837,1922,2032,2136,2239,2347,2455,2560,2725,2830,2916"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2921",
+ "endColumns": "100",
+ "endOffsets": "3017"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-el_values-el.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2971",
+ "endColumns": "100",
+ "endOffsets": "3067"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,334,451,536,642,765,854,940,1031,1123,1218,1312,1413,1506,1601,1698,1789,1880,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,85,90,91,94,93,100,92,94,96,90,90,83,110,108,101,110,109,107,170,99,84",
+ "endOffsets": "218,329,446,531,637,760,849,935,1026,1118,1213,1307,1408,1501,1596,1693,1784,1875,1959,2070,2179,2281,2392,2502,2610,2781,2881,2966"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-tl_values-tl.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,324,437,525,631,746,826,904,995,1087,1182,1276,1377,1470,1565,1659,1750,1841,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,77,90,91,94,93,100,92,94,93,90,90,82,108,109,100,109,117,107,162,101,83",
+ "endOffsets": "211,319,432,520,626,741,821,899,990,1082,1177,1271,1372,1465,1560,1654,1745,1836,1919,2028,2138,2239,2349,2467,2575,2738,2840,2924"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-pt-rPT_values-pt-rPT.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,319,426,515,616,740,825,906,998,1091,1188,1282,1382,1476,1572,1667,1759,1851,1935,2042,2153,2255,2363,2471,2578,2749,2848",
+ "endColumns": "107,105,106,88,100,123,84,80,91,92,96,93,99,93,95,94,91,91,83,106,110,101,107,107,106,170,98,84",
+ "endOffsets": "208,314,421,510,611,735,820,901,993,1086,1183,1277,1377,1471,1567,1662,1754,1846,1930,2037,2148,2250,2358,2466,2573,2744,2843,2928"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2933",
+ "endColumns": "100",
+ "endOffsets": "3029"
+ }
+ }
+ ]
+ },
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\values-km_values-km.arsc.flat",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,207,306,416,503,606,727,805,882,973,1065,1157,1251,1352,1445,1540,1634,1725,1816,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,76,90,91,91,93,100,92,94,93,90,90,81,103,103,99,108,108,108,161,97,82",
+ "endOffsets": "202,301,411,498,601,722,800,877,968,1060,1152,1246,1347,1440,1535,1629,1720,1811,1893,1997,2101,2201,2310,2419,2528,2690,2788,2871"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..88e43e3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-af.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-af\\values-af.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,309,415,500,603,721,798,875,966,1058,1153,1247,1347,1440,1535,1634,1729,1823,1903,2010,2115,2212,2320,2423,2525,2679,2777",
+ "endColumns": "107,95,105,84,102,117,76,76,90,91,94,93,99,92,94,98,94,93,79,106,104,96,107,102,101,153,97,79",
+ "endOffsets": "208,304,410,495,598,716,793,870,961,1053,1148,1242,1342,1435,1530,1629,1724,1818,1898,2005,2110,2207,2315,2418,2520,2674,2772,2852"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-af\\values-af.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2857",
+ "endColumns": "100",
+ "endOffsets": "2953"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..41f1802
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-am.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-am\\values-am.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,203,301,407,493,596,713,791,868,959,1051,1143,1237,1338,1431,1526,1619,1710,1801,1880,1980,2080,2176,2278,2378,2477,2627,2723",
+ "endColumns": "97,97,105,85,102,116,77,76,90,91,91,93,100,92,94,92,90,90,78,99,99,95,101,99,98,149,95,78",
+ "endOffsets": "198,296,402,488,591,708,786,863,954,1046,1138,1232,1333,1426,1521,1614,1705,1796,1875,1975,2075,2171,2273,2373,2472,2622,2718,2797"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-am\\values-am.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2802",
+ "endColumns": "100",
+ "endOffsets": "2898"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..d6eb752
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ar.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ar\\values-ar.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2839",
+ "endColumns": "100",
+ "endOffsets": "2935"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ar\\values-ar.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,317,424,506,607,721,801,880,971,1063,1155,1249,1350,1443,1538,1631,1722,1816,1894,1999,2097,2195,2303,2403,2506,2661,2758",
+ "endColumns": "107,103,106,81,100,113,79,78,90,91,91,93,100,92,94,92,90,93,77,104,97,97,107,99,102,154,96,80",
+ "endOffsets": "208,312,419,501,602,716,796,875,966,1058,1150,1244,1345,1438,1533,1626,1717,1811,1889,1994,2092,2190,2298,2398,2501,2656,2753,2834"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-as.json b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json
new file mode 100644
index 0000000..0f158f3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-as.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-as\\values-as.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,312,419,510,612,732,809,885,976,1068,1163,1257,1358,1451,1546,1640,1731,1822,1907,2020,2128,2227,2336,2452,2572,2739,2841",
+ "endColumns": "107,98,106,90,101,119,76,75,90,91,94,93,100,92,94,93,90,90,84,112,107,98,108,115,119,166,101,81",
+ "endOffsets": "208,307,414,505,607,727,804,880,971,1063,1158,1252,1353,1446,1541,1635,1726,1817,1902,2015,2123,2222,2331,2447,2567,2734,2836,2918"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-as\\values-as.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2923",
+ "endColumns": "100",
+ "endOffsets": "3019"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-az.json b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json
new file mode 100644
index 0000000..f4d1fbf
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-az.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-az\\values-az.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,215,316,426,514,621,735,817,896,987,1079,1173,1272,1373,1466,1561,1655,1746,1838,1922,2027,2133,2233,2342,2447,2549,2707,2813",
+ "endColumns": "109,100,109,87,106,113,81,78,90,91,93,98,100,92,94,93,90,91,83,104,105,99,108,104,101,157,105,82",
+ "endOffsets": "210,311,421,509,616,730,812,891,982,1074,1168,1267,1368,1461,1556,1650,1741,1833,1917,2022,2128,2228,2337,2442,2544,2702,2808,2891"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-az\\values-az.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2896",
+ "endColumns": "100",
+ "endOffsets": "2992"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json
new file mode 100644
index 0000000..44f22f1
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-b+sr+Latn.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,419,505,609,731,816,899,990,1082,1177,1271,1372,1465,1560,1665,1756,1847,1932,2037,2143,2246,2353,2462,2569,2739,2836",
+ "endColumns": "106,100,105,85,103,121,84,82,90,91,94,93,100,92,94,104,90,90,84,104,105,102,106,108,106,169,96,85",
+ "endOffsets": "207,308,414,500,604,726,811,894,985,1077,1172,1266,1367,1460,1555,1660,1751,1842,1927,2032,2138,2241,2348,2457,2564,2734,2831,2917"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-b+sr+Latn\\values-b+sr+Latn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2922",
+ "endColumns": "100",
+ "endOffsets": "3018"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-be.json b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json
new file mode 100644
index 0000000..cb9618e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-be.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-be\\values-be.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,328,444,530,635,754,834,912,1004,1097,1192,1286,1382,1476,1572,1667,1759,1851,1931,2037,2142,2240,2348,2454,2562,2735,2835",
+ "endColumns": "119,102,115,85,104,118,79,77,91,92,94,93,95,93,95,94,91,91,79,105,104,97,107,105,107,172,99,80",
+ "endOffsets": "220,323,439,525,630,749,829,907,999,1092,1187,1281,1377,1471,1567,1662,1754,1846,1926,2032,2137,2235,2343,2449,2557,2730,2830,2911"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-be\\values-be.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2916",
+ "endColumns": "100",
+ "endOffsets": "3012"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..eab53b0
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bg.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bg\\values-bg.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2937",
+ "endColumns": "100",
+ "endOffsets": "3033"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bg\\values-bg.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,436,522,632,753,833,911,1002,1094,1189,1283,1384,1477,1572,1680,1771,1862,1944,2058,2166,2266,2380,2487,2595,2755,2854",
+ "endColumns": "119,105,104,85,109,120,79,77,90,91,94,93,100,92,94,107,90,90,81,113,107,99,113,106,107,159,98,82",
+ "endOffsets": "220,326,431,517,627,748,828,906,997,1089,1184,1278,1379,1472,1567,1675,1766,1857,1939,2053,2161,2261,2375,2482,2590,2750,2849,2932"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json
new file mode 100644
index 0000000..f7657a3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bn.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bn\\values-bn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,319,425,514,619,740,823,906,997,1089,1183,1277,1378,1471,1566,1660,1751,1842,1927,2037,2141,2244,2352,2460,2565,2730,2835",
+ "endColumns": "107,105,105,88,104,120,82,82,90,91,93,93,100,92,94,93,90,90,84,109,103,102,107,107,104,164,104,85",
+ "endOffsets": "208,314,420,509,614,735,818,901,992,1084,1178,1272,1373,1466,1561,1655,1746,1837,1922,2032,2136,2239,2347,2455,2560,2725,2830,2916"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bn\\values-bn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2921",
+ "endColumns": "100",
+ "endOffsets": "3017"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json
new file mode 100644
index 0000000..e0620fc
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-bs.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-bs\\values-bs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,226,323,430,516,620,742,827,910,1001,1093,1188,1282,1383,1476,1571,1666,1757,1848,1935,2038,2142,2243,2348,2462,2565,2734,2830",
+ "endColumns": "120,96,106,85,103,121,84,82,90,91,94,93,100,92,94,94,90,90,86,102,103,100,104,113,102,168,95,85",
+ "endOffsets": "221,318,425,511,615,737,822,905,996,1088,1183,1277,1378,1471,1566,1661,1752,1843,1930,2033,2137,2238,2343,2457,2560,2729,2825,2911"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-bs\\values-bs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2916",
+ "endColumns": "100",
+ "endOffsets": "3012"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..bd29b6d
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ca.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ca\\values-ca.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,328,435,518,624,750,834,914,1005,1097,1190,1285,1384,1477,1570,1664,1755,1846,1926,2037,2145,2243,2353,2458,2566,2726,2825",
+ "endColumns": "117,104,106,82,105,125,83,79,90,91,92,94,98,92,92,93,90,90,79,110,107,97,109,104,107,159,98,80",
+ "endOffsets": "218,323,430,513,619,745,829,909,1000,1092,1185,1280,1379,1472,1565,1659,1750,1841,1921,2032,2140,2238,2348,2453,2561,2721,2820,2901"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ca\\values-ca.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2906",
+ "endColumns": "100",
+ "endOffsets": "3002"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..f3c55a3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-cs.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-cs\\values-cs.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,314,423,509,614,731,809,886,977,1069,1164,1258,1353,1446,1541,1638,1729,1820,1903,2007,2119,2218,2324,2435,2537,2700,2798",
+ "endColumns": "106,101,108,85,104,116,77,76,90,91,94,93,94,92,94,96,90,90,82,103,111,98,105,110,101,162,97,81",
+ "endOffsets": "207,309,418,504,609,726,804,881,972,1064,1159,1253,1348,1441,1536,1633,1724,1815,1898,2002,2114,2213,2319,2430,2532,2695,2793,2875"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-cs\\values-cs.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..a34ed5a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-da.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-da\\values-da.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,205,299,415,500,600,713,791,868,959,1051,1144,1238,1333,1426,1521,1619,1710,1801,1879,1987,2094,2190,2303,2406,2507,2660,2757",
+ "endColumns": "99,93,115,84,99,112,77,76,90,91,92,93,94,92,94,97,90,90,77,107,106,95,112,102,100,152,96,78",
+ "endOffsets": "200,294,410,495,595,708,786,863,954,1046,1139,1233,1328,1421,1516,1614,1705,1796,1874,1982,2089,2185,2298,2401,2502,2655,2752,2831"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-da\\values-da.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2836",
+ "endColumns": "100",
+ "endOffsets": "2932"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..ab3a5f0
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-de.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-de\\values-de.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,308,420,506,612,727,805,881,973,1066,1162,1263,1371,1471,1575,1673,1771,1868,1949,2060,2162,2260,2367,2470,2574,2730,2832",
+ "endColumns": "104,97,111,85,105,114,77,75,91,92,95,100,107,99,103,97,97,96,80,110,101,97,106,102,103,155,101,80",
+ "endOffsets": "205,303,415,501,607,722,800,876,968,1061,1157,1258,1366,1466,1570,1668,1766,1863,1944,2055,2157,2255,2362,2465,2569,2725,2827,2908"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-de\\values-de.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2913",
+ "endColumns": "100",
+ "endOffsets": "3009"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..90a6536
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-el.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-el\\values-el.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2971",
+ "endColumns": "100",
+ "endOffsets": "3067"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-el\\values-el.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,334,451,536,642,765,854,940,1031,1123,1218,1312,1413,1506,1601,1698,1789,1880,1964,2075,2184,2286,2397,2507,2615,2786,2886",
+ "endColumns": "117,110,116,84,105,122,88,85,90,91,94,93,100,92,94,96,90,90,83,110,108,101,110,109,107,170,99,84",
+ "endOffsets": "218,329,446,531,637,760,849,935,1026,1118,1213,1307,1408,1501,1596,1693,1784,1875,1959,2070,2179,2281,2392,2502,2610,2781,2881,2966"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json
new file mode 100644
index 0000000..73de20f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rAU.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rAU\\values-en-rAU.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rAU\\values-en-rAU.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json
new file mode 100644
index 0000000..9fc6859
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rCA.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rCA\\values-en-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,793,869,960,1053,1149,1243,1344,1437,1532,1626,1717,1808,1890,1993,2097,2196,2301,2404,2508,2664,2764",
+ "endColumns": "103,99,107,83,99,114,76,75,90,92,95,93,100,92,94,93,90,90,81,102,103,98,104,102,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,788,864,955,1048,1144,1238,1339,1432,1527,1621,1712,1803,1885,1988,2092,2191,2296,2399,2503,2659,2759,2841"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rCA\\values-en-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2846",
+ "endColumns": "100",
+ "endOffsets": "2942"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..bccdfb8
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rGB.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rGB\\values-en-rGB.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rGB\\values-en-rGB.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..8f8292b
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rIN.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rIN\\values-en-rIN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,309,417,501,601,716,794,870,961,1053,1148,1242,1343,1436,1531,1625,1716,1807,1888,1991,2094,2193,2298,2402,2506,2662,2762",
+ "endColumns": "103,99,107,83,99,114,77,75,90,91,94,93,100,92,94,93,90,90,80,102,102,98,104,103,103,155,99,81",
+ "endOffsets": "204,304,412,496,596,711,789,865,956,1048,1143,1237,1338,1431,1526,1620,1711,1802,1883,1986,2089,2188,2293,2397,2501,2657,2757,2839"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rIN\\values-en-rIN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2844",
+ "endColumns": "100",
+ "endOffsets": "2940"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json
new file mode 100644
index 0000000..fbd0c9e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-en-rXC.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-en-rXC\\values-en-rXC.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,310,510,719,904,1106,1321,1494,1671,1862,2055,2253,2449,2652,2847,3044,3239,3432,3623,3807,4011,4216,4417,4624,4826,5031,5303,5503",
+ "endColumns": "204,199,208,184,201,214,172,176,190,192,197,195,202,194,196,194,192,190,183,203,204,200,206,201,204,271,199,178",
+ "endOffsets": "305,505,714,899,1101,1316,1489,1666,1857,2050,2248,2444,2647,2842,3039,3234,3427,3618,3802,4006,4211,4412,4619,4821,5026,5298,5498,5677"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-en-rXC\\values-en-rXC.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "202",
+ "endOffsets": "253"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "5682",
+ "endColumns": "202",
+ "endOffsets": "5880"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..9cdeffd
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es-rUS.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es-rUS\\values-es-rUS.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,334,442,527,629,745,830,911,1002,1094,1189,1283,1383,1476,1575,1671,1762,1853,1934,2041,2140,2239,2347,2455,2562,2721,2821",
+ "endColumns": "119,108,107,84,101,115,84,80,90,91,94,93,99,92,98,95,90,90,80,106,98,98,107,107,106,158,99,81",
+ "endOffsets": "220,329,437,522,624,740,825,906,997,1089,1184,1278,1378,1471,1570,1666,1757,1848,1929,2036,2135,2234,2342,2450,2557,2716,2816,2898"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es-rUS\\values-es-rUS.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2903",
+ "endColumns": "100",
+ "endOffsets": "2999"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..fed01ee
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-es.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-es\\values-es.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2918",
+ "endColumns": "100",
+ "endOffsets": "3014"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-es\\values-es.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,207,320,428,513,614,742,828,910,1002,1095,1192,1286,1387,1481,1577,1673,1765,1857,1938,2045,2156,2255,2363,2471,2578,2737,2836",
+ "endColumns": "101,112,107,84,100,127,85,81,91,92,96,93,100,93,95,95,91,91,80,106,110,98,107,107,106,158,98,81",
+ "endOffsets": "202,315,423,508,609,737,823,905,997,1090,1187,1281,1382,1476,1572,1668,1760,1852,1933,2040,2151,2250,2358,2466,2573,2732,2831,2913"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-et.json b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json
new file mode 100644
index 0000000..cc0686a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-et.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-et\\values-et.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,211,310,421,507,609,726,807,885,977,1070,1166,1268,1378,1472,1573,1667,1759,1852,1934,2045,2149,2248,2358,2460,2559,2725,2827",
+ "endColumns": "105,98,110,85,101,116,80,77,91,92,95,101,109,93,100,93,91,92,81,110,103,98,109,101,98,165,101,81",
+ "endOffsets": "206,305,416,502,604,721,802,880,972,1065,1161,1263,1373,1467,1568,1662,1754,1847,1929,2040,2144,2243,2353,2455,2554,2720,2822,2904"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-et\\values-et.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2909",
+ "endColumns": "100",
+ "endOffsets": "3005"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json
new file mode 100644
index 0000000..5c3eb9e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-eu.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-eu\\values-eu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2932",
+ "endColumns": "100",
+ "endOffsets": "3028"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-eu\\values-eu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,214,312,422,508,614,738,824,906,998,1091,1187,1281,1383,1477,1573,1670,1762,1855,1936,2045,2154,2253,2362,2469,2580,2751,2850",
+ "endColumns": "108,97,109,85,105,123,85,81,91,92,95,93,101,93,95,96,91,92,80,108,108,98,108,106,110,170,98,81",
+ "endOffsets": "209,307,417,503,609,733,819,901,993,1086,1182,1276,1378,1472,1568,1665,1757,1850,1931,2040,2149,2248,2357,2464,2575,2746,2845,2927"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..1517428
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fa.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fa\\values-fa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fa\\values-fa.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,215,316,427,511,612,727,807,885,978,1072,1164,1258,1361,1456,1553,1647,1740,1830,1911,2019,2123,2221,2327,2432,2537,2694,2795",
+ "endColumns": "109,100,110,83,100,114,79,77,92,93,91,93,102,94,96,93,92,89,80,107,103,97,105,104,104,156,100,80",
+ "endOffsets": "210,311,422,506,607,722,802,880,973,1067,1159,1253,1356,1451,1548,1642,1735,1825,1906,2014,2118,2216,2322,2427,2532,2689,2790,2871"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..f9c757b
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fi.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fi\\values-fi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,313,422,508,613,731,817,897,988,1080,1175,1269,1364,1457,1553,1652,1743,1837,1916,2023,2124,2221,2327,2427,2525,2675,2775",
+ "endColumns": "107,99,108,85,104,117,85,79,90,91,94,93,94,92,95,98,90,93,78,106,100,96,105,99,97,149,99,79",
+ "endOffsets": "208,308,417,503,608,726,812,892,983,1075,1170,1264,1359,1452,1548,1647,1738,1832,1911,2018,2119,2216,2322,2422,2520,2670,2770,2850"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fi\\values-fi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2855",
+ "endColumns": "100",
+ "endOffsets": "2951"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..e484c9f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr-rCA.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr-rCA\\values-fr-rCA.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,323,433,520,626,756,841,922,1013,1105,1203,1298,1399,1492,1585,1680,1771,1862,1947,2057,2168,2271,2382,2490,2597,2756,2855",
+ "endColumns": "110,106,109,86,105,129,84,80,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85",
+ "endOffsets": "211,318,428,515,621,751,836,917,1008,1100,1198,1293,1394,1487,1580,1675,1766,1857,1942,2052,2163,2266,2377,2485,2592,2751,2850,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr-rCA\\values-fr-rCA.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2941",
+ "endColumns": "100",
+ "endOffsets": "3037"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..ea3142f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-fr.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-fr\\values-fr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,331,441,523,629,759,837,914,1005,1097,1195,1290,1391,1484,1577,1672,1763,1854,1939,2049,2160,2263,2374,2482,2589,2748,2847",
+ "endColumns": "110,114,109,81,105,129,77,76,90,91,97,94,100,92,92,94,90,90,84,109,110,102,110,107,106,158,98,85",
+ "endOffsets": "211,326,436,518,624,754,832,909,1000,1092,1190,1285,1386,1479,1572,1667,1758,1849,1934,2044,2155,2258,2369,2477,2584,2743,2842,2928"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-fr\\values-fr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2933",
+ "endColumns": "100",
+ "endOffsets": "3029"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json
new file mode 100644
index 0000000..bc396af
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gl.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gl\\values-gl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2935",
+ "endColumns": "100",
+ "endOffsets": "3031"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-gl\\values-gl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,209,313,421,506,607,735,820,901,993,1086,1183,1277,1378,1472,1568,1663,1755,1847,1927,2035,2142,2249,2358,2463,2577,2754,2853",
+ "endColumns": "103,103,107,84,100,127,84,80,91,92,96,93,100,93,95,94,91,91,79,107,106,106,108,104,113,176,98,81",
+ "endOffsets": "204,308,416,501,602,730,815,896,988,1081,1178,1272,1373,1467,1563,1658,1750,1842,1922,2030,2137,2244,2353,2458,2572,2749,2848,2930"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json
new file mode 100644
index 0000000..837db87
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-gu.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-gu\\values-gu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,316,423,510,610,730,808,886,977,1069,1164,1258,1359,1452,1547,1641,1732,1823,1902,2008,2109,2206,2315,2415,2525,2685,2788",
+ "endColumns": "106,103,106,86,99,119,77,77,90,91,94,93,100,92,94,93,90,90,78,105,100,96,108,99,109,159,102,79",
+ "endOffsets": "207,311,418,505,605,725,803,881,972,1064,1159,1253,1354,1447,1542,1636,1727,1818,1897,2003,2104,2201,2310,2410,2520,2680,2783,2863"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-gu\\values-gu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2868",
+ "endColumns": "100",
+ "endOffsets": "2964"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..a962d2a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-h720dp-v13.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml",
+ "from": {
+ "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..1be41d3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hdpi-v4.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "6",
+ "endColumns": "13",
+ "endOffsets": "327"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..6dbb7e7
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hi.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hi\\values-hi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2868",
+ "endColumns": "100",
+ "endOffsets": "2964"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hi\\values-hi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,211,309,419,505,607,728,806,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1901,2006,2108,2206,2316,2419,2528,2686,2787",
+ "endColumns": "105,97,109,85,101,120,77,77,90,91,94,93,100,92,94,93,90,90,79,104,101,97,109,102,108,157,100,80",
+ "endOffsets": "206,304,414,500,602,723,801,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1896,2001,2103,2201,2311,2414,2523,2681,2782,2863"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..0549d96
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hr.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hr\\values-hr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2900",
+ "endColumns": "100",
+ "endOffsets": "2996"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hr\\values-hr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,305,412,498,602,721,806,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1912,2016,2128,2229,2334,2448,2550,2719,2816",
+ "endColumns": "104,94,106,85,103,118,84,82,90,91,94,93,100,92,94,94,90,90,84,103,111,100,104,113,101,168,96,83",
+ "endOffsets": "205,300,407,493,597,716,801,884,975,1067,1162,1256,1357,1450,1545,1640,1731,1822,1907,2011,2123,2224,2329,2443,2545,2714,2811,2895"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..82410a8
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hu.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hu\\values-hu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2942",
+ "endColumns": "100",
+ "endOffsets": "3038"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hu\\values-hu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,305,420,504,619,742,819,895,986,1078,1173,1267,1368,1461,1556,1651,1742,1833,1915,2025,2135,2235,2346,2455,2574,2756,2859",
+ "endColumns": "107,91,114,83,114,122,76,75,90,91,94,93,100,92,94,94,90,90,81,109,109,99,110,108,118,181,102,82",
+ "endOffsets": "208,300,415,499,614,737,814,890,981,1073,1168,1262,1363,1456,1551,1646,1737,1828,1910,2020,2130,2230,2341,2450,2569,2751,2854,2937"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json
new file mode 100644
index 0000000..0d22552
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-hy.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hy\\values-hy.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2896",
+ "endColumns": "100",
+ "endOffsets": "2992"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-hy\\values-hy.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,313,423,512,618,735,817,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1917,2023,2129,2228,2338,2446,2547,2717,2814",
+ "endColumns": "107,99,109,88,105,116,81,80,90,91,94,93,100,92,94,93,90,90,81,105,105,98,109,107,100,169,96,81",
+ "endOffsets": "208,308,418,507,613,730,812,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1912,2018,2124,2223,2333,2441,2542,2712,2809,2891"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..68de4f1
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-in.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-in\\values-in.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2893",
+ "endColumns": "100",
+ "endOffsets": "2989"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-in\\values-in.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,324,429,516,620,736,819,898,989,1081,1176,1270,1371,1464,1559,1653,1744,1835,1920,2023,2128,2229,2333,2442,2550,2710,2809",
+ "endColumns": "114,103,104,86,103,115,82,78,90,91,94,93,100,92,94,93,90,90,84,102,104,100,103,108,107,159,98,83",
+ "endOffsets": "215,319,424,511,615,731,814,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1915,2018,2123,2224,2328,2437,2545,2705,2804,2888"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-is.json b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json
new file mode 100644
index 0000000..d7b61f0
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-is.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-is\\values-is.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,205,302,414,499,600,714,795,875,966,1058,1151,1245,1352,1445,1540,1635,1726,1820,1900,2010,2117,2214,2323,2423,2526,2681,2779",
+ "endColumns": "99,96,111,84,100,113,80,79,90,91,92,93,106,92,94,94,90,93,79,109,106,96,108,99,102,154,97,79",
+ "endOffsets": "200,297,409,494,595,709,790,870,961,1053,1146,1240,1347,1440,1535,1630,1721,1815,1895,2005,2112,2209,2318,2418,2521,2676,2774,2854"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-is\\values-is.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2859",
+ "endColumns": "100",
+ "endOffsets": "2955"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..75e91df
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-it.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-it\\values-it.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-it\\values-it.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,313,422,506,611,730,808,884,976,1069,1162,1256,1358,1452,1549,1644,1736,1828,1908,2014,2121,2219,2323,2429,2536,2699,2799",
+ "endColumns": "104,102,108,83,104,118,77,75,91,92,92,93,101,93,96,94,91,91,79,105,106,97,103,105,106,162,99,80",
+ "endOffsets": "205,308,417,501,606,725,803,879,971,1064,1157,1251,1353,1447,1544,1639,1731,1823,1903,2009,2116,2214,2318,2424,2531,2694,2794,2875"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..6740226
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-iw.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-iw\\values-iw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,310,418,502,604,720,799,878,969,1062,1156,1250,1351,1444,1539,1632,1723,1815,1895,2000,2103,2201,2306,2408,2510,2664,2761",
+ "endColumns": "104,99,107,83,101,115,78,78,90,92,93,93,100,92,94,92,90,91,79,104,102,97,104,101,101,153,96,80",
+ "endOffsets": "205,305,413,497,599,715,794,873,964,1057,1151,1245,1346,1439,1534,1627,1718,1810,1890,1995,2098,2196,2301,2403,2505,2659,2756,2837"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-iw\\values-iw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2842",
+ "endColumns": "100",
+ "endOffsets": "2938"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..f18ff0c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ja.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ja\\values-ja.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,202,295,400,482,580,688,766,842,933,1025,1120,1214,1315,1408,1503,1597,1688,1779,1856,1958,2056,2151,2254,2350,2446,2594,2691",
+ "endColumns": "96,92,104,81,97,107,77,75,90,91,94,93,100,92,94,93,90,90,76,101,97,94,102,95,95,147,96,77",
+ "endOffsets": "197,290,395,477,575,683,761,837,928,1020,1115,1209,1310,1403,1498,1592,1683,1774,1851,1953,2051,2146,2249,2345,2441,2589,2686,2764"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ja\\values-ja.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2769",
+ "endColumns": "100",
+ "endOffsets": "2865"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json
new file mode 100644
index 0000000..3a9929a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ka.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ka\\values-ka.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,316,427,513,618,731,814,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1912,2025,2131,2229,2342,2447,2551,2709,2808",
+ "endColumns": "107,102,110,85,104,112,82,79,90,91,94,93,100,92,94,94,90,90,79,112,105,97,112,104,103,157,98,80",
+ "endOffsets": "208,311,422,508,613,726,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1907,2020,2126,2224,2337,2442,2546,2704,2803,2884"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ka\\values-ka.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2889",
+ "endColumns": "100",
+ "endOffsets": "2985"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json
new file mode 100644
index 0000000..1679f20
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kk.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kk\\values-kk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2877",
+ "endColumns": "100",
+ "endOffsets": "2973"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-kk\\values-kk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,318,428,513,619,738,818,896,987,1079,1174,1268,1369,1462,1557,1654,1745,1836,1916,2021,2124,2222,2329,2435,2535,2701,2796",
+ "endColumns": "107,104,109,84,105,118,79,77,90,91,94,93,100,92,94,96,90,90,79,104,102,97,106,105,99,165,94,80",
+ "endOffsets": "208,313,423,508,614,733,813,891,982,1074,1169,1263,1364,1457,1552,1649,1740,1831,1911,2016,2119,2217,2324,2430,2530,2696,2791,2872"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-km.json b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json
new file mode 100644
index 0000000..dd65aff
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-km.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-km\\values-km.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-km\\values-km.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,207,306,416,503,606,727,805,882,973,1065,1157,1251,1352,1445,1540,1634,1725,1816,1898,2002,2106,2206,2315,2424,2533,2695,2793",
+ "endColumns": "101,98,109,86,102,120,77,76,90,91,91,93,100,92,94,93,90,90,81,103,103,99,108,108,108,161,97,82",
+ "endOffsets": "202,301,411,498,601,722,800,877,968,1060,1152,1246,1347,1440,1535,1629,1720,1811,1893,1997,2101,2201,2310,2419,2528,2690,2788,2871"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json
new file mode 100644
index 0000000..dfbfc09
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-kn.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn\\values-kn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,331,444,532,639,765,843,920,1011,1103,1198,1292,1393,1486,1581,1675,1766,1857,1938,2054,2164,2263,2376,2481,2595,2759,2859",
+ "endColumns": "113,111,112,87,106,125,77,76,90,91,94,93,100,92,94,93,90,90,80,115,109,98,112,104,113,163,99,81",
+ "endOffsets": "214,326,439,527,634,760,838,915,1006,1098,1193,1287,1388,1481,1576,1670,1761,1852,1933,2049,2159,2258,2371,2476,2590,2754,2854,2936"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-kn\\values-kn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2941",
+ "endColumns": "100",
+ "endOffsets": "3037"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..2832dc2
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ko.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ko\\values-ko.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2763",
+ "endColumns": "100",
+ "endOffsets": "2859"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ko\\values-ko.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,202,296,397,479,577,683,763,839,930,1022,1117,1211,1312,1405,1500,1594,1685,1776,1855,1953,2047,2142,2242,2339,2439,2591,2685",
+ "endColumns": "96,93,100,81,97,105,79,75,90,91,94,93,100,92,94,93,90,90,78,97,93,94,99,96,99,151,93,77",
+ "endOffsets": "197,291,392,474,572,678,758,834,925,1017,1112,1206,1307,1400,1495,1589,1680,1771,1850,1948,2042,2137,2237,2334,2434,2586,2680,2758"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json
new file mode 100644
index 0000000..596027b
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ky.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ky\\values-ky.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,325,437,522,627,744,823,902,993,1085,1180,1274,1375,1468,1563,1658,1749,1840,1920,2026,2131,2229,2336,2442,2557,2718,2820",
+ "endColumns": "110,108,111,84,104,116,78,78,90,91,94,93,100,92,94,94,90,90,79,105,104,97,106,105,114,160,101,80",
+ "endOffsets": "211,320,432,517,622,739,818,897,988,1080,1175,1269,1370,1463,1558,1653,1744,1835,1915,2021,2126,2224,2331,2437,2552,2713,2815,2896"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ky\\values-ky.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2901",
+ "endColumns": "100",
+ "endOffsets": "2997"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..2e48b71
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-land.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-land\\values-land.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2,3,4",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,125,196",
+ "endColumns": "69,70,67",
+ "endOffsets": "120,191,259"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-land\\values-land.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "10",
+ "endOffsets": "222"
+ },
+ "to": {
+ "startLines": "5",
+ "startColumns": "4",
+ "startOffsets": "264",
+ "endLines": "8",
+ "endColumns": "10",
+ "endOffsets": "431"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..4b9cd90
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-large-v4.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-large-v4\\values-large-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,177",
+ "endColumns": "121,133",
+ "endOffsets": "172,306"
+ },
+ "to": {
+ "startLines": "11,12",
+ "startColumns": "4,4",
+ "startOffsets": "752,874",
+ "endColumns": "121,133",
+ "endOffsets": "869,1003"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-large-v4\\values-large-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10",
+ "startColumns": "4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,114,185,256,326,396,464,532,636",
+ "endColumns": "58,70,70,69,69,67,67,103,115",
+ "endOffsets": "109,180,251,321,391,459,527,631,747"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json
new file mode 100644
index 0000000..f4cccdd
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ldltr-v21.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "112",
+ "endOffsets": "163"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json
new file mode 100644
index 0000000..22ea188
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lo.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lo\\values-lo.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,311,424,509,613,724,802,880,971,1063,1155,1249,1350,1443,1538,1634,1725,1816,1896,2003,2107,2205,2308,2412,2516,2673,2772",
+ "endColumns": "102,102,112,84,103,110,77,77,90,91,91,93,100,92,94,95,90,90,79,106,103,97,102,103,103,156,98,80",
+ "endOffsets": "203,306,419,504,608,719,797,875,966,1058,1150,1244,1345,1438,1533,1629,1720,1811,1891,1998,2102,2200,2303,2407,2511,2668,2767,2848"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lo\\values-lo.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2853",
+ "endColumns": "100",
+ "endOffsets": "2949"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..67e7172
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lt.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lt\\values-lt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,221,325,438,525,627,749,832,913,1007,1102,1199,1295,1399,1495,1593,1689,1783,1877,1959,2068,2176,2276,2386,2491,2597,2773,2874",
+ "endColumns": "115,103,112,86,101,121,82,80,93,94,96,95,103,95,97,95,93,93,81,108,107,99,109,104,105,175,100,82",
+ "endOffsets": "216,320,433,520,622,744,827,908,1002,1097,1194,1290,1394,1490,1588,1684,1778,1872,1954,2063,2171,2271,2381,2486,2592,2768,2869,2952"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lt\\values-lt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2957",
+ "endColumns": "100",
+ "endOffsets": "3053"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..54ccd26
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-lv.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-lv\\values-lv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "3071",
+ "endColumns": "100",
+ "endOffsets": "3167"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-lv\\values-lv.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,335,444,530,634,756,838,919,1029,1136,1242,1351,1463,1566,1678,1785,1890,1990,2074,2183,2294,2393,2504,2611,2716,2890,2989",
+ "endColumns": "119,109,108,85,103,121,81,80,109,106,105,108,111,102,111,106,104,99,83,108,110,98,110,106,104,173,98,81",
+ "endOffsets": "220,330,439,525,629,751,833,914,1024,1131,1237,1346,1458,1561,1673,1780,1885,1985,2069,2178,2289,2388,2499,2606,2711,2885,2984,3066"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json
new file mode 100644
index 0000000..a933dd1
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mk.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mk\\values-mk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,317,425,511,619,738,822,904,995,1087,1183,1277,1378,1471,1566,1662,1753,1844,1930,2036,2142,2243,2350,2462,2566,2722,2820",
+ "endColumns": "107,103,107,85,107,118,83,81,90,91,95,93,100,92,94,95,90,90,85,105,105,100,106,111,103,155,97,83",
+ "endOffsets": "208,312,420,506,614,733,817,899,990,1082,1178,1272,1373,1466,1561,1657,1748,1839,1925,2031,2137,2238,2345,2457,2561,2717,2815,2899"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mk\\values-mk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2904",
+ "endColumns": "100",
+ "endOffsets": "3000"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json
new file mode 100644
index 0000000..f9d0035
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ml.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ml\\values-ml.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2936",
+ "endColumns": "100",
+ "endOffsets": "3032"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ml\\values-ml.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,318,429,520,625,747,825,901,992,1084,1185,1279,1380,1474,1569,1668,1759,1850,1931,2040,2144,2243,2355,2467,2588,2753,2854",
+ "endColumns": "106,105,110,90,104,121,77,75,90,91,100,93,100,93,94,98,90,90,80,108,103,98,111,111,120,164,100,81",
+ "endOffsets": "207,313,424,515,620,742,820,896,987,1079,1180,1274,1375,1469,1564,1663,1754,1845,1926,2035,2139,2238,2350,2462,2583,2748,2849,2931"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json
new file mode 100644
index 0000000..4957ee4
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mn.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mn\\values-mn.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,319,428,514,620,734,817,899,990,1082,1177,1273,1371,1464,1558,1650,1741,1831,1910,2017,2120,2217,2324,2426,2539,2698,2797",
+ "endColumns": "113,99,108,85,105,113,82,81,90,91,94,95,97,92,93,91,90,89,78,106,102,96,106,101,112,158,98,79",
+ "endOffsets": "214,314,423,509,615,729,812,894,985,1077,1172,1268,1366,1459,1553,1645,1736,1826,1905,2012,2115,2212,2319,2421,2534,2693,2792,2872"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mn\\values-mn.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2877",
+ "endColumns": "100",
+ "endOffsets": "2973"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json
new file mode 100644
index 0000000..18d7a14
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-mr.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-mr\\values-mr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,322,429,519,621,733,811,889,980,1072,1165,1262,1363,1456,1551,1645,1736,1827,1906,2013,2114,2210,2319,2421,2535,2692,2795",
+ "endColumns": "110,105,106,89,101,111,77,77,90,91,92,96,100,92,94,93,90,90,78,106,100,95,108,101,113,156,102,78",
+ "endOffsets": "211,317,424,514,616,728,806,884,975,1067,1160,1257,1358,1451,1546,1640,1731,1822,1901,2008,2109,2205,2314,2416,2530,2687,2790,2869"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-mr\\values-mr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2874",
+ "endColumns": "100",
+ "endOffsets": "2970"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json
new file mode 100644
index 0000000..00767a3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ms.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ms\\values-ms.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2880",
+ "endColumns": "100",
+ "endOffsets": "2976"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ms\\values-ms.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,321,429,516,620,731,810,889,980,1072,1167,1261,1360,1453,1548,1642,1733,1824,1903,2015,2123,2220,2329,2433,2540,2699,2800",
+ "endColumns": "110,104,107,86,103,110,78,78,90,91,94,93,98,92,94,93,90,90,78,111,107,96,108,103,106,158,100,79",
+ "endOffsets": "211,316,424,511,615,726,805,884,975,1067,1162,1256,1355,1448,1543,1637,1728,1819,1898,2010,2118,2215,2324,2428,2535,2694,2795,2875"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-my.json b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json
new file mode 100644
index 0000000..1403e3e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-my.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-my\\values-my.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2957",
+ "endColumns": "100",
+ "endOffsets": "3053"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-my\\values-my.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,218,325,441,528,637,760,842,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1945,2060,2169,2268,2394,2501,2609,2769,2872",
+ "endColumns": "112,106,115,86,108,122,81,81,90,91,94,93,100,92,94,93,90,90,83,114,108,98,125,106,107,159,102,84",
+ "endOffsets": "213,320,436,523,632,755,837,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1940,2055,2164,2263,2389,2496,2604,2764,2867,2952"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..23d71e7
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nb.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nb\\values-nb.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,303,417,503,603,716,793,869,960,1052,1146,1240,1341,1434,1529,1627,1718,1809,1886,1989,2087,2183,2287,2386,2487,2640,2737",
+ "endColumns": "102,94,113,85,99,112,76,75,90,91,93,93,100,92,94,97,90,90,76,102,97,95,103,98,100,152,96,78",
+ "endOffsets": "203,298,412,498,598,711,788,864,955,1047,1141,1235,1336,1429,1524,1622,1713,1804,1881,1984,2082,2178,2282,2381,2482,2635,2732,2811"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nb\\values-nb.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2816",
+ "endColumns": "100",
+ "endOffsets": "2912"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json
new file mode 100644
index 0000000..db9401f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ne.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ne\\values-ne.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2967",
+ "endColumns": "100",
+ "endOffsets": "3063"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ne\\values-ne.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,327,435,526,633,760,844,924,1015,1107,1202,1296,1397,1490,1585,1679,1770,1861,1946,2059,2160,2256,2369,2479,2603,2777,2888",
+ "endColumns": "110,110,107,90,106,126,83,79,90,91,94,93,100,92,94,93,90,90,84,112,100,95,112,109,123,173,110,78",
+ "endOffsets": "211,322,430,521,628,755,839,919,1010,1102,1197,1291,1392,1485,1580,1674,1765,1856,1941,2054,2155,2251,2364,2474,2598,2772,2883,2962"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json
new file mode 100644
index 0000000..9e9baa1
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-night-v8.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-night-v8\\values-night-v8.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-night-v8\\values-night-v8.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,125,209,293,389,491,593,687",
+ "endColumns": "69,83,83,95,101,101,93,88",
+ "endOffsets": "120,204,288,384,486,588,682,771"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..27442d5
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-nl.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-nl\\values-nl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2914",
+ "endColumns": "100",
+ "endOffsets": "3010"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-nl\\values-nl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,223,328,435,521,629,749,827,904,996,1089,1184,1278,1379,1473,1569,1664,1756,1848,1929,2040,2143,2242,2357,2471,2574,2729,2832",
+ "endColumns": "117,104,106,85,107,119,77,76,91,92,94,93,100,93,95,94,91,91,80,110,102,98,114,113,102,154,102,81",
+ "endOffsets": "218,323,430,516,624,744,822,899,991,1084,1179,1273,1374,1468,1564,1659,1751,1843,1924,2035,2138,2237,2352,2466,2569,2724,2827,2909"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-or.json b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json
new file mode 100644
index 0000000..38b8a46
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-or.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-or\\values-or.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2945",
+ "endColumns": "100",
+ "endOffsets": "3041"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-or\\values-or.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,224,334,441,527,631,751,829,906,997,1089,1185,1280,1381,1474,1569,1665,1756,1846,1934,2044,2148,2254,2365,2469,2587,2750,2856",
+ "endColumns": "118,109,106,85,103,119,77,76,90,91,95,94,100,92,94,95,90,89,87,109,103,105,110,103,117,162,105,88",
+ "endOffsets": "219,329,436,522,626,746,824,901,992,1084,1180,1275,1376,1469,1564,1660,1751,1841,1929,2039,2143,2249,2360,2464,2582,2745,2851,2940"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json
new file mode 100644
index 0000000..d5ba44c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pa.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pa\\values-pa.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2846",
+ "endColumns": "100",
+ "endOffsets": "2942"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pa\\values-pa.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,305,410,496,596,709,787,865,956,1048,1142,1236,1337,1430,1525,1619,1710,1801,1879,1989,2092,2188,2299,2401,2511,2670,2767",
+ "endColumns": "102,96,104,85,99,112,77,77,90,91,93,93,100,92,94,93,90,90,77,109,102,95,110,101,109,158,96,78",
+ "endOffsets": "203,300,405,491,591,704,782,860,951,1043,1137,1231,1332,1425,1520,1614,1705,1796,1874,1984,2087,2183,2294,2396,2506,2665,2762,2841"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..5f6cac1
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pl.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pl\\values-pl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2899",
+ "endColumns": "100",
+ "endOffsets": "2995"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pl\\values-pl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,322,430,516,623,742,821,898,989,1081,1176,1270,1372,1465,1560,1655,1746,1837,1918,2027,2127,2226,2335,2447,2558,2721,2817",
+ "endColumns": "114,101,107,85,106,118,78,76,90,91,94,93,101,92,94,94,90,90,80,108,99,98,108,111,110,162,95,81",
+ "endOffsets": "215,317,425,511,618,737,816,893,984,1076,1171,1265,1367,1460,1555,1650,1741,1832,1913,2022,2122,2221,2330,2442,2553,2716,2812,2894"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..91fd369
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-port.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-port\\values-port.xml",
+ "from": {
+ "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-rBR.json b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json
new file mode 100644
index 0000000..8be159e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rBR.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rBR\\values-pt-rBR.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2928",
+ "endColumns": "100",
+ "endOffsets": "3024"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt-rBR\\values-pt-rBR.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,438,527,628,747,832,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..33fff5e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt-rPT.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt-rPT\\values-pt-rPT.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,319,426,515,616,740,825,906,998,1091,1188,1282,1382,1476,1572,1667,1759,1851,1935,2042,2153,2255,2363,2471,2578,2749,2848",
+ "endColumns": "107,105,106,88,100,123,84,80,91,92,96,93,99,93,95,94,91,91,83,106,110,101,107,107,106,170,98,84",
+ "endOffsets": "208,314,421,510,611,735,820,901,993,1086,1183,1277,1377,1471,1567,1662,1754,1846,1930,2037,2148,2250,2358,2466,2573,2744,2843,2928"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt-rPT\\values-pt-rPT.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2933",
+ "endColumns": "100",
+ "endOffsets": "3029"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..976bde2
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-pt.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-pt\\values-pt.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,225,331,438,527,628,747,832,913,1004,1096,1191,1285,1386,1479,1574,1669,1760,1851,1935,2042,2153,2255,2363,2471,2581,2743,2843",
+ "endColumns": "119,105,106,88,100,118,84,80,90,91,94,93,100,92,94,94,90,90,83,106,110,101,107,107,109,161,99,84",
+ "endOffsets": "220,326,433,522,623,742,827,908,999,1091,1186,1280,1381,1474,1569,1664,1755,1846,1930,2037,2148,2250,2358,2466,2576,2738,2838,2923"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-pt\\values-pt.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2928",
+ "endColumns": "100",
+ "endOffsets": "3024"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..86580bc
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ro.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ro\\values-ro.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,226,330,443,527,631,752,837,918,1009,1101,1196,1290,1391,1484,1579,1673,1764,1856,1938,2050,2158,2258,2372,2478,2584,2748,2851",
+ "endColumns": "120,103,112,83,103,120,84,80,90,91,94,93,100,92,94,93,90,91,81,111,107,99,113,105,105,163,102,82",
+ "endOffsets": "221,325,438,522,626,747,832,913,1004,1096,1191,1285,1386,1479,1574,1668,1759,1851,1933,2045,2153,2253,2367,2473,2579,2743,2846,2929"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ro\\values-ro.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2934",
+ "endColumns": "100",
+ "endOffsets": "3030"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..fe0e5d7
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ru.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ru\\values-ru.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,220,322,421,507,612,733,812,889,981,1074,1169,1262,1358,1452,1548,1643,1735,1827,1915,2021,2128,2226,2335,2442,2556,2722,2822",
+ "endColumns": "114,101,98,85,104,120,78,76,91,92,94,92,95,93,95,94,91,91,87,105,106,97,108,106,113,165,99,80",
+ "endOffsets": "215,317,416,502,607,728,807,884,976,1069,1164,1257,1353,1447,1543,1638,1730,1822,1910,2016,2123,2221,2330,2437,2551,2717,2817,2898"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ru\\values-ru.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2903",
+ "endColumns": "100",
+ "endOffsets": "2999"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-si.json b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json
new file mode 100644
index 0000000..9fff46f
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-si.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-si\\values-si.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2902",
+ "endColumns": "100",
+ "endOffsets": "2998"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-si\\values-si.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,221,328,435,518,623,739,829,916,1007,1099,1193,1287,1388,1481,1576,1670,1761,1852,1935,2044,2148,2246,2356,2456,2563,2722,2821",
+ "endColumns": "115,106,106,82,104,115,89,86,90,91,93,93,100,92,94,93,90,90,82,108,103,97,109,99,106,158,98,80",
+ "endOffsets": "216,323,430,513,618,734,824,911,1002,1094,1188,1282,1383,1476,1571,1665,1756,1847,1930,2039,2143,2241,2351,2451,2558,2717,2816,2897"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..4db3dfb
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sk.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sk\\values-sk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2899",
+ "endColumns": "100",
+ "endOffsets": "2995"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sk\\values-sk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,424,510,618,736,815,893,984,1076,1174,1268,1369,1462,1557,1655,1746,1837,1920,2025,2133,2232,2338,2450,2553,2719,2817",
+ "endColumns": "106,100,110,85,107,117,78,77,90,91,97,93,100,92,94,97,90,90,82,104,107,98,105,111,102,165,97,81",
+ "endOffsets": "207,308,419,505,613,731,810,888,979,1071,1169,1263,1364,1457,1552,1650,1741,1832,1915,2020,2128,2227,2333,2445,2548,2714,2812,2894"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..3bc7564
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sl.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sl\\values-sl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,217,319,427,514,617,736,817,896,988,1081,1176,1270,1366,1460,1556,1656,1748,1840,1923,2031,2139,2239,2352,2460,2568,2751,2851",
+ "endColumns": "111,101,107,86,102,118,80,78,91,92,94,93,95,93,95,99,91,91,82,107,107,99,112,107,107,182,99,82",
+ "endOffsets": "212,314,422,509,612,731,812,891,983,1076,1171,1265,1361,1455,1551,1651,1743,1835,1918,2026,2134,2234,2347,2455,2563,2746,2846,2929"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sl\\values-sl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2934",
+ "endColumns": "100",
+ "endOffsets": "3030"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json
new file mode 100644
index 0000000..f1cd1d0
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sq.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sq\\values-sq.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2882",
+ "endColumns": "100",
+ "endOffsets": "2978"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sq\\values-sq.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,319,431,517,623,746,828,907,998,1090,1185,1279,1381,1474,1569,1666,1757,1850,1930,2036,2140,2238,2344,2448,2550,2704,2801",
+ "endColumns": "113,99,111,85,105,122,81,78,90,91,94,93,101,92,94,96,90,92,79,105,103,97,105,103,101,153,96,80",
+ "endOffsets": "214,314,426,512,618,741,823,902,993,1085,1180,1274,1376,1469,1564,1661,1752,1845,1925,2031,2135,2233,2339,2443,2545,2699,2796,2877"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..044ec22
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sr.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sr\\values-sr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,313,419,505,609,731,815,897,988,1080,1175,1269,1370,1463,1558,1663,1754,1845,1930,2035,2141,2244,2350,2459,2566,2736,2833",
+ "endColumns": "106,100,105,85,103,121,83,81,90,91,94,93,100,92,94,104,90,90,84,104,105,102,105,108,106,169,96,85",
+ "endOffsets": "207,308,414,500,604,726,810,892,983,1075,1170,1264,1365,1458,1553,1658,1749,1840,1925,2030,2136,2239,2345,2454,2561,2731,2828,2914"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sr\\values-sr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2919",
+ "endColumns": "100",
+ "endOffsets": "3015"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..490a557
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sv.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sv\\values-sv.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,311,422,506,608,721,798,874,967,1061,1156,1250,1353,1448,1545,1643,1739,1832,1911,2017,2116,2212,2317,2420,2522,2676,2778",
+ "endColumns": "102,102,110,83,101,112,76,75,92,93,94,93,102,94,96,97,95,92,78,105,98,95,104,102,101,153,101,78",
+ "endOffsets": "203,306,417,501,603,716,793,869,962,1056,1151,1245,1348,1443,1540,1638,1734,1827,1906,2012,2111,2207,2312,2415,2517,2671,2773,2852"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sv\\values-sv.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2857",
+ "endColumns": "100",
+ "endOffsets": "2953"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..211a0eb
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw\\values-sw.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2883",
+ "endColumns": "100",
+ "endOffsets": "2979"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sw\\values-sw.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,208,307,415,505,610,727,810,893,984,1076,1171,1265,1366,1459,1554,1648,1739,1830,1911,2012,2120,2219,2326,2438,2542,2704,2801",
+ "endColumns": "102,98,107,89,104,116,82,82,90,91,94,93,100,92,94,93,90,90,80,100,107,98,106,111,103,161,96,81",
+ "endOffsets": "203,302,410,500,605,722,805,888,979,1071,1166,1260,1361,1454,1549,1643,1734,1825,1906,2007,2115,2214,2321,2433,2537,2699,2796,2878"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..6ae6b8a
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-sw600dp-v13.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "55,124,193,263,337,413,472,543",
+ "endColumns": "68,68,69,73,75,58,70,67",
+ "endOffsets": "119,188,258,332,408,467,538,606"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-sw600dp-v13\\values-sw600dp-v13.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,10,11,12",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,115,185,256,328,386,444,553,617,680",
+ "endLines": "2,3,4,5,6,7,9,10,11,15",
+ "endColumns": "59,69,70,71,57,57,10,63,62,10",
+ "endOffsets": "110,180,251,323,381,439,548,612,675,847"
+ },
+ "to": {
+ "startLines": "10,11,12,13,14,15,16,18,19,20",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1236",
+ "endLines": "10,11,12,13,14,15,17,18,19,23",
+ "endColumns": "59,69,70,71,57,57,10,63,62,10",
+ "endOffsets": "666,736,807,879,937,995,1104,1168,1231,1403"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json
new file mode 100644
index 0000000..9bcc2a2
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ta.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ta\\values-ta.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,218,320,435,524,635,756,835,912,1010,1109,1204,1298,1406,1506,1608,1702,1800,1898,1978,2086,2189,2288,2404,2507,2612,2769,2871",
+ "endColumns": "112,101,114,88,110,120,78,76,97,98,94,93,107,99,101,93,97,97,79,107,102,98,115,102,104,156,101,80",
+ "endOffsets": "213,315,430,519,630,751,830,907,1005,1104,1199,1293,1401,1501,1603,1697,1795,1893,1973,2081,2184,2283,2399,2502,2607,2764,2866,2947"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ta\\values-ta.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2952",
+ "endColumns": "100",
+ "endOffsets": "3048"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-te.json b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json
new file mode 100644
index 0000000..8ec4d8c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-te.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-te\\values-te.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,222,334,445,535,640,759,837,914,1005,1097,1192,1286,1387,1480,1575,1670,1761,1852,1934,2048,2150,2247,2362,2465,2580,2742,2845",
+ "endColumns": "116,111,110,89,104,118,77,76,90,91,94,93,100,92,94,94,90,90,81,113,101,96,114,102,114,161,102,79",
+ "endOffsets": "217,329,440,530,635,754,832,909,1000,1092,1187,1281,1382,1475,1570,1665,1756,1847,1929,2043,2145,2242,2357,2460,2575,2737,2840,2920"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-te\\values-te.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2925",
+ "endColumns": "100",
+ "endOffsets": "3021"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..87bef04
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-th.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-th\\values-th.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,303,411,496,598,708,786,864,955,1047,1138,1232,1333,1426,1521,1615,1706,1797,1877,1980,2078,2176,2279,2385,2486,2639,2734",
+ "endColumns": "104,92,107,84,101,109,77,77,90,91,90,93,100,92,94,93,90,90,79,102,97,97,102,105,100,152,94,80",
+ "endOffsets": "205,298,406,491,593,703,781,859,950,1042,1133,1227,1328,1421,1516,1610,1701,1792,1872,1975,2073,2171,2274,2380,2481,2634,2729,2810"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-th\\values-th.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2815",
+ "endColumns": "100",
+ "endOffsets": "2911"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..ff05357
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tl.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tl\\values-tl.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2929",
+ "endColumns": "100",
+ "endOffsets": "3025"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-tl\\values-tl.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,216,324,437,525,631,746,826,904,995,1087,1182,1276,1377,1470,1565,1659,1750,1841,1924,2033,2143,2244,2354,2472,2580,2743,2845",
+ "endColumns": "110,107,112,87,105,114,79,77,90,91,94,93,100,92,94,93,90,90,82,108,109,100,109,117,107,162,101,83",
+ "endOffsets": "211,319,432,520,626,741,821,899,990,1082,1177,1271,1372,1465,1560,1654,1745,1836,1919,2028,2138,2239,2349,2467,2575,2738,2840,2924"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..75d4def
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-tr.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-tr\\values-tr.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,318,430,515,621,741,821,897,988,1080,1172,1266,1367,1460,1562,1657,1748,1839,1917,2024,2128,2224,2331,2434,2543,2699,2797",
+ "endColumns": "113,98,111,84,105,119,79,75,90,91,91,93,100,92,101,94,90,90,77,106,103,95,106,102,108,155,97,78",
+ "endOffsets": "214,313,425,510,616,736,816,892,983,1075,1167,1261,1362,1455,1557,1652,1743,1834,1912,2019,2123,2219,2326,2429,2538,2694,2792,2871"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-tr\\values-tr.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2876",
+ "endColumns": "100",
+ "endOffsets": "2972"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..d807824
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uk.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uk\\values-uk.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,214,316,424,510,615,733,814,894,985,1077,1172,1266,1367,1460,1555,1650,1741,1832,1930,2036,2142,2240,2347,2454,2559,2729,2829",
+ "endColumns": "108,101,107,85,104,117,80,79,90,91,94,93,100,92,94,94,90,90,97,105,105,97,106,106,104,169,99,80",
+ "endOffsets": "209,311,419,505,610,728,809,889,980,1072,1167,1261,1362,1455,1550,1645,1736,1827,1925,2031,2137,2235,2342,2449,2554,2724,2824,2905"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uk\\values-uk.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2910",
+ "endColumns": "100",
+ "endOffsets": "3006"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json
new file mode 100644
index 0000000..e967cac
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-ur.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ur\\values-ur.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,219,325,434,520,624,744,821,897,989,1082,1177,1271,1373,1467,1563,1657,1749,1841,1925,2033,2139,2241,2352,2453,2569,2734,2832",
+ "endColumns": "113,105,108,85,103,119,76,75,91,92,94,93,101,93,95,93,91,91,83,107,105,101,110,100,115,164,97,84",
+ "endOffsets": "214,320,429,515,619,739,816,892,984,1077,1172,1266,1368,1462,1558,1652,1744,1836,1920,2028,2134,2236,2347,2448,2564,2729,2827,2912"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-ur\\values-ur.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2917",
+ "endColumns": "100",
+ "endOffsets": "3013"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json
new file mode 100644
index 0000000..f0fe5a3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-uz.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-uz\\values-uz.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2859",
+ "endColumns": "100",
+ "endOffsets": "2955"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-uz\\values-uz.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,210,305,405,487,587,704,789,868,959,1051,1146,1240,1335,1428,1523,1618,1709,1801,1884,1994,2100,2200,2308,2414,2516,2677,2776",
+ "endColumns": "104,94,99,81,99,116,84,78,90,91,94,93,94,92,94,94,90,91,82,109,105,99,107,105,101,160,98,82",
+ "endOffsets": "205,300,400,482,582,699,784,863,954,1046,1141,1235,1330,1423,1518,1613,1704,1796,1879,1989,2095,2195,2303,2409,2511,2672,2771,2854"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json
new file mode 100644
index 0000000..0110361
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v16.json
@@ -0,0 +1,38 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v16\\values-v16.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "5",
+ "endColumns": "12",
+ "endOffsets": "223"
+ },
+ "to": {
+ "startLines": "3",
+ "startColumns": "4",
+ "startOffsets": "121",
+ "endLines": "6",
+ "endColumns": "12",
+ "endOffsets": "289"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-v16\\values-v16.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "65",
+ "endOffsets": "116"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..a5da789
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v17.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v17\\values-v17.xml",
+ "from": {
+ "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216",
+ "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60",
+ "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12",
+ "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..8ae96fa
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v18.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v18\\values-v18.xml",
+ "from": {
+ "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..e6fb9ce
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v21.json
@@ -0,0 +1,66 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v21\\values-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,10,18,26",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,484,910,1333",
+ "endLines": "9,17,25,33",
+ "endColumns": "10,10,10,10",
+ "endOffsets": "479,905,1328,1763"
+ },
+ "to": {
+ "startLines": "268,276,284,292",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "19766,20195,20621,21044",
+ "endLines": "275,283,291,299",
+ "endColumns": "10,10,10,10",
+ "endOffsets": "20190,20616,21039,21474"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "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,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248",
+ "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",
+ "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,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265",
+ "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,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259",
+ "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,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,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,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966"
+ },
+ "to": {
+ "startLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,19,21,23,24,25,26,28,30,31,32,33,34,36,38,40,42,44,46,47,52,54,56,57,58,60,62,63,64,65,66,67,110,113,156,159,162,164,166,168,171,175,178,179,180,183,184,185,186,187,188,191,192,194,196,198,200,204,206,207,208,209,211,215,217,219,220,221,222,223,224,226,227,228,238,239,240,252",
+ "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",
+ "startOffsets": "354,445,548,651,756,863,972,1081,1190,1299,1408,1515,1618,1737,1892,2047,2152,2273,2374,2521,2662,2765,2884,2991,3094,3249,3420,3569,3734,3891,4042,4161,4512,4661,4810,4922,5069,5222,5369,5444,5533,5620,5721,5824,8798,8983,11969,12166,12365,12488,12611,12724,12907,13162,13363,13452,13563,13796,13897,13992,14115,14244,14361,14538,14637,14772,14915,15050,15169,15370,15489,15582,15693,15749,15856,16051,16162,16295,16390,16481,16572,16665,16782,16921,16992,17075,17755,17812,17870,18564",
+ "endLines": "6,7,8,9,10,11,12,13,14,15,16,17,18,20,22,23,24,25,27,29,30,31,32,33,35,37,39,41,43,45,46,51,53,55,56,57,59,61,62,63,64,65,66,109,112,155,158,161,163,165,167,170,174,177,178,179,182,183,184,185,186,187,190,191,193,195,197,199,203,205,206,207,208,210,214,216,218,219,220,221,222,223,225,226,227,237,238,239,251,263",
+ "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,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12",
+ "endOffsets": "440,543,646,751,858,967,1076,1185,1294,1403,1510,1613,1732,1887,2042,2147,2268,2369,2516,2657,2760,2879,2986,3089,3244,3415,3564,3729,3886,4037,4156,4507,4656,4805,4917,5064,5217,5364,5439,5528,5615,5716,5819,8793,8978,11964,12161,12360,12483,12606,12719,12902,13157,13358,13447,13558,13791,13892,13987,14110,14239,14356,14533,14632,14767,14910,15045,15164,15365,15484,15577,15688,15744,15851,16046,16157,16290,16385,16476,16567,16660,16777,16916,16987,17070,17750,17807,17865,18559,19265"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-v21\\values-v21.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,13",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,159,223,290,354,470,596,722,850,1022",
+ "endLines": "2,3,4,5,6,7,8,9,12,17",
+ "endColumns": "103,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "154,218,285,349,465,591,717,845,1017,1355"
+ },
+ "to": {
+ "startLines": "2,3,4,5,264,265,266,267,300,303",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,159,223,290,19270,19386,19512,19638,21479,21651",
+ "endLines": "2,3,4,5,264,265,266,267,302,307",
+ "endColumns": "103,63,66,63,115,125,125,127,12,12",
+ "endOffsets": "154,218,285,349,19381,19507,19633,19761,21646,21984"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json
new file mode 100644
index 0000000..0e28ecb
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v22.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v22\\values-v22.xml",
+ "from": {
+ "startLines": "2,3,4,9",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,553",
+ "endLines": "2,3,8,13",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,548,896"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json
new file mode 100644
index 0000000..b61f994
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v23.json
@@ -0,0 +1,39 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v23\\values-v23.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,20,34,35,36,37,41,42,43,44",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2618,2842,2957,3064,3177",
+ "endLines": "2,3,4,5,19,33,34,35,36,40,41,42,43,47",
+ "endColumns": "134,134,74,86,12,12,118,126,104,12,114,106,112,12",
+ "endOffsets": "185,320,395,482,1366,2262,2381,2508,2613,2837,2952,3059,3172,3402"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\cardview-1.0.0\\res\\values-v23\\values-v23.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endLines": "4",
+ "endColumns": "12",
+ "endOffsets": "200"
+ },
+ "to": {
+ "startLines": "48",
+ "startColumns": "4",
+ "startOffsets": "3407",
+ "endLines": "50",
+ "endColumns": "12",
+ "endOffsets": "3552"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json
new file mode 100644
index 0000000..bd41cf6
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v24.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v24\\values-v24.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "55,212",
+ "endColumns": "156,134",
+ "endOffsets": "207,342"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json
new file mode 100644
index 0000000..8c544fb
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v25.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v25\\values-v25.xml",
+ "from": {
+ "startLines": "2,3,4,6",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,126,209,308",
+ "endLines": "2,3,5,7",
+ "endColumns": "70,82,12,12",
+ "endOffsets": "121,204,303,414"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json
new file mode 100644
index 0000000..e3e7ec6
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v26.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v26\\values-v26.xml",
+ "from": {
+ "startLines": "2,3,4,8,12,16",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,130,217,431,657,896",
+ "endLines": "2,3,7,11,15,16",
+ "endColumns": "74,86,12,12,12,92",
+ "endOffsets": "125,212,426,652,891,984"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json
new file mode 100644
index 0000000..6bbcc61
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-v28.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v28\\values-v28.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-v28\\values-v28.xml",
+ "from": {
+ "startLines": "2,3,4,8",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,130,217,447",
+ "endLines": "2,3,7,11",
+ "endColumns": "74,86,12,12",
+ "endOffsets": "125,212,442,684"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..bac925c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-vi.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-vi\\values-vi.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,212,314,423,507,610,729,807,884,975,1067,1162,1256,1357,1450,1545,1639,1730,1821,1904,2008,2116,2217,2322,2437,2542,2699,2798",
+ "endColumns": "106,101,108,83,102,118,77,76,90,91,94,93,100,92,94,93,90,90,82,103,107,100,104,114,104,156,98,83",
+ "endOffsets": "207,309,418,502,605,724,802,879,970,1062,1157,1251,1352,1445,1540,1634,1725,1816,1899,2003,2111,2212,2317,2432,2537,2694,2793,2877"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-vi\\values-vi.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2882",
+ "endColumns": "100",
+ "endOffsets": "2978"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json
new file mode 100644
index 0000000..26954a3
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v20.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-watch-v20\\values-watch-v20.xml",
+ "from": {
+ "startLines": "2,5,8",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,214,385",
+ "endLines": "4,7,10",
+ "endColumns": "12,12,12",
+ "endOffsets": "209,380,553"
+ }
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json
new file mode 100644
index 0000000..aef1d5e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-watch-v21.json
@@ -0,0 +1,20 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-watch-v21\\values-watch-v21.xml",
+ "from": {
+ "startLines": "2,6,10",
+ "startColumns": "4,4,4",
+ "startOffsets": "55,271,499",
+ "endLines": "5,9,13",
+ "endColumns": "12,12,12",
+ "endOffsets": "266,494,724"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..890ac4e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-xlarge-v4.json
@@ -0,0 +1,19 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7",
+ "startColumns": "4,4,4,4,4,4",
+ "startOffsets": "55,126,197,267,337,405",
+ "endColumns": "70,70,69,69,67,67",
+ "endOffsets": "121,192,262,332,400,468"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..be96772
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rCN.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rCN\\values-zh-rCN.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,295,395,477,574,680,757,833,924,1016,1113,1209,1304,1397,1492,1584,1675,1766,1843,1939,2034,2129,2226,2322,2420,2568,2662",
+ "endColumns": "94,94,99,81,96,105,76,75,90,91,96,95,94,92,94,91,90,90,76,95,94,94,96,95,97,147,93,77",
+ "endOffsets": "195,290,390,472,569,675,752,828,919,1011,1108,1204,1299,1392,1487,1579,1670,1761,1838,1934,2029,2124,2221,2317,2415,2563,2657,2735"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rCN\\values-zh-rCN.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2740",
+ "endColumns": "100",
+ "endOffsets": "2836"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..eea5d45
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rHK.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rHK\\values-zh-rHK.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2744",
+ "endColumns": "100",
+ "endOffsets": "2840"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rHK\\values-zh-rHK.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,293,393,475,572,680,757,833,925,1018,1109,1205,1301,1395,1491,1583,1675,1767,1844,1940,2035,2130,2227,2323,2421,2572,2666",
+ "endColumns": "94,92,99,81,96,107,76,75,91,92,90,95,95,93,95,91,91,91,76,95,94,94,96,95,97,150,93,77",
+ "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1104,1200,1296,1390,1486,1578,1670,1762,1839,1935,2030,2125,2222,2318,2416,2567,2661,2739"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..cce567c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zh-rTW.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zh-rTW\\values-zh-rTW.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,200,293,393,475,572,680,757,833,925,1018,1115,1211,1307,1401,1497,1589,1681,1773,1850,1946,2041,2136,2233,2329,2427,2577,2671",
+ "endColumns": "94,92,99,81,96,107,76,75,91,92,96,95,95,93,95,91,91,91,76,95,94,94,96,95,97,149,93,77",
+ "endOffsets": "195,288,388,470,567,675,752,828,920,1013,1110,1206,1302,1396,1492,1584,1676,1768,1845,1941,2036,2131,2228,2324,2422,2572,2666,2744"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zh-rTW\\values-zh-rTW.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2749",
+ "endColumns": "100",
+ "endOffsets": "2845"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..a4b3c7e
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values-zu.json
@@ -0,0 +1,36 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-zu\\values-zu.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "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",
+ "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",
+ "startOffsets": "105,213,320,432,520,623,738,817,895,986,1078,1173,1267,1368,1461,1556,1650,1741,1834,1914,2018,2121,2219,2326,2433,2538,2695,2791",
+ "endColumns": "107,106,111,87,102,114,78,77,90,91,94,93,100,92,94,93,90,92,79,103,102,97,106,106,104,156,95,80",
+ "endOffsets": "208,315,427,515,618,733,812,890,981,1073,1168,1262,1363,1456,1551,1645,1736,1829,1909,2013,2116,2214,2321,2428,2533,2690,2786,2867"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values-zu\\values-zu.xml",
+ "from": {
+ "startLines": "2",
+ "startColumns": "4",
+ "startOffsets": "55",
+ "endColumns": "100",
+ "endOffsets": "151"
+ },
+ "to": {
+ "startLines": "30",
+ "startColumns": "4",
+ "startOffsets": "2872",
+ "endColumns": "100",
+ "endOffsets": "2968"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..2573d8c
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/multi-v2/values.json
@@ -0,0 +1,248 @@
+{
+ "logs": [
+ {
+ "outputFile": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values\\values.xml",
+ "map": [
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,83,84,88,89,90,91,98,141,173,210",
+ "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",
+ "startOffsets": "55,124,319,389,457,529,599,660,734,807,868,929,991,1055,1117,1178,1246,1346,1406,1472,1545,1614,1671,1723,1785,1857,1933,1998,2057,2116,2176,2236,2296,2356,2416,2476,2536,2596,2656,2716,2775,2835,2895,2955,3015,3075,3135,3195,3255,3315,3375,3434,3494,3554,3613,3672,3731,3790,3849,3908,3943,3978,4033,4096,4151,4209,4266,4316,4377,4434,4468,4503,4538,4608,4679,4796,4997,5107,5308,5437,5509,5576,5874,8780,10845,12605",
+ "endLines": "2,3,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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,82,83,87,88,89,90,97,140,172,209,216",
+ "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "119,182,384,452,524,594,655,729,802,863,924,986,1050,1112,1173,1241,1341,1401,1467,1540,1609,1666,1718,1780,1852,1928,1993,2052,2111,2171,2231,2291,2351,2411,2471,2531,2591,2651,2711,2770,2830,2890,2950,3010,3070,3130,3190,3250,3310,3370,3429,3489,3549,3608,3667,3726,3785,3844,3903,3938,3973,4028,4091,4146,4204,4261,4311,4372,4429,4463,4498,4533,4603,4674,4791,4992,5102,5303,5432,5504,5571,5869,8775,10840,12600,12977"
+ },
+ "to": {
+ "startLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2362,2366,2367,2371,2739,2740,3861,4027,4070,4103,4140",
+ "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",
+ "startOffsets": "12785,12854,19919,19989,20057,20129,20199,20260,20334,27231,27292,27353,27415,27479,27541,27602,27670,27770,27830,27896,27969,28038,28095,28147,28662,28734,28810,28875,28934,28993,29053,29113,29173,29233,29293,29353,29413,29473,29533,29593,29652,29712,29772,29832,29892,29952,30012,30072,30132,30192,30252,30311,30371,30431,30490,30549,30608,30667,30726,31130,31165,31740,31795,31858,31913,31971,32028,32078,32139,32196,32230,32408,33654,38591,155139,155256,155457,155567,155768,180520,180592,245009,260767,263673,265940,267700",
+ "endLines": "236,237,341,342,343,344,345,346,347,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,520,521,533,534,535,536,537,538,539,540,541,542,546,568,630,2361,2365,2366,2370,2371,2739,2740,3867,4069,4101,4139,4146",
+ "endColumns": "68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,56,49,60,56,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24",
+ "endOffsets": "12849,12912,19984,20052,20124,20194,20255,20329,20402,27287,27348,27410,27474,27536,27597,27665,27765,27825,27891,27964,28033,28090,28142,28204,28729,28805,28870,28929,28988,29048,29108,29168,29228,29288,29348,29408,29468,29528,29588,29647,29707,29767,29827,29887,29947,30007,30067,30127,30187,30247,30306,30366,30426,30485,30544,30603,30662,30721,30780,31160,31195,31790,31853,31908,31966,32023,32073,32134,32191,32225,32260,32438,33719,38657,155251,155452,155562,155763,155892,180587,180654,245302,263668,265733,267695,268072"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\strings.xml",
+ "from": {
+ "startLines": "5,6,13,1,26,12,22,29,28,9,8,10,18,25,27,3,4,23,15,11,24,14,21,17,19,16,20,7",
+ "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",
+ "startOffsets": "205,268,677,16,1323,615,1128,1482,1429,439,373,515,948,1258,1368,105,152,1170,782,571,1216,736,1082,900,990,846,1034,325",
+ "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47",
+ "endOffsets": "263,320,731,62,1363,672,1165,1551,1477,510,434,566,985,1318,1424,147,200,1211,841,610,1253,777,1123,943,1029,895,1077,368"
+ },
+ "to": {
+ "startLines": "596,597,598,599,604,605,608,609,610,612,613,614,615,617,618,624,625,626,628,629,631,632,633,634,635,636,637,638",
+ "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",
+ "startOffsets": "35590,35653,35710,35769,36292,36337,36713,36755,36829,37035,37111,37177,37233,37356,37421,38284,38331,38384,38483,38547,38662,38704,38750,38796,38844,38888,38942,38990",
+ "endColumns": "62,56,58,50,44,61,41,73,52,75,65,55,41,64,60,46,52,45,63,43,41,45,45,47,43,53,47,47",
+ "endOffsets": "35648,35705,35764,35815,36332,36394,36750,36824,36877,37106,37172,37228,37270,37416,37477,38326,38379,38425,38542,38586,38699,38745,38791,38839,38883,38937,38985,39033"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,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,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,218,219,223,227,231,236,242,249,253,257,262,266,270,274,278,282,286,292,296,302,306,312,316,321,325,328,332,338,342,348,352,358,361,365,369,373,377,381,382,383,384,387,390,393,396,400,401,402,403,404,407,409,411,413,418,419,423,429,433,434,436,447,448,452,458,462,463,464,468,495,499,500,504,532,703,729,901,927,958,966,972,986,1008,1013,1018,1028,1037,1046,1050,1057,1065,1072,1073,1082,1085,1088,1092,1096,1100,1103,1104,1109,1114,1124,1129,1136,1142,1143,1146,1150,1155,1157,1159,1162,1165,1167,1171,1174,1181,1184,1187,1191,1193,1197,1199,1201,1203,1207,1215,1223,1235,1241,1250,1253,1264,1267,1268,1273,1274,1279,1348,1418,1419,1429,1438,1439,1441,1445,1448,1451,1454,1457,1460,1463,1466,1470,1473,1476,1479,1483,1486,1490,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1516,1518,1519,1520,1521,1522,1523,1524,1525,1527,1528,1530,1531,1533,1535,1536,1538,1539,1540,1541,1542,1543,1545,1546,1547,1548,1549,1550,1552,1554,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1570,1571,1572,1573,1574,1575,1577,1581,1585,1586,1587,1588,1589,1590,1594,1595,1596,1597,1599,1601,1603,1605,1607,1608,1609,1610,1612,1614,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1630,1631,1632,1633,1635,1637,1638,1640,1641,1643,1645,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1660,1661,1662,1663,1665,1666,1667,1668,1669,1671,1673,1675,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1775,1778,1781,1784,1798,1809,1819,1849,1876,1885,1960,2357,2362,2390,2408,2444,2450,2456,2479,2620,2640,2646,2650,2656,2693,2705,2771,2795,2864,2883,2909",
+ "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "105,160,205,254,295,350,409,471,552,613,688,764,841,919,1004,1086,1162,1238,1315,1393,1499,1605,1684,1764,1821,1879,1953,2028,2093,2159,2219,2280,2352,2425,2492,2560,2619,2678,2737,2796,2855,2909,2963,3016,3070,3124,3178,3232,3306,3385,3458,3532,3603,3675,3747,3820,3877,3935,4008,4082,4156,4231,4303,4376,4446,4517,4577,4638,4707,4776,4846,4920,4996,5060,5137,5213,5290,5355,5424,5501,5576,5645,5713,5790,5856,5917,6014,6079,6148,6247,6318,6377,6435,6492,6551,6615,6686,6758,6830,6902,6974,7041,7109,7177,7236,7299,7363,7453,7544,7604,7670,7737,7803,7873,7937,7990,8057,8118,8185,8298,8356,8419,8484,8549,8624,8697,8769,8818,8879,8940,9001,9063,9127,9191,9255,9320,9383,9443,9504,9570,9629,9689,9751,9822,9882,9950,10036,10123,10213,10300,10388,10470,10553,10643,10734,10786,10844,10889,10955,11019,11076,11133,11187,11244,11292,11341,11392,11426,11473,11522,11568,11600,11664,11726,11786,11843,11917,11987,12065,12119,12189,12274,12322,12368,12429,12492,12558,12622,12693,12756,12821,12885,12946,13007,13059,13132,13206,13275,13350,13424,13498,13639,13709,13762,13840,13930,14018,14114,14204,14786,14875,15122,15403,15655,15940,16333,16810,17032,17254,17530,17757,17987,18217,18447,18677,18904,19323,19549,19974,20204,20632,20851,21134,21342,21473,21700,22126,22351,22778,22999,23424,23544,23820,24121,24445,24736,25050,25187,25318,25423,25665,25832,26036,26244,26515,26627,26739,26844,26961,27175,27321,27461,27547,27895,27983,28229,28647,28896,28978,29076,29693,29793,30045,30469,30724,30818,30907,31144,33196,33438,33540,33793,35977,47101,48617,59840,61368,63125,63751,64171,65232,66497,66753,66989,67536,68030,68635,68833,69413,69977,70352,70470,71008,71165,71361,71634,71890,72060,72201,72265,72630,72997,73673,73937,74275,74628,74722,74908,75214,75476,75601,75728,75967,76178,76297,76490,76667,77122,77303,77425,77684,77797,77984,78086,78193,78322,78597,79105,79601,80478,80772,81342,81491,82223,82395,82479,82815,82907,83185,88594,94146,94208,94838,95452,95543,95656,95885,96045,96197,96368,96534,96703,96870,97033,97276,97446,97619,97790,98064,98263,98468,98798,98882,98978,99074,99172,99272,99374,99476,99578,99680,99782,99882,99978,100090,100219,100342,100473,100604,100702,100816,100910,101050,101184,101280,101392,101492,101608,101704,101816,101916,102056,102192,102356,102486,102644,102794,102935,103079,103214,103326,103476,103604,103732,103868,104000,104130,104260,104372,104512,104658,104802,104940,105006,105096,105172,105276,105366,105468,105576,105684,105784,105864,105956,106054,106164,106242,106348,106440,106544,106654,106776,106939,107096,107176,107276,107366,107476,107566,107807,107901,108007,108099,108199,108311,108425,108541,108657,108751,108865,108977,109079,109199,109321,109403,109507,109627,109753,109851,109945,110033,110145,110261,110383,110495,110670,110786,110872,110964,111076,111200,111267,111393,111461,111589,111733,111861,111930,112025,112140,112253,112352,112461,112572,112683,112784,112889,112989,113119,113210,113333,113427,113539,113625,113729,113825,113913,114031,114135,114239,114365,114453,114561,114661,114751,114861,114945,115047,115131,115185,115249,115355,115441,115551,115635,115755,120899,121017,121132,121264,121979,122671,123188,124787,126320,126708,131443,151705,151965,153475,154508,156521,156783,157139,157969,164751,165885,166179,166402,166729,168779,169427,173278,174480,178559,179774,181183",
+ "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,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,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,196,197,198,199,200,201,202,203,204,205,206,207,208,209,217,218,222,226,230,235,241,248,252,256,261,265,269,273,277,281,285,291,295,301,305,311,315,320,324,327,331,337,341,347,351,357,360,364,368,372,376,380,381,382,383,386,389,392,395,399,400,401,402,403,406,408,410,412,417,418,422,428,432,433,435,446,447,451,457,461,462,463,467,494,498,499,503,531,702,728,900,926,957,965,971,985,1007,1012,1017,1027,1036,1045,1049,1056,1064,1071,1072,1081,1084,1087,1091,1095,1099,1102,1103,1108,1113,1123,1128,1135,1141,1142,1145,1149,1154,1156,1158,1161,1164,1166,1170,1173,1180,1183,1186,1190,1192,1196,1198,1200,1202,1206,1214,1222,1234,1240,1249,1252,1263,1266,1267,1272,1273,1278,1347,1417,1418,1428,1437,1438,1440,1444,1447,1450,1453,1456,1459,1462,1465,1469,1472,1475,1478,1482,1485,1489,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1515,1517,1518,1519,1520,1521,1522,1523,1524,1526,1527,1529,1530,1532,1534,1535,1537,1538,1539,1540,1541,1542,1544,1545,1546,1547,1548,1549,1551,1553,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1569,1570,1571,1572,1573,1574,1576,1580,1584,1585,1586,1587,1588,1589,1593,1594,1595,1596,1598,1600,1602,1604,1606,1607,1608,1609,1611,1613,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1629,1630,1631,1632,1634,1636,1637,1639,1640,1642,1644,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1659,1660,1661,1662,1664,1665,1666,1667,1668,1670,1672,1674,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1774,1777,1780,1783,1797,1808,1818,1848,1875,1884,1959,2356,2361,2389,2407,2443,2449,2455,2478,2619,2639,2645,2649,2655,2692,2704,2770,2794,2863,2882,2908,2917",
+ "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,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,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,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,63,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,83,12,91,12,12,12,61,12,12,90,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,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "155,200,249,290,345,404,466,547,608,683,759,836,914,999,1081,1157,1233,1310,1388,1494,1600,1679,1759,1816,1874,1948,2023,2088,2154,2214,2275,2347,2420,2487,2555,2614,2673,2732,2791,2850,2904,2958,3011,3065,3119,3173,3227,3301,3380,3453,3527,3598,3670,3742,3815,3872,3930,4003,4077,4151,4226,4298,4371,4441,4512,4572,4633,4702,4771,4841,4915,4991,5055,5132,5208,5285,5350,5419,5496,5571,5640,5708,5785,5851,5912,6009,6074,6143,6242,6313,6372,6430,6487,6546,6610,6681,6753,6825,6897,6969,7036,7104,7172,7231,7294,7358,7448,7539,7599,7665,7732,7798,7868,7932,7985,8052,8113,8180,8293,8351,8414,8479,8544,8619,8692,8764,8813,8874,8935,8996,9058,9122,9186,9250,9315,9378,9438,9499,9565,9624,9684,9746,9817,9877,9945,10031,10118,10208,10295,10383,10465,10548,10638,10729,10781,10839,10884,10950,11014,11071,11128,11182,11239,11287,11336,11387,11421,11468,11517,11563,11595,11659,11721,11781,11838,11912,11982,12060,12114,12184,12269,12317,12363,12424,12487,12553,12617,12688,12751,12816,12880,12941,13002,13054,13127,13201,13270,13345,13419,13493,13634,13704,13757,13835,13925,14013,14109,14199,14781,14870,15117,15398,15650,15935,16328,16805,17027,17249,17525,17752,17982,18212,18442,18672,18899,19318,19544,19969,20199,20627,20846,21129,21337,21468,21695,22121,22346,22773,22994,23419,23539,23815,24116,24440,24731,25045,25182,25313,25418,25660,25827,26031,26239,26510,26622,26734,26839,26956,27170,27316,27456,27542,27890,27978,28224,28642,28891,28973,29071,29688,29788,30040,30464,30719,30813,30902,31139,33191,33433,33535,33788,35972,47096,48612,59835,61363,63120,63746,64166,65227,66492,66748,66984,67531,68025,68630,68828,69408,69972,70347,70465,71003,71160,71356,71629,71885,72055,72196,72260,72625,72992,73668,73932,74270,74623,74717,74903,75209,75471,75596,75723,75962,76173,76292,76485,76662,77117,77298,77420,77679,77792,77979,78081,78188,78317,78592,79100,79596,80473,80767,81337,81486,82218,82390,82474,82810,82902,83180,88589,94141,94203,94833,95447,95538,95651,95880,96040,96192,96363,96529,96698,96865,97028,97271,97441,97614,97785,98059,98258,98463,98793,98877,98973,99069,99167,99267,99369,99471,99573,99675,99777,99877,99973,100085,100214,100337,100468,100599,100697,100811,100905,101045,101179,101275,101387,101487,101603,101699,101811,101911,102051,102187,102351,102481,102639,102789,102930,103074,103209,103321,103471,103599,103727,103863,103995,104125,104255,104367,104507,104653,104797,104935,105001,105091,105167,105271,105361,105463,105571,105679,105779,105859,105951,106049,106159,106237,106343,106435,106539,106649,106771,106934,107091,107171,107271,107361,107471,107561,107802,107896,108002,108094,108194,108306,108420,108536,108652,108746,108860,108972,109074,109194,109316,109398,109502,109622,109748,109846,109940,110028,110140,110256,110378,110490,110665,110781,110867,110959,111071,111195,111262,111388,111456,111584,111728,111856,111925,112020,112135,112248,112347,112456,112567,112678,112779,112884,112984,113114,113205,113328,113422,113534,113620,113724,113820,113908,114026,114130,114234,114360,114448,114556,114656,114746,114856,114940,115042,115126,115180,115244,115350,115436,115546,115630,115750,120894,121012,121127,121259,121974,122666,123183,124782,126315,126703,131438,151700,151960,153470,154503,156516,156778,157134,157964,164746,165880,166174,166397,166724,168774,169422,173273,174475,178554,179769,181178,181652"
+ },
+ "to": {
+ "startLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,627,639,640,641,642,643,654,662,663,667,671,682,687,693,700,704,708,713,717,721,725,729,733,737,743,747,753,757,763,767,772,776,779,783,789,793,799,803,809,812,816,820,824,828,832,833,834,835,838,841,844,847,851,852,853,854,855,858,860,862,864,869,870,874,880,884,885,887,898,899,903,909,913,967,968,972,999,1003,1004,1008,1258,1429,1455,1627,1653,1684,1692,1698,1712,1734,1739,1744,1754,1763,1772,1776,1783,1791,1798,1799,1808,1811,1814,1818,1822,1826,1829,1830,1835,1840,1850,1855,1862,1868,1869,1872,1876,1881,1883,1885,1888,1891,1893,1897,1900,1907,1910,1913,1917,1919,1923,1925,1927,1929,1933,1941,1949,1961,1967,1976,1979,1990,1993,1994,1999,2000,2086,2155,2229,2230,2240,2249,2250,2252,2256,2259,2262,2265,2268,2271,2274,2277,2281,2284,2287,2290,2294,2297,2301,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2327,2329,2330,2331,2332,2333,2334,2335,2336,2338,2339,2341,2342,2344,2346,2347,2349,2350,2351,2352,2353,2354,2356,2357,2358,2359,2360,2510,2512,2514,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2528,2530,2531,2532,2533,2534,2535,2537,2541,2610,2611,2612,2613,2614,2615,2619,2620,2621,2644,2646,2648,2650,2652,2654,2655,2656,2657,2659,2661,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,2677,2678,2679,2680,2682,2684,2685,2687,2688,2690,2692,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2705,2707,2708,2709,2710,2712,2713,2714,2715,2716,2718,2720,2722,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3024,3107,3110,3113,3116,3130,3141,3217,3247,3274,3283,3358,3775,3868,3999,4148,4184,4190,4204,4227,4368,4389,4395,4399,4435,4474,4518,4608,4652,4721,4740,4766",
+ "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,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,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": "1262,1489,1587,8037,8078,8133,8192,8316,8397,8458,8533,8609,8686,8764,8849,8931,9007,9083,9160,9238,9344,9450,9529,9609,9666,10880,10954,11029,11094,11160,11220,11281,11353,11426,11493,11561,11620,11679,11738,11797,11856,11910,11964,12017,12071,12125,12179,12917,12991,13070,13143,13217,13288,13360,13432,13505,13562,13620,13693,13767,13841,13916,13988,14061,14131,14202,14262,14323,14392,14461,14531,14605,14681,14745,14822,14898,14975,15040,15109,15186,15261,15330,15398,15475,15541,15602,15699,15764,15833,15932,16003,16062,16120,16177,16236,16300,16371,16443,16515,16587,16659,16726,16794,16862,16921,16984,17048,17138,17229,17289,17355,17422,17488,17558,17622,17675,17742,17803,17870,17983,18041,18104,18169,18234,18309,18382,18454,18503,18564,18625,18686,18748,18812,18876,18940,19005,19068,19128,19189,19255,19314,19374,19436,19507,19567,23211,23297,23547,23637,23724,23812,23894,23977,24067,28209,28261,28319,28364,28430,28494,28551,28608,30785,30842,30890,30939,31030,31363,31410,31694,32709,32789,32853,33043,33103,33724,33798,33868,33946,34000,34070,34155,34203,34249,34310,34373,34439,34503,34574,34637,34702,34766,34827,34888,34940,35013,35087,35156,35231,35305,35379,35520,38430,39038,39116,39206,39294,39390,40076,40658,40747,40994,41275,41941,42226,42619,43096,43318,43540,43816,44043,44273,44503,44733,44963,45190,45609,45835,46260,46490,46918,47137,47420,47628,47759,47986,48412,48637,49064,49285,49710,49830,50106,50407,50731,51022,51336,51473,51604,51709,51951,52118,52322,52530,52801,52913,53025,53130,53247,53461,53607,53747,53833,54181,54269,54515,54933,55182,55264,55362,55979,56079,56331,56755,57010,60837,60926,61163,63215,63457,63559,63812,82213,93337,94853,106076,107604,109361,109987,110407,111468,112733,112989,113225,113772,114266,114871,115069,115649,116213,116588,116706,117244,117401,117597,117870,118126,118296,118437,118501,118866,119233,119909,120173,120511,120864,120958,121144,121450,121712,121837,121964,122203,122414,122533,122726,122903,123358,123539,123661,123920,124033,124220,124322,124429,124558,124833,125341,125837,126714,127008,127578,127727,128459,128631,128715,129051,129143,133468,138877,144773,144835,145465,146079,146170,146283,146512,146672,146824,146995,147161,147330,147497,147660,147903,148073,148246,148417,148691,148890,149095,149425,149509,149605,149701,149799,149899,150001,150103,150205,150307,150409,150509,150605,150717,150846,150969,151100,151231,151329,151443,151537,151677,151811,151907,152019,152119,152235,152331,152443,152543,152683,152819,152983,153113,153271,153421,153562,153706,153841,153953,154103,154231,154359,154495,154627,154757,154887,154999,163343,163489,163633,163771,163837,163927,164003,164107,164197,164299,164407,164515,164615,164695,164787,164885,164995,165073,165179,165271,165375,165485,165607,165770,170255,170335,170435,170525,170635,170725,170966,171060,171166,172864,172964,173076,173190,173306,173422,173516,173630,173742,173844,173964,174086,174168,174272,174392,174518,174616,174710,174798,174910,175026,175148,175260,175435,175551,175637,175729,175841,175965,176032,176158,176226,176354,176498,176626,176695,176790,176905,177018,177117,177226,177337,177448,177549,177654,177754,177884,177975,178098,178192,178304,178390,178494,178590,178678,178796,178900,179004,179130,179218,179326,179426,179516,179626,179710,179812,179896,179950,180014,180120,180206,180316,180400,197756,202900,203018,203133,203265,203980,204672,208869,210468,212001,212389,217124,238820,245307,258739,268185,270198,270460,272790,273620,280402,282103,282397,282620,284689,287074,289625,295405,298655,302734,303949,305358",
+ "endLines": "25,31,33,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,392,393,397,398,399,400,401,402,403,470,471,472,473,474,475,476,477,513,514,515,516,518,525,526,532,552,554,555,558,559,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,627,639,640,641,642,643,661,662,666,670,674,686,692,699,703,707,712,716,720,724,728,732,736,742,746,752,756,762,766,771,775,778,782,788,792,798,802,808,811,815,819,823,827,831,832,833,834,837,840,843,846,850,851,852,853,854,857,859,861,863,868,869,873,879,883,884,886,897,898,902,908,912,913,967,971,998,1002,1003,1007,1035,1428,1454,1626,1652,1683,1691,1697,1711,1733,1738,1743,1753,1762,1771,1775,1782,1790,1797,1798,1807,1810,1813,1817,1821,1825,1828,1829,1834,1839,1849,1854,1861,1867,1868,1871,1875,1880,1882,1884,1887,1890,1892,1896,1899,1906,1909,1912,1916,1918,1922,1924,1926,1928,1932,1940,1948,1960,1966,1975,1978,1989,1992,1993,1998,1999,2004,2154,2224,2229,2239,2248,2249,2251,2255,2258,2261,2264,2267,2270,2273,2276,2280,2283,2286,2289,2293,2296,2300,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2326,2328,2329,2330,2331,2332,2333,2334,2335,2337,2338,2340,2341,2343,2345,2346,2348,2349,2350,2351,2352,2353,2355,2356,2357,2358,2359,2360,2511,2513,2515,2516,2517,2518,2519,2520,2521,2522,2523,2524,2525,2526,2527,2529,2530,2531,2532,2533,2534,2536,2540,2544,2610,2611,2612,2613,2614,2618,2619,2620,2621,2645,2647,2649,2651,2653,2654,2655,2656,2658,2660,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2676,2677,2678,2679,2681,2683,2684,2686,2687,2689,2691,2693,2694,2695,2696,2697,2698,2699,2700,2701,2702,2703,2704,2706,2707,2708,2709,2711,2712,2713,2714,2715,2717,2719,2721,2723,2724,2725,2726,2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,2737,2738,3106,3109,3112,3115,3129,3140,3150,3246,3273,3282,3357,3754,3779,3895,4016,4183,4189,4195,4226,4367,4387,4394,4398,4404,4471,4485,4583,4631,4720,4739,4765,4774",
+ "endColumns": "54,44,48,40,54,58,61,80,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,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,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,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,63,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,83,12,91,12,12,12,61,12,12,90,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,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24",
+ "endOffsets": "1312,1529,1631,8073,8128,8187,8249,8392,8453,8528,8604,8681,8759,8844,8926,9002,9078,9155,9233,9339,9445,9524,9604,9661,9719,10949,11024,11089,11155,11215,11276,11348,11421,11488,11556,11615,11674,11733,11792,11851,11905,11959,12012,12066,12120,12174,12228,12986,13065,13138,13212,13283,13355,13427,13500,13557,13615,13688,13762,13836,13911,13983,14056,14126,14197,14257,14318,14387,14456,14526,14600,14676,14740,14817,14893,14970,15035,15104,15181,15256,15325,15393,15470,15536,15597,15694,15759,15828,15927,15998,16057,16115,16172,16231,16295,16366,16438,16510,16582,16654,16721,16789,16857,16916,16979,17043,17133,17224,17284,17350,17417,17483,17553,17617,17670,17737,17798,17865,17978,18036,18099,18164,18229,18304,18377,18449,18498,18559,18620,18681,18743,18807,18871,18935,19000,19063,19123,19184,19250,19309,19369,19431,19502,19562,19630,23292,23379,23632,23719,23807,23889,23972,24062,24153,28256,28314,28359,28425,28489,28546,28603,28657,30837,30885,30934,30985,31059,31405,31454,31735,32736,32848,32910,33098,33155,33793,33863,33941,33995,34065,34150,34198,34244,34305,34368,34434,34498,34569,34632,34697,34761,34822,34883,34935,35008,35082,35151,35226,35300,35374,35515,35585,38478,39111,39201,39289,39385,39475,40653,40742,40989,41270,41522,42221,42614,43091,43313,43535,43811,44038,44268,44498,44728,44958,45185,45604,45830,46255,46485,46913,47132,47415,47623,47754,47981,48407,48632,49059,49280,49705,49825,50101,50402,50726,51017,51331,51468,51599,51704,51946,52113,52317,52525,52796,52908,53020,53125,53242,53456,53602,53742,53828,54176,54264,54510,54928,55177,55259,55357,55974,56074,56326,56750,57005,57099,60921,61158,63210,63452,63554,63807,65991,93332,94848,106071,107599,109356,109982,110402,111463,112728,112984,113220,113767,114261,114866,115064,115644,116208,116583,116701,117239,117396,117592,117865,118121,118291,118432,118496,118861,119228,119904,120168,120506,120859,120953,121139,121445,121707,121832,121959,122198,122409,122528,122721,122898,123353,123534,123656,123915,124028,124215,124317,124424,124553,124828,125336,125832,126709,127003,127573,127722,128454,128626,128710,129046,129138,129416,138872,144424,144830,145460,146074,146165,146278,146507,146667,146819,146990,147156,147325,147492,147655,147898,148068,148241,148412,148686,148885,149090,149420,149504,149600,149696,149794,149894,149996,150098,150200,150302,150404,150504,150600,150712,150841,150964,151095,151226,151324,151438,151532,151672,151806,151902,152014,152114,152230,152326,152438,152538,152678,152814,152978,153108,153266,153416,153557,153701,153836,153948,154098,154226,154354,154490,154622,154752,154882,154994,155134,163484,163628,163766,163832,163922,163998,164102,164192,164294,164402,164510,164610,164690,164782,164880,164990,165068,165174,165266,165370,165480,165602,165765,165922,170330,170430,170520,170630,170720,170961,171055,171161,171253,172959,173071,173185,173301,173417,173511,173625,173737,173839,173959,174081,174163,174267,174387,174513,174611,174705,174793,174905,175021,175143,175255,175430,175546,175632,175724,175836,175960,176027,176153,176221,176349,176493,176621,176690,176785,176900,177013,177112,177221,177332,177443,177544,177649,177749,177879,177970,178093,178187,178299,178385,178489,178585,178673,178791,178895,178999,179125,179213,179321,179421,179511,179621,179705,179807,179891,179945,180009,180115,180201,180311,180395,180515,202895,203013,203128,203260,203975,204667,205184,210463,211996,212384,217119,237381,239075,246812,259767,270193,270455,270811,273615,280397,281531,282392,282615,282942,286734,287717,293471,296602,302729,303944,305353,305827"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\styles.xml",
+ "from": {
+ "startLines": "3,10",
+ "startColumns": "4,4",
+ "startOffsets": "54,374",
+ "endLines": "8,15",
+ "endColumns": "12,12",
+ "endOffsets": "368,637"
+ },
+ "to": {
+ "startLines": "648,3018",
+ "startColumns": "4,4",
+ "startOffsets": "39757,197488",
+ "endLines": "653,3023",
+ "endColumns": "12,12",
+ "endOffsets": "40071,197751"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\colors.xml",
+ "from": {
+ "startLines": "4,2,3",
+ "startColumns": "4,4,4",
+ "startOffsets": "153,55,102",
+ "endColumns": "45,46,50",
+ "endOffsets": "194,97,148"
+ },
+ "to": {
+ "startLines": "192,193,194",
+ "startColumns": "4,4,4",
+ "startOffsets": "9973,10019,10066",
+ "endColumns": "45,46,50",
+ "endOffsets": "10014,10061,10112"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,29,36,47,74",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "55,1702,2087,2684,4317",
+ "endLines": "28,35,46,73,78",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "1697,2082,2679,4312,4582"
+ },
+ "to": {
+ "startLines": "3151,3178,3185,4486,4513",
+ "startColumns": "4,4,4,4,4",
+ "startOffsets": "205189,206836,207221,287722,289355",
+ "endLines": "3177,3184,3195,4512,4517",
+ "endColumns": "24,24,24,24,24",
+ "endOffsets": "206831,207216,207813,289350,289620"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c1763829f79bc3811543d2bb9a22b866\\constraintlayout-1.1.3\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,11,12,13,14,15,19,20,21,22,25,26,29,32,33,34,35,36,39,42,43,44,45,50,53,56,57,58,63,64,65,68,71,72,75,78,81,84,85,88,91,92,97,98,103,106,109,110,111,112,113,114,115,116,117,118,127,128,129,130",
+ "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",
+ "startOffsets": "55,116,407,455,507,568,614,741,802,862,932,1065,1133,1262,1388,1450,1515,1583,1650,1773,1898,1965,2030,2095,2276,2397,2518,2584,2651,2861,2930,2996,3121,3247,3314,3440,3567,3692,3819,3884,4010,4133,4198,4406,4473,4653,4773,4893,4958,5020,5082,5144,5203,5263,5324,5385,5444,5819,8395,8527,11791",
+ "endLines": "2,10,11,12,13,14,18,19,20,21,24,25,28,31,32,33,34,35,38,41,42,43,44,49,52,55,56,57,62,63,64,67,70,71,74,77,80,83,84,87,90,91,96,97,102,105,108,109,110,111,112,113,114,115,116,117,126,127,128,129,130",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "111,402,450,502,563,609,736,797,857,927,1060,1128,1257,1383,1445,1510,1578,1645,1768,1893,1960,2025,2090,2271,2392,2513,2579,2646,2856,2925,2991,3116,3242,3309,3435,3562,3687,3814,3879,4005,4128,4193,4401,4468,4648,4768,4888,4953,5015,5077,5139,5198,5258,5319,5380,5439,5814,8390,8522,11786,11894"
+ },
+ "to": {
+ "startLines": "2,3,16,21,22,23,26,34,35,36,37,40,41,44,47,48,49,50,51,54,57,58,59,60,65,68,71,72,73,78,79,80,83,86,87,90,93,96,99,100,103,106,107,112,113,118,121,124,125,126,127,128,129,130,131,132,133,3896,3897,3898,4147",
+ "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",
+ "startOffsets": "150,211,786,1042,1094,1155,1317,1636,1697,1757,1827,1960,2028,2157,2283,2345,2410,2478,2545,2668,2793,2860,2925,2990,3171,3292,3413,3479,3546,3756,3825,3891,4016,4142,4209,4335,4462,4587,4714,4779,4905,5028,5093,5301,5368,5548,5668,5788,5853,5915,5977,6039,6098,6158,6219,6280,6339,246817,249393,249525,268077",
+ "endLines": "2,10,16,21,22,23,29,34,35,36,39,40,43,46,47,48,49,50,53,56,57,58,59,64,67,70,71,72,77,78,79,82,85,86,89,92,95,98,99,102,105,106,111,112,117,120,123,124,125,126,127,128,129,130,131,132,141,3896,3897,3898,4147",
+ "endColumns": "60,11,47,51,60,45,11,60,59,69,11,67,11,11,61,64,67,66,11,11,66,64,64,11,11,11,65,66,11,68,65,11,11,66,11,11,11,11,64,11,11,64,11,66,11,11,11,64,61,61,61,58,59,60,60,58,11,2575,131,3263,107",
+ "endOffsets": "206,497,829,1089,1150,1196,1439,1692,1752,1822,1955,2023,2152,2278,2340,2405,2473,2540,2663,2788,2855,2920,2985,3166,3287,3408,3474,3541,3751,3820,3886,4011,4137,4204,4330,4457,4582,4709,4774,4900,5023,5088,5296,5363,5543,5663,5783,5848,5910,5972,6034,6093,6153,6214,6275,6334,6709,249388,249520,252784,268180"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\cbfe81a657ef2afb513a6ca64388f844\\coordinatorlayout-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,102,3,13",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "55,5935,116,724",
+ "endLines": "2,104,12,101",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "111,6075,719,5930"
+ },
+ "to": {
+ "startLines": "24,3015,3899,3909",
+ "startColumns": "4,4,4,4",
+ "startOffsets": "1201,197343,252789,253397",
+ "endLines": "24,3017,3908,3997",
+ "endColumns": "60,12,24,24",
+ "endOffsets": "1257,197483,253392,258603"
+ }
+ },
+ {
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\values\\dimens.xml",
+ "from": {
+ "startLines": "2,3",
+ "startColumns": "4,4",
+ "startOffsets": "88,146",
+ "endColumns": "57,55",
+ "endOffsets": "141,197"
+ },
+ "to": {
+ "startLines": "336,337",
+ "startColumns": "4,4",
+ "startOffsets": "19635,19693",
+ "endColumns": "57,55",
+ "endOffsets": "19688,19744"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\4ea847ccfe34de0657fc7a139eae5de8\\transition-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,7,8,9,10,11",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,95,138,185,240,285,339,391,440,501",
+ "endColumns": "39,42,46,54,44,53,51,48,60,49",
+ "endOffsets": "90,133,180,235,280,334,386,435,496,546"
+ },
+ "to": {
+ "startLines": "517,524,527,528,529,547,548,549,550,551",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "30990,31320,31459,31506,31561,32443,32497,32549,32598,32659",
+ "endColumns": "39,42,46,54,44,53,51,48,60,49",
+ "endOffsets": "31025,31358,31501,31556,31601,32492,32544,32593,32654,32704"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "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,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,345,346,347,352,353,357,363,367,368,369,370,381,382,383,387,393,397,398,399,400,430,450,496,526,546,566,612,616,620,634,675,683,693,694,695,696,697,700,701,704,707,708,711,715,720,728,736,745,753,757,765,773,781,789,797,806,815,823,832,835,837,842,844,849,853,857,858,863,864,865,866,867,868,870,871,876,877,878,879,880,881,882,884,888,892,896,900,901,902,903,904,905,906,907,908,911,915,918,922,930,937,946,950,965,973,976,985,990,1001,1009,1012,1021,1028,1029,1048,1051,1057,1060,1069,1072,1075,1078,1081,1084,1088,1091,1100,1103,1111,1116,1124,1129,1133,1134,1145,1152,1156,1160,1161,1165,1173,1177,1182,1187,55,56,57,76,82,92,96,97,98,141,149,150,158,159,160,161,167,168,169,170,171,172,173,174,175,198,217",
+ "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",
+ "startOffsets": "100,156,216,277,332,385,443,491,540,585,638,696,756,814,860,920,973,1019,1069,1116,1174,1232,1291,1351,1413,1475,1537,1599,1661,1723,1784,1846,1908,1961,2023,2097,2160,2228,2309,2373,2439,2509,2579,2649,2719,2786,2849,2914,2980,3033,3109,3175,3262,18372,18426,18505,18583,18656,18721,18784,18850,18921,18992,19054,19123,19189,19256,19323,19379,19430,19483,19535,19589,19660,19723,19782,19844,19903,19976,20043,20103,20166,20241,20313,20384,20440,20511,20568,20625,20691,20755,20826,20883,20936,20999,21051,21109,21176,21242,21308,21389,21464,21520,21573,21634,21692,21742,21791,21840,21889,21951,22003,22048,22129,22183,22236,22290,22341,22390,22441,22502,22563,22625,22675,22716,22766,22814,22876,22927,22976,23045,23106,23162,23233,23298,23367,23418,23481,23551,23620,23690,23752,23822,23892,23967,24026,24084,24146,24191,24234,24281,24326,24377,24425,24491,24553,24616,24688,24745,24802,24862,24920,24990,25047,25197,25328,25432,25519,25676,25833,25986,26067,26145,26446,26612,26767,26869,27146,27239,27346,27689,27796,28025,28434,28666,28766,28871,28990,29613,29760,29879,30114,30529,30767,30879,31000,31133,33276,34792,38088,40227,41755,43299,46591,46837,47096,47900,49660,50110,50825,50898,50985,51070,51169,51364,51456,51629,51791,51886,52055,52298,52591,53000,53414,53874,54292,54533,54963,55398,55808,56230,56640,57097,57551,57967,58433,58615,58683,59027,59107,59463,59613,59757,59841,60206,60304,60412,60510,60620,60736,60862,60958,61335,61445,61569,61707,61817,61939,62067,62205,62367,62583,62739,62943,63027,63131,63225,63339,63451,63575,63671,63751,63940,64146,64339,64549,64981,65402,65827,66024,66972,67493,67616,68253,68474,69289,69758,69941,70537,70997,71102,72363,72513,72930,73095,73775,73934,74096,74251,74447,74614,74836,74996,75373,75532,75860,76077,76652,77002,77251,77348,78054,78492,78733,78922,79056,79247,79884,80134,80437,80652,3338,3636,3892,4389,4823,5480,5823,7362,7710,9607,9929,10060,10766,10903,11055,11257,11962,12082,13231,13798,13927,14060,14220,14395,14537,16324,18162",
+ "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,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,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,344,345,346,351,352,356,362,366,367,368,369,380,381,382,386,392,396,397,398,399,429,449,495,525,545,565,611,615,619,633,674,682,692,693,694,695,696,699,700,703,706,707,710,714,719,727,735,744,752,756,764,772,780,788,796,805,814,822,831,834,836,841,843,848,852,856,857,862,863,864,865,866,867,869,870,875,876,877,878,879,880,881,883,887,891,895,899,900,901,902,903,904,905,906,907,910,914,917,921,929,936,945,949,964,972,975,984,989,1000,1008,1011,1020,1027,1028,1047,1050,1056,1059,1068,1071,1074,1077,1080,1083,1087,1090,1099,1102,1110,1115,1123,1128,1132,1133,1144,1151,1155,1159,1160,1164,1172,1176,1181,1186,1195,55,56,75,81,91,95,96,97,140,148,149,157,158,159,160,166,167,168,169,170,171,172,173,174,197,216,217",
+ "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209",
+ "endOffsets": "151,211,272,327,380,438,486,535,580,633,691,751,809,855,915,968,1014,1064,1111,1169,1227,1286,1346,1408,1470,1532,1594,1656,1718,1779,1841,1903,1956,2018,2092,2155,2223,2304,2368,2434,2504,2574,2644,2714,2781,2844,2909,2975,3028,3104,3170,3257,3333,18421,18500,18578,18651,18716,18779,18845,18916,18987,19049,19118,19184,19251,19318,19374,19425,19478,19530,19584,19655,19718,19777,19839,19898,19971,20038,20098,20161,20236,20308,20379,20435,20506,20563,20620,20686,20750,20821,20878,20931,20994,21046,21104,21171,21237,21303,21384,21459,21515,21568,21629,21687,21737,21786,21835,21884,21946,21998,22043,22124,22178,22231,22285,22336,22385,22436,22497,22558,22620,22670,22711,22761,22809,22871,22922,22971,23040,23101,23157,23228,23293,23362,23413,23476,23546,23615,23685,23747,23817,23887,23962,24021,24079,24141,24186,24229,24276,24321,24372,24420,24486,24548,24611,24683,24740,24797,24857,24915,24985,25042,25192,25323,25427,25514,25671,25828,25981,26062,26140,26441,26607,26762,26864,27141,27234,27341,27684,27791,28020,28429,28661,28761,28866,28985,29608,29755,29874,30109,30524,30762,30874,30995,31128,33271,34787,38083,40222,41750,43294,46586,46832,47091,47895,49655,50105,50820,50893,50980,51065,51164,51359,51451,51624,51786,51881,52050,52293,52586,52995,53409,53869,54287,54528,54958,55393,55803,56225,56635,57092,57546,57962,58428,58610,58678,59022,59102,59458,59608,59752,59836,60201,60299,60407,60505,60615,60731,60857,60953,61330,61440,61564,61702,61812,61934,62062,62200,62362,62578,62734,62938,63022,63126,63220,63334,63446,63570,63666,63746,63935,64141,64334,64544,64976,65397,65822,66019,66967,67488,67611,68248,68469,69284,69753,69936,70532,70992,71097,72358,72508,72925,73090,73770,73929,74091,74246,74442,74609,74831,74991,75368,75527,75855,76072,76647,76997,77246,77343,78049,78487,78728,78917,79051,79242,79879,80129,80432,80647,81228,3631,3887,4384,4818,5475,5818,7357,7705,9602,9924,10055,10761,10898,11050,11252,11957,12077,13226,13793,13922,14055,14215,14390,14532,16319,18157,18367"
+ },
+ "to": {
+ "startLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,644,914,915,916,921,922,926,932,936,937,938,939,950,951,952,956,962,966,1036,1037,1038,1068,1088,1134,1164,1184,1204,1250,1254,2005,2019,2060,2068,2225,2226,2227,2228,2372,2375,2376,2379,2382,2383,2386,2390,2395,2403,2411,2420,2428,2432,2440,2448,2456,2464,2472,2481,2490,2498,2507,2545,2547,2552,2554,2559,2563,2567,2568,2573,2574,2575,2576,2577,2578,2580,2581,2586,2587,2588,2589,2590,2591,2592,2594,2598,2602,2606,2622,2623,2624,2625,2626,2627,2628,2629,2630,2633,2637,2640,2741,2749,2756,2765,2769,2784,2792,2795,2804,2809,2820,2828,2831,2840,2847,2848,2867,2870,2876,2879,2888,2891,2894,2897,2900,2903,2907,2910,2919,2922,2930,2935,2943,2948,2952,2953,2964,2971,2975,2979,2980,2984,2992,2996,3001,3006,3196,3197,3198,3755,3761,3771,3808,3809,3810,3853,3998,4017,4025,4026,4102,4196,4202,4203,4388,4433,4434,4472,4473,4584,4585,4632,4651",
+ "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",
+ "startOffsets": "502,558,618,679,834,887,945,993,1444,1534,6714,6772,6832,6890,6936,6996,7049,7095,7145,7192,7250,7308,7367,7427,7489,7551,7613,7675,7737,7799,7860,7922,7984,8254,10117,10191,10254,10322,10403,10467,10533,10603,10673,10743,10813,12233,12296,12361,12427,12480,12556,12622,12709,20407,20461,20540,20618,20691,20756,20819,20885,20956,21027,21089,21158,21224,21291,21358,21414,21465,21518,21570,21624,21695,21758,21817,21879,21938,22011,22078,22138,22201,22276,22348,22419,22475,22546,22603,22660,22726,22790,22861,22918,22971,23034,23086,23144,24381,24447,24513,24594,24669,24725,24778,24839,24897,24947,24996,25045,25094,25156,25208,25253,25334,25388,25441,25495,25546,25595,25646,25707,25768,25830,25880,25921,25971,26019,26081,26132,26181,26250,26311,26367,26438,26503,26572,26623,26686,26756,26825,26895,26957,27027,27097,27172,31200,31258,31606,31651,32265,32312,32357,32741,32915,32981,33160,33223,33295,33352,33409,33469,33527,33597,35820,35970,36101,36205,36399,36556,36882,37275,37482,37560,37861,38027,38182,39480,57104,57197,57304,57647,57754,57983,58392,58624,58724,58829,58948,59571,59718,59837,60072,60487,60725,65996,66117,66250,68393,69909,73205,75344,76872,78416,81708,81954,129421,130225,131985,132435,144429,144502,144589,144674,155897,156092,156184,156357,156519,156614,156783,157026,157319,157728,158142,158602,159020,159261,159691,160126,160536,160958,161368,161825,162279,162695,163161,165927,165995,166339,166419,166775,166925,167069,167153,167518,167616,167724,167822,167932,168048,168174,168270,168647,168757,168881,169019,169129,169251,169379,169517,169679,169895,170051,171258,171342,171446,171540,171654,171766,171890,171986,172066,172255,172461,172654,180659,181091,181512,181937,182134,183082,183603,183726,184363,184584,185399,185868,186051,186647,187107,187212,188473,188623,189040,189205,189885,190044,190206,190361,190557,190724,190946,191106,191483,191642,191970,192187,192762,193112,193361,193458,194164,194602,194843,195032,195166,195357,195994,196244,196547,196762,207818,208116,208372,237386,237820,238477,240903,242442,242790,244687,258608,259772,260478,260615,265738,270816,271521,271641,281536,284427,284556,286739,286899,293476,293618,296607,298445",
+ "endLines": "11,12,13,14,17,18,19,20,30,32,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,169,195,196,197,198,199,200,201,202,203,204,205,228,229,230,231,232,233,234,235,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,522,523,530,531,543,544,545,553,556,557,560,561,562,563,564,565,566,567,600,601,602,603,606,607,611,616,619,620,621,622,623,647,914,915,920,921,925,931,935,936,937,938,949,950,951,955,961,965,966,1036,1037,1067,1087,1133,1163,1183,1203,1249,1253,1257,2018,2059,2067,2077,2225,2226,2227,2228,2374,2375,2378,2381,2382,2385,2389,2394,2402,2410,2419,2427,2431,2439,2447,2455,2463,2471,2480,2489,2497,2506,2509,2546,2551,2553,2558,2562,2566,2567,2572,2573,2574,2575,2576,2577,2579,2580,2585,2586,2587,2588,2589,2590,2591,2593,2597,2601,2605,2609,2622,2623,2624,2625,2626,2627,2628,2629,2632,2636,2639,2643,2748,2755,2764,2768,2783,2791,2794,2803,2808,2819,2827,2830,2839,2846,2847,2866,2869,2875,2878,2887,2890,2893,2896,2899,2902,2906,2909,2918,2921,2929,2934,2942,2947,2951,2952,2963,2970,2974,2978,2979,2983,2991,2995,3000,3005,3014,3196,3197,3216,3760,3770,3774,3808,3809,3852,3860,3998,4024,4025,4026,4102,4201,4202,4203,4388,4433,4434,4472,4473,4584,4607,4650,4651",
+ "endColumns": "55,59,60,54,52,57,47,48,44,52,57,59,57,45,59,52,45,49,46,57,57,58,59,61,61,61,61,61,61,60,61,61,52,61,73,62,67,80,63,65,69,69,69,69,66,62,64,65,52,75,65,86,75,53,78,77,72,64,62,65,70,70,61,68,65,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,70,55,70,56,56,65,63,70,56,52,62,51,57,66,65,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,49,47,61,50,48,68,60,55,70,64,68,50,62,69,68,69,61,69,69,74,58,57,61,44,42,46,44,50,47,65,61,62,71,56,56,59,57,69,56,149,130,103,86,156,156,152,80,77,300,165,154,101,10,92,106,10,106,10,10,10,99,104,118,10,146,118,10,10,10,111,120,132,10,10,10,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,91,10,10,94,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,83,10,97,107,97,109,115,10,95,10,109,123,137,109,121,127,10,10,10,10,10,83,103,93,113,111,123,95,79,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,104,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,96,10,10,10,10,133,10,10,10,10,10,10,297,255,90,243,367,188,1538,347,95,94,130,412,136,151,201,220,119,1148,566,128,132,159,174,141,125,457,209",
+ "endOffsets": "553,613,674,729,882,940,988,1037,1484,1582,6767,6827,6885,6931,6991,7044,7090,7140,7187,7245,7303,7362,7422,7484,7546,7608,7670,7732,7794,7855,7917,7979,8032,8311,10186,10249,10317,10398,10462,10528,10598,10668,10738,10808,10875,12291,12356,12422,12475,12551,12617,12704,12780,20456,20535,20613,20686,20751,20814,20880,20951,21022,21084,21153,21219,21286,21353,21409,21460,21513,21565,21619,21690,21753,21812,21874,21933,22006,22073,22133,22196,22271,22343,22414,22470,22541,22598,22655,22721,22785,22856,22913,22966,23029,23081,23139,23206,24442,24508,24589,24664,24720,24773,24834,24892,24942,24991,25040,25089,25151,25203,25248,25329,25383,25436,25490,25541,25590,25641,25702,25763,25825,25875,25916,25966,26014,26076,26127,26176,26245,26306,26362,26433,26498,26567,26618,26681,26751,26820,26890,26952,27022,27092,27167,27226,31253,31315,31646,31689,32307,32352,32403,32784,32976,33038,33218,33290,33347,33404,33464,33522,33592,33649,35965,36096,36200,36287,36551,36708,37030,37351,37555,37856,38022,38177,38279,39752,57192,57299,57642,57749,57978,58387,58619,58719,58824,58943,59566,59713,59832,60067,60482,60720,60832,66112,66245,68388,69904,73200,75339,76867,78411,81703,81949,82208,130220,131980,132430,133145,144497,144584,144669,144768,156087,156179,156352,156514,156609,156778,157021,157314,157723,158137,158597,159015,159256,159686,160121,160531,160953,161363,161820,162274,162690,163156,163338,165990,166334,166414,166770,166920,167064,167148,167513,167611,167719,167817,167927,168043,168169,168265,168642,168752,168876,169014,169124,169246,169374,169512,169674,169890,170046,170250,171337,171441,171535,171649,171761,171885,171981,172061,172250,172456,172649,172859,181086,181507,181932,182129,183077,183598,183721,184358,184579,185394,185863,186046,186642,187102,187207,188468,188618,189035,189200,189880,190039,190201,190356,190552,190719,190941,191101,191478,191637,191965,192182,192757,193107,193356,193453,194159,194597,194838,195027,195161,195352,195989,196239,196542,196757,197338,208111,208367,208864,237815,238472,238815,242437,242785,244682,245004,258734,260473,260610,260762,265935,271516,271636,272785,282098,284551,284684,286894,287069,293613,295400,298440,298650"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\99839343cfb353ec06147cc6109cf9b2\\recyclerview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "30,31,32,33,34,35,36,2",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "1535,1594,1642,1698,1773,1849,1921,55",
+ "endLines": "30,31,32,33,34,35,36,29",
+ "endColumns": "58,47,55,74,75,71,65,24",
+ "endOffsets": "1589,1637,1693,1768,1844,1916,1982,1530"
+ },
+ "to": {
+ "startLines": "394,395,396,404,405,406,519,4405",
+ "startColumns": "4,4,4,4,4,4,4,4",
+ "startOffsets": "23384,23443,23491,24158,24233,24309,31064,282947",
+ "endLines": "394,395,396,404,405,406,519,4432",
+ "endColumns": "58,47,55,74,75,71,65,24",
+ "endOffsets": "23438,23486,23542,24228,24304,24376,31125,284422"
+ }
+ },
+ {
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\c034f7088c57e18a85dafc68b942945f\\cardview-1.0.0\\res\\values\\values.xml",
+ "from": {
+ "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356",
+ "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174"
+ },
+ "to": {
+ "startLines": "15,188,189,190,191,338,339,340,675,2078,2080,2083,3780",
+ "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4",
+ "startOffsets": "734,9724,9785,9847,9909,19749,19808,19865,41527,133150,133214,133340,239080",
+ "endLines": "15,188,189,190,191,338,339,340,681,2079,2082,2085,3807",
+ "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24",
+ "endOffsets": "781,9780,9842,9904,9968,19803,19860,19914,41936,133209,133335,133463,240898"
+ }
+ }
+ ]
+ }
+ ]
+}
\ 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..081dabd
--- /dev/null
+++ b/app/build/intermediates/blame/res/debug/single/debug.json
@@ -0,0 +1,1970 @@
+[
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notify_panel_notification_icon_bg.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_small_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_small_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_icon_group.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_icon_group.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg_low.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg_low.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_show_motion_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_show_motion_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_mtrl.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_mtrl.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_internal_bg.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_internal_bg.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher_round.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_mtrl_linear.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator\\mtrl_linear.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_chronometer.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_chronometer.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_indicator_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_indicator_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_button_bar_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_1.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_1.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_spinner_textfield_background_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_spinner_textfield_background_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_collapse_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_collapse_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_stroke_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_stroke_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_hide_motion_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_hide_motion_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_longpressed_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_state_list_anim.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_state_list_anim.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_chip_state_list_anim.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_chip_state_list_anim.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-watch-v20_abc_alert_dialog_title_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-watch-v20\\abc_alert_dialog_title_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ratingbar_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ratingbar_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_linear_out_slow_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_linear_out_slow_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_subheader.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_subheader.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxxhdpi-v4\\design_ic_visibility_off.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material_anim.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material_anim.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_spinner.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_spinner.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_dot_group_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_dot_group_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_timetable.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_timetable.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_icon_null_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_icon_null_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_content_include.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_content_include.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_fast_out_slow_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\fast_out_slow_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v24_ic_launcher_foreground.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable-v24\\ic_launcher_foreground.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_button_bar_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_button_bar_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_select_dialog_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_select_dialog_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_btn_colored_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_btn_colored_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_pressed_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_tick_mark_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_tick_mark_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_sheet_dialog.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_sheet_dialog.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_text.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_text.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-mdpi_ic_launcher_round.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-mdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v26_abc_screen_toolbar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout-v26\\abc_screen_toolbar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_hide_motion_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_hide_motion_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_longpressed_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_icon.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_icon.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_clear_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_clear_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_color_highlight_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_color_highlight_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_bottom_navigation_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_bottom_navigation_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_voice_search_api_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_voice_search_api_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_colored_item_tint.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_colored_item_tint.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_search_api_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_search_api_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_black.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_black.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_bottom.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_bottom.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_snackbar_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_snackbar_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_checked_circle.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_checked_circle.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_singlechoice_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_singlechoice_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_off_mtrl_animation_interpolator_0.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_off_mtrl_animation_interpolator_0.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_box_inner_merged_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_box_inner_merged_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_dialog_material_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_dialog_material_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_arrow_drop_right_black_24dp.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_enter.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_enter.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxxhdpi_ic_launcher.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxxhdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_tooltip.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_tooltip.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_switch_track.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_switch_track.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_notification_template_part_time.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\notification_template_part_time.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_navigation_empty_icon.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\navigation_empty_icon.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_ab_back_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_ab_back_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_mtrl_tabs_default_indicator.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\mtrl_tabs_default_indicator.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_tab_icon.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_tab_icon.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_edittext.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_edittext.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher_round.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_radio.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_radio.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_linear_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_linear_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_list_menu_item_checkbox.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_list_menu_item_checkbox.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_go_search_api_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_go_search_api_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_notification_action_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-v21\\notification_action_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_tooltip_frame_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\tooltip_frame_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_focused_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_bg.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_bg.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_snackbar_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_snackbar_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_support_simple_spinner_dropdown_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\support_simple_spinner_dropdown_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_close_item_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_close_item_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_dot_group_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_dot_group_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_bottom_navigation_item_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_bottom_navigation_item_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_dialog_title_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_dialog_title_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_search_url_text.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_search_url_text.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_custom_dialog.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout\\custom_dialog.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xxhdpi_ic_launcher.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xxhdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_view.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_view.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector_colored.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector_colored.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_secondary_text_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_secondary_text_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_text_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_text_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_to_unchecked_mtrl_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_to_unchecked_mtrl_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple_overlay_action_mode.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple_overlay_action_mode.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_menu_item_action_area.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_menu_item_action_area.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_popup_exit.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_popup_exit.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_edit_text_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_edit_text_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_pressed_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_borderless_text_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_borderless_text_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_enter.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_enter.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_outer_merged_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_outer_merged_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_btn_checkable.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_btn_checkable.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_out_top.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_out_top.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_icon_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_icon_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_half_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_list_divider_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_list_divider_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim-v21_design_bottom_sheet_slide_out.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim-v21\\design_bottom_sheet_slide_out.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_item_background_holo_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_item_background_holo_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_btn_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_btn_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_timeslot.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\timeslot.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_tab_indicator_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_tab_indicator_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_up_container.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_up_container.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_bar_title_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_bar_title_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_bg_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_bg_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-watch-v20_abc_dialog_material_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-watch-v20\\abc_dialog_material_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_top.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_top.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_cascading_menu_item_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_cascading_menu_item_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_checked_mtrl_animation_interpolator_0.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_checked_mtrl_animation_interpolator_0.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_cab_background_top_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_cab_background_top_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_unchecked_check_path_merged_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_unchecked_check_path_merged_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v23_abc_control_background_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v23\\abc_control_background_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_btn_text_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_btn_text_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_legacy_text_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_legacy_text_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_longpressed_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_out.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_out.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher_round.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_design_ic_visibility_off.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-hdpi-v4\\design_ic_visibility_off.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_btn_colored_text_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_btn_colored_text_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_to_pressed_mtrl_005.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_notification_tile_bg.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable\\notification_tile_bg.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_design_error.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\design_error.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_header.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_header.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_design_ic_visibility_off.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xxhdpi-v4\\design_ic_visibility_off.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_vector_test.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\a44642c3bddc1cd9ae77529ce5394be3\\appcompat-resources-1.1.0\\res\\drawable\\abc_vector_test.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_right_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_radio_to_on_mtrl_animation_interpolator_0.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_radio_to_on_mtrl_animation_interpolator_0.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_launcher_background.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\drawable\\ic_launcher_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_background_cache_hint_selector_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_background_cache_hint_selector_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator_btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\interpolator\\btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_background_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_background_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_mtrl.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_mtrl.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_half_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_unchecked_to_checked_mtrl_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_unchecked_to_checked_mtrl_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_share_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_menu_item_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_menu_item_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_textfield_search_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_textfield_search_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-mdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notify_panel_notification_icon_bg.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-anydpi-v26_ic_launcher_round.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-anydpi-v26\\ic_launcher_round.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_hint_foreground_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_hint_foreground_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_radio_material_anim.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_radio_material_anim.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_ic_mtrl_chip_close_circle.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\ic_mtrl_chip_close_circle.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_login.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_login.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_low_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_on_to_off_mtrl_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_on_to_off_mtrl_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_commit_search_api_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\interpolator-v21_mtrl_fast_out_slow_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\interpolator-v21\\mtrl_fast_out_slow_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_focused_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_focused_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_control_off_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_second.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_second.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_item_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_item_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_multichoice_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_multichoice_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_half_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_alert_dialog_title_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_alert_dialog_title_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_expanded_menu_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_expanded_menu_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-anydpi-v21_design_ic_visibility_off.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-anydpi-v21\\design_ic_visibility_off.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_menu_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_menu_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_divider_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_focused_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_focused_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_holo_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_holo_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_template_custom_big.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_template_custom_big.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_colored_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_colored_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_mtrl.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_mtrl.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_radio_off_to_on_mtrl_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_radio_off_to_on_mtrl_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-v21_notification_action_tombstone.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\layout-v21\\notification_action_tombstone.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_layout_snackbar_include.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_layout_snackbar_include.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_activity_monday.xml.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\layout\\activity_monday.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_popup_background_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_grow_fade_in_from_bottom.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_grow_fade_in_from_bottom.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ab_share_pack_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-xhdpi-v4\\notification_bg_normal_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_slide_in_bottom.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_slide_in_bottom.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_material_dark.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_material_dark.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_normal_pressed.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_star_black_48dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_pressed_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_mtrl_layout_snackbar_include.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\mtrl_layout_snackbar_include.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_design_fab_background.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable\\design_fab_background.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notification_bg_low_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notification_bg_low_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_search_dropdown_item_icons_2line.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_search_dropdown_item_icons_2line.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_action_mode_bar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_action_mode_bar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_default_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_tooltip_exit.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_tooltip_exit.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_check_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_check_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_ic_star_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_btn_unelevated_state_list_anim.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_btn_unelevated_state_list_anim.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_screen_simple.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_screen_simple.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_hide_password.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_hide_password.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_track_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_track_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_selector_disabled_holo_dark.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_icon_null_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_icon_null_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view_list_item.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view_list_item.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator-v21_design_appbar_state_list_animator.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator-v21\\design_appbar_state_list_animator.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_mtrl_layout_snackbar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\mtrl_layout_snackbar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_abc_action_bar_item_background_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-v21\\abc_action_bar_item_background_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_list_longpressed_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_right_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_design_password_eye.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\design_password_eye.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_textfield_search_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_list_selector_background_transition_holo_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_list_selector_background_transition_holo_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_fade_out.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_fade_out.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_star_half_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_seek_thumb.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_seek_thumb.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_off_mtrl_ring_outer_path_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_off_mtrl_ring_outer_path_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_borderless_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_borderless_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-v21_avd_show_password.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-v21\\avd_show_password.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_ic_star_half_black_36dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_menu_selectall_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_scrubber_primary_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_design_fab_show_motion_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\design_fab_show_motion_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-mdpi-v4\\notify_panel_notification_icon_bg.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_checkbox_to_checked_box_inner_merged_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_checkbox_to_checked_box_inner_merged_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_list_focused_holo.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_btn_switch_to_on_mtrl_00001.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_bottom_nav_item_tint.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_bottom_nav_item_tint.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_activity_chooser_view.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_activity_chooser_view.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-hdpi_ic_launcher.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-hdpi\\ic_launcher.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_design_ic_visibility_off.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-xhdpi-v4\\design_ic_visibility_off.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_icon_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_icon_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_tabs_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_tabs_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_btn_checkbox_checked_mtrl.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\btn_checkbox_checked_mtrl.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_chip_close_icon_tint.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_chip_close_icon_tint.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_abc_shrink_fade_out_from_bottom.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\abc_shrink_fade_out_from_bottom.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_btn_radio_to_on_mtrl_ring_outer_path_animation.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\anim\\btn_radio_to_on_mtrl_ring_outer_path_animation.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\animator_mtrl_fab_transformation_sheet_expand_spec.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\animator\\mtrl_fab_transformation_sheet_expand_spec.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_list_pressed_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_abc_primary_text_disable_only_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\abc_primary_text_disable_only_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13_design_layout_snackbar.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_design_tint_password_toggle.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color-v23\\design_tint_password_toggle.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_btn_default_mtrl_shape.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_btn_default_mtrl_shape.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\anim_design_snackbar_in.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\anim\\design_snackbar_in.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_scrubber_control_to_pressed_mtrl_000.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_menu_hardkey_panel_mtrl_mult.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_navigation_item_separator.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_navigation_item_separator.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_cab_background_top_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_ic_menu_paste_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_check_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_fab_ripple_color.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_fab_ripple_color.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-hdpi-v4\\abc_ic_star_black_16dp.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color-v23_abc_tint_default.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color-v23\\abc_tint_default.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xhdpi-v17\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_text_cursor_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_text_cursor_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi_ic_launcher_round.png.flat",
+ "source": "C:\\Gautam\\iitrtimetable-master\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher_round.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_switch_to_on_mtrl_00012.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_text_select_handle_middle_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_switch_thumb_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_switch_thumb_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_select_dialog_item_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\select_dialog_item_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-xxxhdpi-v17\\abc_ic_menu_cut_mtrl_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_textfield_activated_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_switch_track_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_ic_menu_overflow_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_ic_menu_overflow_material.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_text_select_handle_left_mtrl_light.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_abc_popup_menu_header_item_layout.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\layout\\abc_popup_menu_header_item_layout.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_design_ic_visibility_off.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\drawable-mdpi-v4\\design_ic_visibility_off.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-mdpi-v4\\abc_list_selector_disabled_holo_light.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_switch_thumb_material_light.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\color\\switch_thumb_material_light.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xhdpi-v4\\abc_btn_radio_to_on_mtrl_015.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxhdpi-v4\\abc_tab_indicator_mtrl_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-ldrtl-hdpi-v17\\abc_spinner_mtrl_am_alpha.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_ic_menu_copy_mtrl_am_alpha.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable-xxxhdpi-v4\\abc_text_select_handle_left_mtrl_dark.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\color_mtrl_text_btn_text_color_selector.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\color\\mtrl_text_btn_text_color_selector.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4_notification_bg_low_normal.9.png.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\7f6c41cc2a14c0fbaa8d0166c17dc544\\core-1.1.0\\res\\drawable-hdpi-v4\\notification_bg_low_normal.9.png"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\layout_design_text_input_password_icon.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\9ee5da6fca20f6f07dce6c73fc4ca33a\\material-1.0.0\\res\\layout\\design_text_input_password_icon.xml"
+ },
+ {
+ "merged": "C:\\Gautam\\iitrtimetable-master\\app\\build\\intermediates\\res\\merged\\debug\\drawable_abc_seekbar_thumb_material.xml.flat",
+ "source": "C:\\Users\\gauta\\.gradle\\caches\\transforms-2\\files-2.1\\f5bdf8930f5b0dade80802408310dda6\\appcompat-1.1.0\\res\\drawable\\abc_seekbar_thumb_material.xml"
+ }
+]
\ No newline at end of file
diff --git a/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml
new file mode 100644
index 0000000..e9c7bd3
--- /dev/null
+++ b/app/build/intermediates/bundle_manifest/debug/processDebugManifest/bundle-manifest/AndroidManifest.xml
@@ -0,0 +1,62 @@
+
+