diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index 9c740f3..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-TutorialView
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 96cc43e..0000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index e7bedf3..0000000
--- a/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/.idea/dictionaries/braunster.xml b/.idea/dictionaries/braunster.xml
deleted file mode 100644
index ddc8d0a..0000000
--- a/.idea/dictionaries/braunster.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- braunster
- stackoverflow
- walkthrough
-
-
-
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index c7e984d..0000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index e284b1d..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 59b16af..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/TutorialView.iml b/TutorialView.iml
deleted file mode 100644
index 746a30d..0000000
--- a/TutorialView.iml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/TutorialViewApp.iml b/TutorialViewApp.iml
deleted file mode 100644
index 5550340..0000000
--- a/TutorialViewApp.iml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/app.iml b/app/app.iml
index bdf7878..3460d9d 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -86,6 +86,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
index 21aa771..09a5990 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "com.braunster.tutorialviewapp"
- minSdkVersion 15
+ minSdkVersion 10
targetSdkVersion 22
versionCode versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
@@ -22,4 +22,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':tutorial_view')
+ compile 'com.android.support:appcompat-v7:22.1.1'
+ compile 'com.android.support:support-v4:22.1.1'
}
diff --git a/app/build/generated/source/buildConfig/debug/com/braunster/tutorialviewapp/BuildConfig.java b/app/build/generated/source/buildConfig/debug/com/braunster/tutorialviewapp/BuildConfig.java
new file mode 100644
index 0000000..5bc9a70
--- /dev/null
+++ b/app/build/generated/source/buildConfig/debug/com/braunster/tutorialviewapp/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.braunster.tutorialviewapp;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.braunster.tutorialviewapp";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 80200;
+ public static final String VERSION_NAME = "0.8.2";
+}
diff --git a/app/build/generated/source/buildConfig/test/debug/com/braunster/tutorialviewapp/test/BuildConfig.java b/app/build/generated/source/buildConfig/test/debug/com/braunster/tutorialviewapp/test/BuildConfig.java
new file mode 100644
index 0000000..430a0f4
--- /dev/null
+++ b/app/build/generated/source/buildConfig/test/debug/com/braunster/tutorialviewapp/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.braunster.tutorialviewapp.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.braunster.tutorialviewapp.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 80200;
+ public static final String VERSION_NAME = "0.8.2";
+}
diff --git a/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
new file mode 100644
index 0000000..f430ac0
--- /dev/null
+++ b/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
@@ -0,0 +1,1154 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+package android.support.v7.appcompat;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f040000;
+ public static final int abc_fade_out = 0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f040002;
+ public static final int abc_popup_enter = 0x7f040003;
+ public static final int abc_popup_exit = 0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f040005;
+ public static final int abc_slide_in_bottom = 0x7f040006;
+ public static final int abc_slide_in_top = 0x7f040007;
+ public static final int abc_slide_out_bottom = 0x7f040008;
+ public static final int abc_slide_out_top = 0x7f040009;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010063;
+ public static final int actionBarItemBackground = 0x7f010064;
+ public static final int actionBarPopupTheme = 0x7f01005d;
+ public static final int actionBarSize = 0x7f010062;
+ public static final int actionBarSplitStyle = 0x7f01005f;
+ public static final int actionBarStyle = 0x7f01005e;
+ public static final int actionBarTabBarStyle = 0x7f010059;
+ public static final int actionBarTabStyle = 0x7f010058;
+ public static final int actionBarTabTextStyle = 0x7f01005a;
+ public static final int actionBarTheme = 0x7f010060;
+ public static final int actionBarWidgetTheme = 0x7f010061;
+ public static final int actionButtonStyle = 0x7f01007d;
+ public static final int actionDropDownStyle = 0x7f010079;
+ public static final int actionLayout = 0x7f010031;
+ public static final int actionMenuTextAppearance = 0x7f010065;
+ public static final int actionMenuTextColor = 0x7f010066;
+ public static final int actionModeBackground = 0x7f010069;
+ public static final int actionModeCloseButtonStyle = 0x7f010068;
+ public static final int actionModeCloseDrawable = 0x7f01006b;
+ public static final int actionModeCopyDrawable = 0x7f01006d;
+ public static final int actionModeCutDrawable = 0x7f01006c;
+ public static final int actionModeFindDrawable = 0x7f010071;
+ public static final int actionModePasteDrawable = 0x7f01006e;
+ public static final int actionModePopupWindowStyle = 0x7f010073;
+ public static final int actionModeSelectAllDrawable = 0x7f01006f;
+ public static final int actionModeShareDrawable = 0x7f010070;
+ public static final int actionModeSplitBackground = 0x7f01006a;
+ public static final int actionModeStyle = 0x7f010067;
+ public static final int actionModeWebSearchDrawable = 0x7f010072;
+ public static final int actionOverflowButtonStyle = 0x7f01005b;
+ public static final int actionOverflowMenuStyle = 0x7f01005c;
+ public static final int actionProviderClass = 0x7f010033;
+ public static final int actionViewClass = 0x7f010032;
+ public static final int activityChooserViewStyle = 0x7f010084;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100a5;
+ public static final int alertDialogCenterButtons = 0x7f0100a6;
+ public static final int alertDialogStyle = 0x7f0100a4;
+ public static final int alertDialogTheme = 0x7f0100a7;
+ public static final int autoCompleteTextViewStyle = 0x7f0100ac;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100c5;
+ public static final int backgroundTintMode = 0x7f0100c6;
+ public static final int barSize = 0x7f01002b;
+ public static final int buttonBarButtonStyle = 0x7f01007f;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100aa;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100ab;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100a9;
+ public static final int buttonBarStyle = 0x7f01007e;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ad;
+ public static final int buttonStyleSmall = 0x7f0100ae;
+ public static final int checkboxStyle = 0x7f0100af;
+ public static final int checkedTextViewStyle = 0x7f0100b0;
+ public static final int closeIcon = 0x7f01003a;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100bf;
+ public static final int collapseIcon = 0x7f0100be;
+ public static final int color = 0x7f010025;
+ public static final int colorAccent = 0x7f01009e;
+ public static final int colorButtonNormal = 0x7f0100a2;
+ public static final int colorControlActivated = 0x7f0100a0;
+ public static final int colorControlHighlight = 0x7f0100a1;
+ public static final int colorControlNormal = 0x7f01009f;
+ public static final int colorPrimary = 0x7f01009c;
+ public static final int colorPrimaryDark = 0x7f01009d;
+ public static final int colorSwitchThumbNormal = 0x7f0100a3;
+ public static final int commitIcon = 0x7f01003f;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int dialogPreferredPadding = 0x7f010077;
+ public static final int dialogTheme = 0x7f010076;
+ public static final int disableChildrenWhenDisabled = 0x7f010046;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010083;
+ public static final int dividerPadding = 0x7f01002f;
+ public static final int dividerVertical = 0x7f010082;
+ public static final int drawableSize = 0x7f010027;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f010094;
+ public static final int dropdownListPreferredItemHeight = 0x7f01007a;
+ public static final int editTextBackground = 0x7f01008a;
+ public static final int editTextColor = 0x7f010089;
+ public static final int editTextStyle = 0x7f0100b1;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010028;
+ public static final int goIcon = 0x7f01003b;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f01007c;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010038;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010037;
+ public static final int listChoiceBackgroundIndicator = 0x7f01009b;
+ public static final int listDividerAlertDialog = 0x7f010078;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f010095;
+ public static final int listPreferredItemHeight = 0x7f01008f;
+ public static final int listPreferredItemHeightLarge = 0x7f010091;
+ public static final int listPreferredItemHeightSmall = 0x7f010090;
+ public static final int listPreferredItemPaddingLeft = 0x7f010092;
+ public static final int listPreferredItemPaddingRight = 0x7f010093;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100bd;
+ public static final int measureWithLargestChild = 0x7f01002d;
+ public static final int middleBarArrowSize = 0x7f01002a;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100c1;
+ public static final int navigationIcon = 0x7f0100c0;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010035;
+ public static final int paddingEnd = 0x7f0100c3;
+ public static final int paddingStart = 0x7f0100c2;
+ public static final int panelBackground = 0x7f010098;
+ public static final int panelMenuListTheme = 0x7f01009a;
+ public static final int panelMenuListWidth = 0x7f010099;
+ public static final int popupMenuStyle = 0x7f010087;
+ public static final int popupPromptView = 0x7f010045;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f010088;
+ public static final int preserveIconSpacing = 0x7f010034;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f010043;
+ public static final int queryBackground = 0x7f010041;
+ public static final int queryHint = 0x7f010039;
+ public static final int radioButtonStyle = 0x7f0100b2;
+ public static final int ratingBarStyle = 0x7f0100b3;
+ public static final int searchHintIcon = 0x7f01003d;
+ public static final int searchIcon = 0x7f01003c;
+ public static final int searchViewStyle = 0x7f01008e;
+ public static final int selectableItemBackground = 0x7f010080;
+ public static final int selectableItemBackgroundBorderless = 0x7f010081;
+ public static final int showAsAction = 0x7f010030;
+ public static final int showDividers = 0x7f01002e;
+ public static final int showText = 0x7f01004d;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spinBars = 0x7f010026;
+ public static final int spinnerDropDownItemStyle = 0x7f01007b;
+ public static final int spinnerMode = 0x7f010044;
+ public static final int spinnerStyle = 0x7f0100b4;
+ public static final int splitTrack = 0x7f01004c;
+ public static final int state_above_anchor = 0x7f010036;
+ public static final int submitBackground = 0x7f010042;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100b7;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f010040;
+ public static final int switchMinWidth = 0x7f01004a;
+ public static final int switchPadding = 0x7f01004b;
+ public static final int switchStyle = 0x7f0100b5;
+ public static final int switchTextAppearance = 0x7f010049;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f010074;
+ public static final int textAppearanceListItem = 0x7f010096;
+ public static final int textAppearanceListItemSmall = 0x7f010097;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f01008c;
+ public static final int textAppearanceSearchResultTitle = 0x7f01008b;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010075;
+ public static final int textColorAlertDialogListItem = 0x7f0100a8;
+ public static final int textColorSearchUrl = 0x7f01008d;
+ public static final int theme = 0x7f0100c4;
+ public static final int thickness = 0x7f01002c;
+ public static final int thumbTextPadding = 0x7f010048;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100bc;
+ public static final int titleMarginEnd = 0x7f0100ba;
+ public static final int titleMarginStart = 0x7f0100b9;
+ public static final int titleMarginTop = 0x7f0100bb;
+ public static final int titleMargins = 0x7f0100b8;
+ public static final int titleTextAppearance = 0x7f0100b6;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f010086;
+ public static final int toolbarStyle = 0x7f010085;
+ public static final int topBottomBarArrowSize = 0x7f010029;
+ public static final int track = 0x7f010047;
+ public static final int voiceIcon = 0x7f01003e;
+ public static final int windowActionBar = 0x7f01004e;
+ public static final int windowActionBarOverlay = 0x7f010050;
+ public static final int windowActionModeOverlay = 0x7f010051;
+ public static final int windowFixedHeightMajor = 0x7f010055;
+ public static final int windowFixedHeightMinor = 0x7f010053;
+ public static final int windowFixedWidthMajor = 0x7f010052;
+ public static final int windowFixedWidthMinor = 0x7f010054;
+ public static final int windowMinWidthMajor = 0x7f010056;
+ public static final int windowMinWidthMinor = 0x7f010057;
+ public static final int windowNoTitle = 0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f060034;
+ public static final int abc_input_method_navigation_guard = 0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f060036;
+ public static final int abc_primary_text_material_dark = 0x7f060037;
+ public static final int abc_primary_text_material_light = 0x7f060038;
+ public static final int abc_search_url_text = 0x7f060039;
+ public static final int abc_search_url_text_normal = 0x7f060001;
+ public static final int abc_search_url_text_pressed = 0x7f060002;
+ public static final int abc_search_url_text_selected = 0x7f060003;
+ public static final int abc_secondary_text_material_dark = 0x7f06003a;
+ public static final int abc_secondary_text_material_light = 0x7f06003b;
+ public static final int accent_material_dark = 0x7f060004;
+ public static final int accent_material_light = 0x7f060005;
+ public static final int background_floating_material_dark = 0x7f060006;
+ public static final int background_floating_material_light = 0x7f060007;
+ public static final int background_material_dark = 0x7f060008;
+ public static final int background_material_light = 0x7f060009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f06000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f06000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f06000d;
+ public static final int bright_foreground_material_dark = 0x7f06000e;
+ public static final int bright_foreground_material_light = 0x7f06000f;
+ public static final int button_material_dark = 0x7f060010;
+ public static final int button_material_light = 0x7f060011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f060012;
+ public static final int dim_foreground_disabled_material_light = 0x7f060013;
+ public static final int dim_foreground_material_dark = 0x7f060014;
+ public static final int dim_foreground_material_light = 0x7f060015;
+ public static final int highlighted_text_material_dark = 0x7f060016;
+ public static final int highlighted_text_material_light = 0x7f060017;
+ public static final int hint_foreground_material_dark = 0x7f060018;
+ public static final int hint_foreground_material_light = 0x7f060019;
+ public static final int link_text_material_dark = 0x7f06001a;
+ public static final int link_text_material_light = 0x7f06001b;
+ public static final int material_blue_grey_800 = 0x7f06001c;
+ public static final int material_blue_grey_900 = 0x7f06001d;
+ public static final int material_blue_grey_950 = 0x7f06001e;
+ public static final int material_deep_teal_200 = 0x7f06001f;
+ public static final int material_deep_teal_500 = 0x7f060020;
+ public static final int primary_dark_material_dark = 0x7f060021;
+ public static final int primary_dark_material_light = 0x7f060022;
+ public static final int primary_material_dark = 0x7f060023;
+ public static final int primary_material_light = 0x7f060024;
+ public static final int primary_text_default_material_dark = 0x7f060025;
+ public static final int primary_text_default_material_light = 0x7f060026;
+ public static final int primary_text_disabled_material_dark = 0x7f060027;
+ public static final int primary_text_disabled_material_light = 0x7f060028;
+ public static final int ripple_material_dark = 0x7f060029;
+ public static final int ripple_material_light = 0x7f06002a;
+ public static final int secondary_text_default_material_dark = 0x7f06002b;
+ public static final int secondary_text_default_material_light = 0x7f06002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f06002d;
+ public static final int secondary_text_disabled_material_light = 0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark = 0x7f06002f;
+ public static final int switch_thumb_disabled_material_light = 0x7f060030;
+ public static final int switch_thumb_material_dark = 0x7f06003c;
+ public static final int switch_thumb_material_light = 0x7f06003d;
+ public static final int switch_thumb_normal_material_dark = 0x7f060031;
+ public static final int switch_thumb_normal_material_light = 0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f070000;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_material = 0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070006;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070007;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07000b;
+ public static final int abc_action_button_min_height_material = 0x7f07000c;
+ public static final int abc_action_button_min_width_material = 0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f07000f;
+ public static final int abc_button_inset_horizontal_material = 0x7f070010;
+ public static final int abc_button_inset_vertical_material = 0x7f070011;
+ public static final int abc_button_padding_horizontal_material = 0x7f070012;
+ public static final int abc_button_padding_vertical_material = 0x7f070013;
+ public static final int abc_config_prefDialogWidth = 0x7f070014;
+ public static final int abc_control_corner_material = 0x7f070015;
+ public static final int abc_control_inset_material = 0x7f070016;
+ public static final int abc_control_padding_material = 0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070018;
+ public static final int abc_dialog_min_width_major = 0x7f070019;
+ public static final int abc_dialog_min_width_minor = 0x7f07001a;
+ public static final int abc_dialog_padding_material = 0x7f07001b;
+ public static final int abc_dialog_padding_top_material = 0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark = 0x7f07001d;
+ public static final int abc_disabled_alpha_material_light = 0x7f07001e;
+ public static final int abc_dropdownitem_icon_width = 0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f070023;
+ public static final int abc_edit_text_inset_top_material = 0x7f070024;
+ public static final int abc_floating_window_z = 0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f070026;
+ public static final int abc_panel_menu_list_width = 0x7f070027;
+ public static final int abc_search_view_preferred_width = 0x7f070028;
+ public static final int abc_search_view_text_min_width = 0x7f070029;
+ public static final int abc_switch_padding = 0x7f07002a;
+ public static final int abc_text_size_body_1_material = 0x7f07002b;
+ public static final int abc_text_size_body_2_material = 0x7f07002c;
+ public static final int abc_text_size_button_material = 0x7f07002d;
+ public static final int abc_text_size_caption_material = 0x7f07002e;
+ public static final int abc_text_size_display_1_material = 0x7f07002f;
+ public static final int abc_text_size_display_2_material = 0x7f070030;
+ public static final int abc_text_size_display_3_material = 0x7f070031;
+ public static final int abc_text_size_display_4_material = 0x7f070032;
+ public static final int abc_text_size_headline_material = 0x7f070033;
+ public static final int abc_text_size_large_material = 0x7f070034;
+ public static final int abc_text_size_medium_material = 0x7f070035;
+ public static final int abc_text_size_menu_material = 0x7f070036;
+ public static final int abc_text_size_small_material = 0x7f070037;
+ public static final int abc_text_size_subhead_material = 0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070039;
+ public static final int abc_text_size_title_material = 0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar = 0x7f07003b;
+ public static final int dialog_fixed_height_major = 0x7f07003e;
+ public static final int dialog_fixed_height_minor = 0x7f07003f;
+ public static final int dialog_fixed_width_major = 0x7f070040;
+ public static final int dialog_fixed_width_minor = 0x7f070041;
+ public static final int disabled_alpha_material_dark = 0x7f070042;
+ public static final int disabled_alpha_material_light = 0x7f070043;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f080040;
+ public static final int action_bar_activity_content = 0x7f080000;
+ public static final int action_bar_container = 0x7f08003f;
+ public static final int action_bar_root = 0x7f08003b;
+ public static final int action_bar_spinner = 0x7f080001;
+ public static final int action_bar_subtitle = 0x7f080024;
+ public static final int action_bar_title = 0x7f080023;
+ public static final int action_context_bar = 0x7f080041;
+ public static final int action_menu_divider = 0x7f080002;
+ public static final int action_menu_presenter = 0x7f080003;
+ public static final int action_mode_bar = 0x7f08003d;
+ public static final int action_mode_bar_stub = 0x7f08003c;
+ public static final int action_mode_close_button = 0x7f080025;
+ public static final int activity_chooser_view_content = 0x7f080026;
+ public static final int alertTitle = 0x7f080030;
+ public static final int always = 0x7f080016;
+ public static final int beginning = 0x7f080013;
+ public static final int buttonPanel = 0x7f080036;
+ public static final int checkbox = 0x7f080038;
+ public static final int collapseActionView = 0x7f080017;
+ public static final int contentPanel = 0x7f080031;
+ public static final int custom = 0x7f080035;
+ public static final int customPanel = 0x7f080034;
+ public static final int decor_content_parent = 0x7f08003e;
+ public static final int default_activity_button = 0x7f080029;
+ public static final int dialog = 0x7f08001b;
+ public static final int disableHome = 0x7f08000c;
+ public static final int dropdown = 0x7f08001c;
+ public static final int edit_query = 0x7f080042;
+ public static final int end = 0x7f080014;
+ public static final int expand_activities_button = 0x7f080027;
+ public static final int expanded_menu = 0x7f080037;
+ public static final int home = 0x7f080004;
+ public static final int homeAsUp = 0x7f08000d;
+ public static final int icon = 0x7f08002b;
+ public static final int ifRoom = 0x7f080018;
+ public static final int image = 0x7f080028;
+ public static final int listMode = 0x7f080009;
+ public static final int list_item = 0x7f08002a;
+ public static final int middle = 0x7f080015;
+ public static final int multiply = 0x7f08001e;
+ public static final int never = 0x7f080019;
+ public static final int none = 0x7f08000e;
+ public static final int normal = 0x7f08000a;
+ public static final int parentPanel = 0x7f08002d;
+ public static final int progress_circular = 0x7f080005;
+ public static final int progress_horizontal = 0x7f080006;
+ public static final int radio = 0x7f08003a;
+ public static final int screen = 0x7f08001f;
+ public static final int scrollView = 0x7f080032;
+ public static final int search_badge = 0x7f080044;
+ public static final int search_bar = 0x7f080043;
+ public static final int search_button = 0x7f080045;
+ public static final int search_close_btn = 0x7f08004a;
+ public static final int search_edit_frame = 0x7f080046;
+ public static final int search_go_btn = 0x7f08004c;
+ public static final int search_mag_icon = 0x7f080047;
+ public static final int search_plate = 0x7f080048;
+ public static final int search_src_text = 0x7f080049;
+ public static final int search_voice_btn = 0x7f08004d;
+ public static final int select_dialog_listview = 0x7f08004e;
+ public static final int shortcut = 0x7f080039;
+ public static final int showCustom = 0x7f08000f;
+ public static final int showHome = 0x7f080010;
+ public static final int showTitle = 0x7f080011;
+ public static final int split_action_bar = 0x7f080007;
+ public static final int src_atop = 0x7f080020;
+ public static final int src_in = 0x7f080021;
+ public static final int src_over = 0x7f080022;
+ public static final int submit_area = 0x7f08004b;
+ public static final int tabMode = 0x7f08000b;
+ public static final int textSpacerNoButtons = 0x7f080033;
+ public static final int title = 0x7f08002c;
+ public static final int title_template = 0x7f08002f;
+ public static final int topPanel = 0x7f08002e;
+ public static final int up = 0x7f080008;
+ public static final int useLogo = 0x7f080012;
+ public static final int withText = 0x7f08001a;
+ public static final int wrap_content = 0x7f08001d;
+ }
+ 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 abc_max_action_buttons = 0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f030000;
+ public static final int abc_action_bar_up_container = 0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f030002;
+ public static final int abc_action_menu_item_layout = 0x7f030003;
+ public static final int abc_action_menu_layout = 0x7f030004;
+ public static final int abc_action_mode_bar = 0x7f030005;
+ public static final int abc_action_mode_close_item_material = 0x7f030006;
+ public static final int abc_activity_chooser_view = 0x7f030007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f030008;
+ public static final int abc_alert_dialog_material = 0x7f030009;
+ public static final int abc_dialog_title_material = 0x7f03000a;
+ public static final int abc_expanded_menu_layout = 0x7f03000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f03000c;
+ public static final int abc_list_menu_item_icon = 0x7f03000d;
+ public static final int abc_list_menu_item_layout = 0x7f03000e;
+ public static final int abc_list_menu_item_radio = 0x7f03000f;
+ public static final int abc_popup_menu_item_layout = 0x7f030010;
+ public static final int abc_screen_content_include = 0x7f030011;
+ public static final int abc_screen_simple = 0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f030013;
+ public static final int abc_screen_toolbar = 0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f030015;
+ public static final int abc_search_view = 0x7f030016;
+ public static final int abc_select_dialog_material = 0x7f030017;
+ public static final int abc_simple_dropdown_hint = 0x7f030018;
+ public static final int select_dialog_item_material = 0x7f03001c;
+ public static final int select_dialog_multichoice_material = 0x7f03001d;
+ public static final int select_dialog_singlechoice_material = 0x7f03001e;
+ public static final int support_simple_spinner_dropdown_item = 0x7f030020;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0a0000;
+ public static final int abc_action_bar_home_description_format = 0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0a0002;
+ public static final int abc_action_bar_up_description = 0x7f0a0003;
+ public static final int abc_action_menu_overflow_description = 0x7f0a0004;
+ public static final int abc_action_mode_done = 0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application = 0x7f0a0007;
+ public static final int abc_search_hint = 0x7f0a0008;
+ public static final int abc_searchview_description_clear = 0x7f0a0009;
+ public static final int abc_searchview_description_query = 0x7f0a000a;
+ public static final int abc_searchview_description_search = 0x7f0a000b;
+ public static final int abc_searchview_description_submit = 0x7f0a000c;
+ public static final int abc_searchview_description_voice = 0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0a000f;
+ public static final int abc_toolbar_collapse_description = 0x7f0a0010;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light = 0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog = 0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0b0003;
+ public static final int Base_AlertDialog_AppCompat = 0x7f0b0005;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f0b0006;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f0b0007;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0b0008;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0b000a;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f0b0009;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0b0030;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b0033;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b0034;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b0046;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0b0047;
+ public static final int Base_Theme_AppCompat = 0x7f0b0035;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0b0036;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0b0037;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0b0039;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0b003a;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b0042;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0b0040;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b0041;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0b0111;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0b0112;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0b011b;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0b011c;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0b004a;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0b0054;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0b0055;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0b0056;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0b0057;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0b005c;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b005d;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b005a;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0b005b;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0b0062;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0b0063;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0b006b;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0b006f;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0072;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0b0074;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0075;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0b0077;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b007a;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0b007b;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0b007d;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b007e;
+ public static final int Platform_AppCompat = 0x7f0b007f;
+ public static final int Platform_AppCompat_Light = 0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0b0081;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0b0082;
+ public static final int Platform_V11_AppCompat = 0x7f0b0113;
+ public static final int Platform_V11_AppCompat_Light = 0x7f0b0114;
+ public static final int Platform_V12_AppCompat = 0x7f0b0115;
+ public static final int Platform_V12_AppCompat_Light = 0x7f0b0116;
+ public static final int Platform_V14_AppCompat = 0x7f0b0117;
+ public static final int Platform_V14_AppCompat_Light = 0x7f0b0118;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0b008d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b008e;
+ public static final int TextAppearance_AppCompat = 0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0b00b7;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b00ba;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b00bb;
+ public static final int ThemeOverlay_AppCompat = 0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b00cd;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0b00ce;
+ public static final int Theme_AppCompat = 0x7f0b00bc;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0b00bd;
+ public static final int Theme_AppCompat_Dialog = 0x7f0b00be;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0b00c1;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0b00bf;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0b00c0;
+ public static final int Theme_AppCompat_Light = 0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b00c7;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0b00c8;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0b00c9;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0b00d7;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0b00d8;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0b00d9;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0b00da;
+ public static final int Widget_AppCompat_Button = 0x7f0b00db;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f0b00e0;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b00e1;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b00de;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0b00df;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b00e3;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0b00e4;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0b00e5;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0b00e6;
+ public static final int Widget_AppCompat_EditText = 0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0b00fc;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0b00fd;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView = 0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0b0100;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0b0102;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0103;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0b0105;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0106;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView = 0x7f0b0108;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner = 0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b010c;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0b010d;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0b010f;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b0110;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
+ public static final int AlertDialog_android_layout = 0;
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ public static final int AlertDialog_listItemLayout = 5;
+ public static final int AlertDialog_listLayout = 2;
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f };
+ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ public static final int LinearLayoutCompat_divider = 5;
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ public static final int LinearLayoutCompat_showDividers = 7;
+ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ public static final int MenuGroup_android_enabled = 0;
+ public static final int MenuGroup_android_id = 1;
+ public static final int MenuGroup_android_menuCategory = 3;
+ public static final int MenuGroup_android_orderInCategory = 4;
+ public static final int MenuGroup_android_visible = 2;
+ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 };
+ public static final int MenuItem_actionLayout = 14;
+ public static final int MenuItem_actionProviderClass = 16;
+ public static final int MenuItem_actionViewClass = 15;
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ public static final int MenuItem_android_checkable = 11;
+ public static final int MenuItem_android_checked = 3;
+ public static final int MenuItem_android_enabled = 1;
+ public static final int MenuItem_android_icon = 0;
+ public static final int MenuItem_android_id = 2;
+ public static final int MenuItem_android_menuCategory = 5;
+ public static final int MenuItem_android_numericShortcut = 10;
+ public static final int MenuItem_android_onClick = 12;
+ public static final int MenuItem_android_orderInCategory = 6;
+ public static final int MenuItem_android_title = 7;
+ public static final int MenuItem_android_titleCondensed = 8;
+ public static final int MenuItem_android_visible = 4;
+ public static final int MenuItem_showAsAction = 13;
+ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 };
+ public static final int MenuView_android_headerBackground = 4;
+ public static final int MenuView_android_horizontalDivider = 2;
+ public static final int MenuView_android_itemBackground = 5;
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ public static final int MenuView_android_itemTextAppearance = 1;
+ public static final int MenuView_android_verticalDivider = 3;
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ public static final int MenuView_preserveIconSpacing = 7;
+ public static final int[] PopupWindow = { 0x01010176, 0x7f010035 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010036 };
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ public static final int PopupWindow_android_popupBackground = 0;
+ public static final int PopupWindow_overlapAnchor = 1;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 12;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 14;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 10;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 15;
+ public static final int SearchView_suggestionRowLayout = 13;
+ public static final int SearchView_voiceIcon = 11;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ public static final int SwitchCompat_android_textOff = 1;
+ public static final int SwitchCompat_android_textOn = 0;
+ public static final int SwitchCompat_android_thumb = 2;
+ public static final int SwitchCompat_showText = 9;
+ public static final int SwitchCompat_splitTrack = 8;
+ public static final int SwitchCompat_switchMinWidth = 6;
+ public static final int SwitchCompat_switchPadding = 7;
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ public static final int SwitchCompat_track = 3;
+ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 };
+ public static final int TextAppearance_android_textColor = 3;
+ public static final int TextAppearance_android_textSize = 0;
+ public static final int TextAppearance_android_textStyle = 2;
+ public static final int TextAppearance_android_typeface = 1;
+ public static final int TextAppearance_textAllCaps = 4;
+ public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 56;
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ public static final int Theme_alertDialogCenterButtons = 90;
+ public static final int Theme_alertDialogStyle = 88;
+ public static final int Theme_alertDialogTheme = 91;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 97;
+ public static final int Theme_buttonStyleSmall = 98;
+ public static final int Theme_checkboxStyle = 99;
+ public static final int Theme_checkedTextViewStyle = 100;
+ public static final int Theme_colorAccent = 82;
+ public static final int Theme_colorButtonNormal = 86;
+ public static final int Theme_colorControlActivated = 84;
+ public static final int Theme_colorControlHighlight = 85;
+ public static final int Theme_colorControlNormal = 83;
+ public static final int Theme_colorPrimary = 80;
+ public static final int Theme_colorPrimaryDark = 81;
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 55;
+ public static final int Theme_dividerVertical = 54;
+ public static final int Theme_dropDownListViewStyle = 72;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 62;
+ public static final int Theme_editTextColor = 61;
+ public static final int Theme_editTextStyle = 101;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 73;
+ public static final int Theme_listPreferredItemHeight = 67;
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ public static final int Theme_panelBackground = 76;
+ public static final int Theme_panelMenuListTheme = 78;
+ public static final int Theme_panelMenuListWidth = 77;
+ public static final int Theme_popupMenuStyle = 59;
+ public static final int Theme_popupWindowStyle = 60;
+ public static final int Theme_radioButtonStyle = 102;
+ public static final int Theme_ratingBarStyle = 103;
+ public static final int Theme_searchViewStyle = 66;
+ public static final int Theme_selectableItemBackground = 52;
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ public static final int Theme_spinnerStyle = 104;
+ public static final int Theme_switchStyle = 105;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 74;
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ public static final int Theme_textColorSearchUrl = 65;
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ public static final int Theme_toolbarStyle = 57;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/braunster/tutorialview/R.java b/app/build/generated/source/r/debug/com/braunster/tutorialview/R.java
new file mode 100644
index 0000000..277b3ae
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/braunster/tutorialview/R.java
@@ -0,0 +1,1173 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+package com.braunster.tutorialview;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f040000;
+ public static final int abc_fade_out = 0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f040002;
+ public static final int abc_popup_enter = 0x7f040003;
+ public static final int abc_popup_exit = 0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f040005;
+ public static final int abc_slide_in_bottom = 0x7f040006;
+ public static final int abc_slide_in_top = 0x7f040007;
+ public static final int abc_slide_out_bottom = 0x7f040008;
+ public static final int abc_slide_out_top = 0x7f040009;
+ public static final int dummy = 0x7f04000a;
+ public static final int tutorial_info_view_fade_in = 0x7f04000b;
+ public static final int tutorial_info_view_fade_out = 0x7f04000c;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010063;
+ public static final int actionBarItemBackground = 0x7f010064;
+ public static final int actionBarPopupTheme = 0x7f01005d;
+ public static final int actionBarSize = 0x7f010062;
+ public static final int actionBarSplitStyle = 0x7f01005f;
+ public static final int actionBarStyle = 0x7f01005e;
+ public static final int actionBarTabBarStyle = 0x7f010059;
+ public static final int actionBarTabStyle = 0x7f010058;
+ public static final int actionBarTabTextStyle = 0x7f01005a;
+ public static final int actionBarTheme = 0x7f010060;
+ public static final int actionBarWidgetTheme = 0x7f010061;
+ public static final int actionButtonStyle = 0x7f01007d;
+ public static final int actionDropDownStyle = 0x7f010079;
+ public static final int actionLayout = 0x7f010031;
+ public static final int actionMenuTextAppearance = 0x7f010065;
+ public static final int actionMenuTextColor = 0x7f010066;
+ public static final int actionModeBackground = 0x7f010069;
+ public static final int actionModeCloseButtonStyle = 0x7f010068;
+ public static final int actionModeCloseDrawable = 0x7f01006b;
+ public static final int actionModeCopyDrawable = 0x7f01006d;
+ public static final int actionModeCutDrawable = 0x7f01006c;
+ public static final int actionModeFindDrawable = 0x7f010071;
+ public static final int actionModePasteDrawable = 0x7f01006e;
+ public static final int actionModePopupWindowStyle = 0x7f010073;
+ public static final int actionModeSelectAllDrawable = 0x7f01006f;
+ public static final int actionModeShareDrawable = 0x7f010070;
+ public static final int actionModeSplitBackground = 0x7f01006a;
+ public static final int actionModeStyle = 0x7f010067;
+ public static final int actionModeWebSearchDrawable = 0x7f010072;
+ public static final int actionOverflowButtonStyle = 0x7f01005b;
+ public static final int actionOverflowMenuStyle = 0x7f01005c;
+ public static final int actionProviderClass = 0x7f010033;
+ public static final int actionViewClass = 0x7f010032;
+ public static final int activityChooserViewStyle = 0x7f010084;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100a5;
+ public static final int alertDialogCenterButtons = 0x7f0100a6;
+ public static final int alertDialogStyle = 0x7f0100a4;
+ public static final int alertDialogTheme = 0x7f0100a7;
+ public static final int autoCompleteTextViewStyle = 0x7f0100ac;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100c5;
+ public static final int backgroundTintMode = 0x7f0100c6;
+ public static final int barSize = 0x7f01002b;
+ public static final int buttonBarButtonStyle = 0x7f01007f;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100aa;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100ab;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100a9;
+ public static final int buttonBarStyle = 0x7f01007e;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ad;
+ public static final int buttonStyleSmall = 0x7f0100ae;
+ public static final int checkboxStyle = 0x7f0100af;
+ public static final int checkedTextViewStyle = 0x7f0100b0;
+ public static final int closeIcon = 0x7f01003a;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100bf;
+ public static final int collapseIcon = 0x7f0100be;
+ public static final int color = 0x7f010025;
+ public static final int colorAccent = 0x7f01009e;
+ public static final int colorButtonNormal = 0x7f0100a2;
+ public static final int colorControlActivated = 0x7f0100a0;
+ public static final int colorControlHighlight = 0x7f0100a1;
+ public static final int colorControlNormal = 0x7f01009f;
+ public static final int colorPrimary = 0x7f01009c;
+ public static final int colorPrimaryDark = 0x7f01009d;
+ public static final int colorSwitchThumbNormal = 0x7f0100a3;
+ public static final int commitIcon = 0x7f01003f;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int dialogPreferredPadding = 0x7f010077;
+ public static final int dialogTheme = 0x7f010076;
+ public static final int disableChildrenWhenDisabled = 0x7f010046;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010083;
+ public static final int dividerPadding = 0x7f01002f;
+ public static final int dividerVertical = 0x7f010082;
+ public static final int drawableSize = 0x7f010027;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f010094;
+ public static final int dropdownListPreferredItemHeight = 0x7f01007a;
+ public static final int editTextBackground = 0x7f01008a;
+ public static final int editTextColor = 0x7f010089;
+ public static final int editTextStyle = 0x7f0100b1;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010028;
+ public static final int goIcon = 0x7f01003b;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f01007c;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010038;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010037;
+ public static final int listChoiceBackgroundIndicator = 0x7f01009b;
+ public static final int listDividerAlertDialog = 0x7f010078;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f010095;
+ public static final int listPreferredItemHeight = 0x7f01008f;
+ public static final int listPreferredItemHeightLarge = 0x7f010091;
+ public static final int listPreferredItemHeightSmall = 0x7f010090;
+ public static final int listPreferredItemPaddingLeft = 0x7f010092;
+ public static final int listPreferredItemPaddingRight = 0x7f010093;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100bd;
+ public static final int measureWithLargestChild = 0x7f01002d;
+ public static final int middleBarArrowSize = 0x7f01002a;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100c1;
+ public static final int navigationIcon = 0x7f0100c0;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010035;
+ public static final int paddingEnd = 0x7f0100c3;
+ public static final int paddingStart = 0x7f0100c2;
+ public static final int panelBackground = 0x7f010098;
+ public static final int panelMenuListTheme = 0x7f01009a;
+ public static final int panelMenuListWidth = 0x7f010099;
+ public static final int popupMenuStyle = 0x7f010087;
+ public static final int popupPromptView = 0x7f010045;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f010088;
+ public static final int preserveIconSpacing = 0x7f010034;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f010043;
+ public static final int queryBackground = 0x7f010041;
+ public static final int queryHint = 0x7f010039;
+ public static final int radioButtonStyle = 0x7f0100b2;
+ public static final int ratingBarStyle = 0x7f0100b3;
+ public static final int searchHintIcon = 0x7f01003d;
+ public static final int searchIcon = 0x7f01003c;
+ public static final int searchViewStyle = 0x7f01008e;
+ public static final int selectableItemBackground = 0x7f010080;
+ public static final int selectableItemBackgroundBorderless = 0x7f010081;
+ public static final int showAsAction = 0x7f010030;
+ public static final int showDividers = 0x7f01002e;
+ public static final int showText = 0x7f01004d;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spinBars = 0x7f010026;
+ public static final int spinnerDropDownItemStyle = 0x7f01007b;
+ public static final int spinnerMode = 0x7f010044;
+ public static final int spinnerStyle = 0x7f0100b4;
+ public static final int splitTrack = 0x7f01004c;
+ public static final int state_above_anchor = 0x7f010036;
+ public static final int submitBackground = 0x7f010042;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100b7;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f010040;
+ public static final int switchMinWidth = 0x7f01004a;
+ public static final int switchPadding = 0x7f01004b;
+ public static final int switchStyle = 0x7f0100b5;
+ public static final int switchTextAppearance = 0x7f010049;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f010074;
+ public static final int textAppearanceListItem = 0x7f010096;
+ public static final int textAppearanceListItemSmall = 0x7f010097;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f01008c;
+ public static final int textAppearanceSearchResultTitle = 0x7f01008b;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010075;
+ public static final int textColorAlertDialogListItem = 0x7f0100a8;
+ public static final int textColorSearchUrl = 0x7f01008d;
+ public static final int theme = 0x7f0100c4;
+ public static final int thickness = 0x7f01002c;
+ public static final int thumbTextPadding = 0x7f010048;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100bc;
+ public static final int titleMarginEnd = 0x7f0100ba;
+ public static final int titleMarginStart = 0x7f0100b9;
+ public static final int titleMarginTop = 0x7f0100bb;
+ public static final int titleMargins = 0x7f0100b8;
+ public static final int titleTextAppearance = 0x7f0100b6;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f010086;
+ public static final int toolbarStyle = 0x7f010085;
+ public static final int topBottomBarArrowSize = 0x7f010029;
+ public static final int track = 0x7f010047;
+ public static final int voiceIcon = 0x7f01003e;
+ public static final int windowActionBar = 0x7f01004e;
+ public static final int windowActionBarOverlay = 0x7f010050;
+ public static final int windowActionModeOverlay = 0x7f010051;
+ public static final int windowFixedHeightMajor = 0x7f010055;
+ public static final int windowFixedHeightMinor = 0x7f010053;
+ public static final int windowFixedWidthMajor = 0x7f010052;
+ public static final int windowFixedWidthMinor = 0x7f010054;
+ public static final int windowMinWidthMajor = 0x7f010056;
+ public static final int windowMinWidthMinor = 0x7f010057;
+ public static final int windowNoTitle = 0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f060034;
+ public static final int abc_input_method_navigation_guard = 0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f060036;
+ public static final int abc_primary_text_material_dark = 0x7f060037;
+ public static final int abc_primary_text_material_light = 0x7f060038;
+ public static final int abc_search_url_text = 0x7f060039;
+ public static final int abc_search_url_text_normal = 0x7f060001;
+ public static final int abc_search_url_text_pressed = 0x7f060002;
+ public static final int abc_search_url_text_selected = 0x7f060003;
+ public static final int abc_secondary_text_material_dark = 0x7f06003a;
+ public static final int abc_secondary_text_material_light = 0x7f06003b;
+ public static final int accent_material_dark = 0x7f060004;
+ public static final int accent_material_light = 0x7f060005;
+ public static final int background_floating_material_dark = 0x7f060006;
+ public static final int background_floating_material_light = 0x7f060007;
+ public static final int background_material_dark = 0x7f060008;
+ public static final int background_material_light = 0x7f060009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f06000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f06000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f06000d;
+ public static final int bright_foreground_material_dark = 0x7f06000e;
+ public static final int bright_foreground_material_light = 0x7f06000f;
+ public static final int button_material_dark = 0x7f060010;
+ public static final int button_material_light = 0x7f060011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f060012;
+ public static final int dim_foreground_disabled_material_light = 0x7f060013;
+ public static final int dim_foreground_material_dark = 0x7f060014;
+ public static final int dim_foreground_material_light = 0x7f060015;
+ public static final int highlighted_text_material_dark = 0x7f060016;
+ public static final int highlighted_text_material_light = 0x7f060017;
+ public static final int hint_foreground_material_dark = 0x7f060018;
+ public static final int hint_foreground_material_light = 0x7f060019;
+ public static final int link_text_material_dark = 0x7f06001a;
+ public static final int link_text_material_light = 0x7f06001b;
+ public static final int material_blue_grey_800 = 0x7f06001c;
+ public static final int material_blue_grey_900 = 0x7f06001d;
+ public static final int material_blue_grey_950 = 0x7f06001e;
+ public static final int material_deep_teal_200 = 0x7f06001f;
+ public static final int material_deep_teal_500 = 0x7f060020;
+ public static final int primary_dark_material_dark = 0x7f060021;
+ public static final int primary_dark_material_light = 0x7f060022;
+ public static final int primary_material_dark = 0x7f060023;
+ public static final int primary_material_light = 0x7f060024;
+ public static final int primary_text_default_material_dark = 0x7f060025;
+ public static final int primary_text_default_material_light = 0x7f060026;
+ public static final int primary_text_disabled_material_dark = 0x7f060027;
+ public static final int primary_text_disabled_material_light = 0x7f060028;
+ public static final int ripple_material_dark = 0x7f060029;
+ public static final int ripple_material_light = 0x7f06002a;
+ public static final int secondary_text_default_material_dark = 0x7f06002b;
+ public static final int secondary_text_default_material_light = 0x7f06002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f06002d;
+ public static final int secondary_text_disabled_material_light = 0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark = 0x7f06002f;
+ public static final int switch_thumb_disabled_material_light = 0x7f060030;
+ public static final int switch_thumb_material_dark = 0x7f06003c;
+ public static final int switch_thumb_material_light = 0x7f06003d;
+ public static final int switch_thumb_normal_material_dark = 0x7f060031;
+ public static final int switch_thumb_normal_material_light = 0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f070000;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_material = 0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070006;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070007;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07000b;
+ public static final int abc_action_button_min_height_material = 0x7f07000c;
+ public static final int abc_action_button_min_width_material = 0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f07000f;
+ public static final int abc_button_inset_horizontal_material = 0x7f070010;
+ public static final int abc_button_inset_vertical_material = 0x7f070011;
+ public static final int abc_button_padding_horizontal_material = 0x7f070012;
+ public static final int abc_button_padding_vertical_material = 0x7f070013;
+ public static final int abc_config_prefDialogWidth = 0x7f070014;
+ public static final int abc_control_corner_material = 0x7f070015;
+ public static final int abc_control_inset_material = 0x7f070016;
+ public static final int abc_control_padding_material = 0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070018;
+ public static final int abc_dialog_min_width_major = 0x7f070019;
+ public static final int abc_dialog_min_width_minor = 0x7f07001a;
+ public static final int abc_dialog_padding_material = 0x7f07001b;
+ public static final int abc_dialog_padding_top_material = 0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark = 0x7f07001d;
+ public static final int abc_disabled_alpha_material_light = 0x7f07001e;
+ public static final int abc_dropdownitem_icon_width = 0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f070023;
+ public static final int abc_edit_text_inset_top_material = 0x7f070024;
+ public static final int abc_floating_window_z = 0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f070026;
+ public static final int abc_panel_menu_list_width = 0x7f070027;
+ public static final int abc_search_view_preferred_width = 0x7f070028;
+ public static final int abc_search_view_text_min_width = 0x7f070029;
+ public static final int abc_switch_padding = 0x7f07002a;
+ public static final int abc_text_size_body_1_material = 0x7f07002b;
+ public static final int abc_text_size_body_2_material = 0x7f07002c;
+ public static final int abc_text_size_button_material = 0x7f07002d;
+ public static final int abc_text_size_caption_material = 0x7f07002e;
+ public static final int abc_text_size_display_1_material = 0x7f07002f;
+ public static final int abc_text_size_display_2_material = 0x7f070030;
+ public static final int abc_text_size_display_3_material = 0x7f070031;
+ public static final int abc_text_size_display_4_material = 0x7f070032;
+ public static final int abc_text_size_headline_material = 0x7f070033;
+ public static final int abc_text_size_large_material = 0x7f070034;
+ public static final int abc_text_size_medium_material = 0x7f070035;
+ public static final int abc_text_size_menu_material = 0x7f070036;
+ public static final int abc_text_size_small_material = 0x7f070037;
+ public static final int abc_text_size_subhead_material = 0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070039;
+ public static final int abc_text_size_title_material = 0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar = 0x7f07003b;
+ public static final int dialog_fixed_height_major = 0x7f07003e;
+ public static final int dialog_fixed_height_minor = 0x7f07003f;
+ public static final int dialog_fixed_width_major = 0x7f070040;
+ public static final int dialog_fixed_width_minor = 0x7f070041;
+ public static final int disabled_alpha_material_dark = 0x7f070042;
+ public static final int disabled_alpha_material_light = 0x7f070043;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int ic_launcher = 0x7f02003c;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f080040;
+ public static final int action_bar_activity_content = 0x7f080000;
+ public static final int action_bar_container = 0x7f08003f;
+ public static final int action_bar_root = 0x7f08003b;
+ public static final int action_bar_spinner = 0x7f080001;
+ public static final int action_bar_subtitle = 0x7f080024;
+ public static final int action_bar_title = 0x7f080023;
+ public static final int action_context_bar = 0x7f080041;
+ public static final int action_menu_divider = 0x7f080002;
+ public static final int action_menu_presenter = 0x7f080003;
+ public static final int action_mode_bar = 0x7f08003d;
+ public static final int action_mode_bar_stub = 0x7f08003c;
+ public static final int action_mode_close_button = 0x7f080025;
+ public static final int activity_chooser_view_content = 0x7f080026;
+ public static final int alertTitle = 0x7f080030;
+ public static final int always = 0x7f080016;
+ public static final int beginning = 0x7f080013;
+ public static final int buttonPanel = 0x7f080036;
+ public static final int checkbox = 0x7f080038;
+ public static final int collapseActionView = 0x7f080017;
+ public static final int contentPanel = 0x7f080031;
+ public static final int custom = 0x7f080035;
+ public static final int customPanel = 0x7f080034;
+ public static final int decor_content_parent = 0x7f08003e;
+ public static final int default_activity_button = 0x7f080029;
+ public static final int dialog = 0x7f08001b;
+ public static final int disableHome = 0x7f08000c;
+ public static final int dropdown = 0x7f08001c;
+ public static final int edit_query = 0x7f080042;
+ public static final int end = 0x7f080014;
+ public static final int expand_activities_button = 0x7f080027;
+ public static final int expanded_menu = 0x7f080037;
+ public static final int got_it_button_view = 0x7f080056;
+ public static final int home = 0x7f080004;
+ public static final int homeAsUp = 0x7f08000d;
+ public static final int icon = 0x7f08002b;
+ public static final int ifRoom = 0x7f080018;
+ public static final int image = 0x7f080028;
+ public static final int listMode = 0x7f080009;
+ public static final int list_item = 0x7f08002a;
+ public static final int middle = 0x7f080015;
+ public static final int multiply = 0x7f08001e;
+ public static final int never = 0x7f080019;
+ public static final int none = 0x7f08000e;
+ public static final int normal = 0x7f08000a;
+ public static final int parentPanel = 0x7f08002d;
+ public static final int progress_circular = 0x7f080005;
+ public static final int progress_horizontal = 0x7f080006;
+ public static final int radio = 0x7f08003a;
+ public static final int screen = 0x7f08001f;
+ public static final int scrollView = 0x7f080032;
+ public static final int search_badge = 0x7f080044;
+ public static final int search_bar = 0x7f080043;
+ public static final int search_button = 0x7f080045;
+ public static final int search_close_btn = 0x7f08004a;
+ public static final int search_edit_frame = 0x7f080046;
+ public static final int search_go_btn = 0x7f08004c;
+ public static final int search_mag_icon = 0x7f080047;
+ public static final int search_plate = 0x7f080048;
+ public static final int search_src_text = 0x7f080049;
+ public static final int search_voice_btn = 0x7f08004d;
+ public static final int select_dialog_listview = 0x7f08004e;
+ public static final int shortcut = 0x7f080039;
+ public static final int showCustom = 0x7f08000f;
+ public static final int showHome = 0x7f080010;
+ public static final int showTitle = 0x7f080011;
+ public static final int skip_button_view = 0x7f080057;
+ public static final int split_action_bar = 0x7f080007;
+ public static final int src_atop = 0x7f080020;
+ public static final int src_in = 0x7f080021;
+ public static final int src_over = 0x7f080022;
+ public static final int submit_area = 0x7f08004b;
+ public static final int tabMode = 0x7f08000b;
+ public static final int textSpacerNoButtons = 0x7f080033;
+ public static final int title = 0x7f08002c;
+ public static final int title_template = 0x7f08002f;
+ public static final int title_view = 0x7f080058;
+ public static final int topPanel = 0x7f08002e;
+ public static final int tutorial_info_text = 0x7f080059;
+ public static final int tutorial_layout = 0x7f080055;
+ public static final int up = 0x7f080008;
+ public static final int useLogo = 0x7f080012;
+ public static final int withText = 0x7f08001a;
+ public static final int wrap_content = 0x7f08001d;
+ }
+ 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 abc_max_action_buttons = 0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f030000;
+ public static final int abc_action_bar_up_container = 0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f030002;
+ public static final int abc_action_menu_item_layout = 0x7f030003;
+ public static final int abc_action_menu_layout = 0x7f030004;
+ public static final int abc_action_mode_bar = 0x7f030005;
+ public static final int abc_action_mode_close_item_material = 0x7f030006;
+ public static final int abc_activity_chooser_view = 0x7f030007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f030008;
+ public static final int abc_alert_dialog_material = 0x7f030009;
+ public static final int abc_dialog_title_material = 0x7f03000a;
+ public static final int abc_expanded_menu_layout = 0x7f03000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f03000c;
+ public static final int abc_list_menu_item_icon = 0x7f03000d;
+ public static final int abc_list_menu_item_layout = 0x7f03000e;
+ public static final int abc_list_menu_item_radio = 0x7f03000f;
+ public static final int abc_popup_menu_item_layout = 0x7f030010;
+ public static final int abc_screen_content_include = 0x7f030011;
+ public static final int abc_screen_simple = 0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f030013;
+ public static final int abc_screen_toolbar = 0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f030015;
+ public static final int abc_search_view = 0x7f030016;
+ public static final int abc_select_dialog_material = 0x7f030017;
+ public static final int abc_simple_dropdown_hint = 0x7f030018;
+ public static final int activity_tutorial_layout = 0x7f03001a;
+ public static final int got_it_button_view = 0x7f03001b;
+ public static final int select_dialog_item_material = 0x7f03001c;
+ public static final int select_dialog_multichoice_material = 0x7f03001d;
+ public static final int select_dialog_singlechoice_material = 0x7f03001e;
+ public static final int skip_button_view = 0x7f03001f;
+ public static final int support_simple_spinner_dropdown_item = 0x7f030020;
+ public static final int title_view = 0x7f030021;
+ public static final int tutorial_text = 0x7f030022;
+ public static final int tutorial_text_custom_test = 0x7f030023;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0a0000;
+ public static final int abc_action_bar_home_description_format = 0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0a0002;
+ public static final int abc_action_bar_up_description = 0x7f0a0003;
+ public static final int abc_action_menu_overflow_description = 0x7f0a0004;
+ public static final int abc_action_mode_done = 0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application = 0x7f0a0007;
+ public static final int abc_search_hint = 0x7f0a0008;
+ public static final int abc_searchview_description_clear = 0x7f0a0009;
+ public static final int abc_searchview_description_query = 0x7f0a000a;
+ public static final int abc_searchview_description_search = 0x7f0a000b;
+ public static final int abc_searchview_description_submit = 0x7f0a000c;
+ public static final int abc_searchview_description_voice = 0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0a000f;
+ public static final int abc_toolbar_collapse_description = 0x7f0a0010;
+ public static final int app_name = 0x7f0a0011;
+ public static final int got_it_button_text = 0x7f0a0012;
+ public static final int skip_button_text = 0x7f0a0013;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light = 0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog = 0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0b0003;
+ public static final int Base_AlertDialog_AppCompat = 0x7f0b0005;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f0b0006;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f0b0007;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0b0008;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0b000a;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f0b0009;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0b0030;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b0033;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b0034;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b0046;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0b0047;
+ public static final int Base_Theme_AppCompat = 0x7f0b0035;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0b0036;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0b0037;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0b0039;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0b003a;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b0042;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0b0040;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b0041;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0b0111;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0b0112;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0b011b;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0b011c;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0b004a;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0b0054;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0b0055;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0b0056;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0b0057;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0b005c;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b005d;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b005a;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0b005b;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0b0062;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0b0063;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0b006b;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0b006f;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0072;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0b0074;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0075;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0b0077;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b007a;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0b007b;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0b007d;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b007e;
+ public static final int Platform_AppCompat = 0x7f0b007f;
+ public static final int Platform_AppCompat_Light = 0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0b0081;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0b0082;
+ public static final int Platform_V11_AppCompat = 0x7f0b0113;
+ public static final int Platform_V11_AppCompat_Light = 0x7f0b0114;
+ public static final int Platform_V12_AppCompat = 0x7f0b0115;
+ public static final int Platform_V12_AppCompat_Light = 0x7f0b0116;
+ public static final int Platform_V14_AppCompat = 0x7f0b0117;
+ public static final int Platform_V14_AppCompat_Light = 0x7f0b0118;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0b008d;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b008e;
+ public static final int TextAppearance_AppCompat = 0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0b00b7;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b00ba;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b00bb;
+ public static final int ThemeOverlay_AppCompat = 0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b00cd;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0b00ce;
+ public static final int Theme_AppCompat = 0x7f0b00bc;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0b00bd;
+ public static final int Theme_AppCompat_Dialog = 0x7f0b00be;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0b00c1;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0b00bf;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0b00c0;
+ public static final int Theme_AppCompat_Light = 0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b00c7;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0b00c8;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0b00c9;
+ public static final int TutorialActivityTheme = 0x7f0b00cf;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0b00d7;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0b00d8;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0b00d9;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0b00da;
+ public static final int Widget_AppCompat_Button = 0x7f0b00db;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f0b00e0;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b00e1;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b00de;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0b00df;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b00e3;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0b00e4;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0b00e5;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0b00e6;
+ public static final int Widget_AppCompat_EditText = 0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0b00fc;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0b00fd;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView = 0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0b0100;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0b0102;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0103;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0b0105;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0106;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView = 0x7f0b0108;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner = 0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b010c;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0b010d;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0b010f;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b0110;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
+ public static final int AlertDialog_android_layout = 0;
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ public static final int AlertDialog_listItemLayout = 5;
+ public static final int AlertDialog_listLayout = 2;
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f };
+ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ public static final int LinearLayoutCompat_divider = 5;
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ public static final int LinearLayoutCompat_showDividers = 7;
+ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ public static final int MenuGroup_android_enabled = 0;
+ public static final int MenuGroup_android_id = 1;
+ public static final int MenuGroup_android_menuCategory = 3;
+ public static final int MenuGroup_android_orderInCategory = 4;
+ public static final int MenuGroup_android_visible = 2;
+ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 };
+ public static final int MenuItem_actionLayout = 14;
+ public static final int MenuItem_actionProviderClass = 16;
+ public static final int MenuItem_actionViewClass = 15;
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ public static final int MenuItem_android_checkable = 11;
+ public static final int MenuItem_android_checked = 3;
+ public static final int MenuItem_android_enabled = 1;
+ public static final int MenuItem_android_icon = 0;
+ public static final int MenuItem_android_id = 2;
+ public static final int MenuItem_android_menuCategory = 5;
+ public static final int MenuItem_android_numericShortcut = 10;
+ public static final int MenuItem_android_onClick = 12;
+ public static final int MenuItem_android_orderInCategory = 6;
+ public static final int MenuItem_android_title = 7;
+ public static final int MenuItem_android_titleCondensed = 8;
+ public static final int MenuItem_android_visible = 4;
+ public static final int MenuItem_showAsAction = 13;
+ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 };
+ public static final int MenuView_android_headerBackground = 4;
+ public static final int MenuView_android_horizontalDivider = 2;
+ public static final int MenuView_android_itemBackground = 5;
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ public static final int MenuView_android_itemTextAppearance = 1;
+ public static final int MenuView_android_verticalDivider = 3;
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ public static final int MenuView_preserveIconSpacing = 7;
+ public static final int[] PopupWindow = { 0x01010176, 0x7f010035 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010036 };
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ public static final int PopupWindow_android_popupBackground = 0;
+ public static final int PopupWindow_overlapAnchor = 1;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 12;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 14;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 10;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 15;
+ public static final int SearchView_suggestionRowLayout = 13;
+ public static final int SearchView_voiceIcon = 11;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ public static final int SwitchCompat_android_textOff = 1;
+ public static final int SwitchCompat_android_textOn = 0;
+ public static final int SwitchCompat_android_thumb = 2;
+ public static final int SwitchCompat_showText = 9;
+ public static final int SwitchCompat_splitTrack = 8;
+ public static final int SwitchCompat_switchMinWidth = 6;
+ public static final int SwitchCompat_switchPadding = 7;
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ public static final int SwitchCompat_track = 3;
+ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 };
+ public static final int TextAppearance_android_textColor = 3;
+ public static final int TextAppearance_android_textSize = 0;
+ public static final int TextAppearance_android_textStyle = 2;
+ public static final int TextAppearance_android_typeface = 1;
+ public static final int TextAppearance_textAllCaps = 4;
+ public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 56;
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ public static final int Theme_alertDialogCenterButtons = 90;
+ public static final int Theme_alertDialogStyle = 88;
+ public static final int Theme_alertDialogTheme = 91;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 97;
+ public static final int Theme_buttonStyleSmall = 98;
+ public static final int Theme_checkboxStyle = 99;
+ public static final int Theme_checkedTextViewStyle = 100;
+ public static final int Theme_colorAccent = 82;
+ public static final int Theme_colorButtonNormal = 86;
+ public static final int Theme_colorControlActivated = 84;
+ public static final int Theme_colorControlHighlight = 85;
+ public static final int Theme_colorControlNormal = 83;
+ public static final int Theme_colorPrimary = 80;
+ public static final int Theme_colorPrimaryDark = 81;
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 55;
+ public static final int Theme_dividerVertical = 54;
+ public static final int Theme_dropDownListViewStyle = 72;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 62;
+ public static final int Theme_editTextColor = 61;
+ public static final int Theme_editTextStyle = 101;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 73;
+ public static final int Theme_listPreferredItemHeight = 67;
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ public static final int Theme_panelBackground = 76;
+ public static final int Theme_panelMenuListTheme = 78;
+ public static final int Theme_panelMenuListWidth = 77;
+ public static final int Theme_popupMenuStyle = 59;
+ public static final int Theme_popupWindowStyle = 60;
+ public static final int Theme_radioButtonStyle = 102;
+ public static final int Theme_ratingBarStyle = 103;
+ public static final int Theme_searchViewStyle = 66;
+ public static final int Theme_selectableItemBackground = 52;
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ public static final int Theme_spinnerStyle = 104;
+ public static final int Theme_switchStyle = 105;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 74;
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ public static final int Theme_textColorSearchUrl = 65;
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ public static final int Theme_toolbarStyle = 57;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/app/build/generated/source/r/debug/com/braunster/tutorialviewapp/R.java b/app/build/generated/source/r/debug/com/braunster/tutorialviewapp/R.java
new file mode 100644
index 0000000..eab13d5
--- /dev/null
+++ b/app/build/generated/source/r/debug/com/braunster/tutorialviewapp/R.java
@@ -0,0 +1,5914 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package com.braunster.tutorialviewapp;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in=0x7f040000;
+ public static final int abc_fade_out=0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom=0x7f040002;
+ public static final int abc_popup_enter=0x7f040003;
+ public static final int abc_popup_exit=0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom=0x7f040005;
+ public static final int abc_slide_in_bottom=0x7f040006;
+ public static final int abc_slide_in_top=0x7f040007;
+ public static final int abc_slide_out_bottom=0x7f040008;
+ public static final int abc_slide_out_top=0x7f040009;
+ public static final int dummy=0x7f04000a;
+ public static final int tutorial_info_view_fade_in=0x7f04000b;
+ public static final int tutorial_info_view_fade_out=0x7f04000c;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarDivider=0x7f010063;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarItemBackground=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarPopupTheme=0x7f01005d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ */
+ public static final int actionBarSize=0x7f010062;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarSplitStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabBarStyle=0x7f010059;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabStyle=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabTextStyle=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTheme=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarWidgetTheme=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionButtonStyle=0x7f01007d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionDropDownStyle=0x7f010079;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionLayout=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionMenuTextAppearance=0x7f010065;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int actionMenuTextColor=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeBackground=0x7f010069;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseButtonStyle=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseDrawable=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCopyDrawable=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCutDrawable=0x7f01006c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeFindDrawable=0x7f010071;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePasteDrawable=0x7f01006e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePopupWindowStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSelectAllDrawable=0x7f01006f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeShareDrawable=0x7f010070;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSplitBackground=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeStyle=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeWebSearchDrawable=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionOverflowButtonStyle=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionOverflowMenuStyle=0x7f01005c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int actionProviderClass=0x7f010033;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int actionViewClass=0x7f010032;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int activityChooserViewStyle=0x7f010084;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogButtonGroupStyle=0x7f0100a5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int alertDialogCenterButtons=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogStyle=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogTheme=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int autoCompleteTextViewStyle=0x7f0100ac;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundStacked=0x7f01000d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int backgroundTint=0x7f0100c5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ */
+ public static final int backgroundTintMode=0x7f0100c6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int barSize=0x7f01002b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarButtonStyle=0x7f01007f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNegativeButtonStyle=0x7f0100aa;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNeutralButtonStyle=0x7f0100ab;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarPositiveButtonStyle=0x7f0100a9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarStyle=0x7f01007e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonPanelSideLayout=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonStyle=0x7f0100ad;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonStyleSmall=0x7f0100ae;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int checkboxStyle=0x7f0100af;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int checkedTextViewStyle=0x7f0100b0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeIcon=0x7f01003a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int collapseContentDescription=0x7f0100bf;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int collapseIcon=0x7f0100be;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int color=0x7f010025;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorAccent=0x7f01009e;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorButtonNormal=0x7f0100a2;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlActivated=0x7f0100a0;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlHighlight=0x7f0100a1;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlNormal=0x7f01009f;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorPrimary=0x7f01009c;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorPrimaryDark=0x7f01009d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorSwitchThumbNormal=0x7f0100a3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int commitIcon=0x7f01003f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01000f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dialogPreferredPadding=0x7f010077;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dialogTheme=0x7f010076;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int disableChildrenWhenDisabled=0x7f010046;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static final int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerHorizontal=0x7f010083;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dividerPadding=0x7f01002f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerVertical=0x7f010082;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int drawableSize=0x7f010027;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int drawerArrowStyle=0x7f010000;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dropDownListViewStyle=0x7f010094;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dropdownListPreferredItemHeight=0x7f01007a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextBackground=0x7f01008a;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int editTextColor=0x7f010089;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextStyle=0x7f0100b1;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int gapBetweenBars=0x7f010028;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int goIcon=0x7f01003b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeAsUpIndicator=0x7f01007c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int iconifiedByDefault=0x7f010038;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listChoiceBackgroundIndicator=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listDividerAlertDialog=0x7f010078;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listItemLayout=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listLayout=0x7f010020;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listPopupWindowStyle=0x7f010095;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeight=0x7f01008f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightLarge=0x7f010091;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightSmall=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemPaddingLeft=0x7f010092;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemPaddingRight=0x7f010093;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int maxButtonHeight=0x7f0100bd;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int measureWithLargestChild=0x7f01002d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int middleBarArrowSize=0x7f01002a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int multiChoiceItemLayout=0x7f010021;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int navigationContentDescription=0x7f0100c1;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int navigationIcon=0x7f0100c0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static final int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int overlapAnchor=0x7f010035;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int paddingEnd=0x7f0100c3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int paddingStart=0x7f0100c2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelBackground=0x7f010098;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelMenuListTheme=0x7f01009a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int panelMenuListWidth=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupMenuStyle=0x7f010087;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupPromptView=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupWindowStyle=0x7f010088;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int preserveIconSpacing=0x7f010034;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int prompt=0x7f010043;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int queryBackground=0x7f010041;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int queryHint=0x7f010039;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int radioButtonStyle=0x7f0100b2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int ratingBarStyle=0x7f0100b3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchHintIcon=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchIcon=0x7f01003c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchViewStyle=0x7f01008e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackground=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackgroundBorderless=0x7f010081;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ */
+ public static final int showAsAction=0x7f010030;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ */
+ public static final int showDividers=0x7f01002e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int showText=0x7f01004d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int singleChoiceItemLayout=0x7f010022;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int spinBars=0x7f010026;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int spinnerDropDownItemStyle=0x7f01007b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static final int spinnerMode=0x7f010044;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int spinnerStyle=0x7f0100b4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int splitTrack=0x7f01004c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int state_above_anchor=0x7f010036;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int submitBackground=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextAppearance=0x7f0100b7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int suggestionRowLayout=0x7f010040;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchMinWidth=0x7f01004a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchPadding=0x7f01004b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchStyle=0x7f0100b5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchTextAppearance=0x7f010049;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ */
+ public static final int textAllCaps=0x7f010024;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceLargePopupMenu=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItem=0x7f010096;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItemSmall=0x7f010097;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultSubtitle=0x7f01008c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultTitle=0x7f01008b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSmallPopupMenu=0x7f010075;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int textColorAlertDialogListItem=0x7f0100a8;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int textColorSearchUrl=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int theme=0x7f0100c4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int thickness=0x7f01002c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int thumbTextPadding=0x7f010048;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginBottom=0x7f0100bc;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginEnd=0x7f0100ba;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginStart=0x7f0100b9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginTop=0x7f0100bb;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMargins=0x7f0100b8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextAppearance=0x7f0100b6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarNavigationButtonStyle=0x7f010086;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarStyle=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int topBottomBarArrowSize=0x7f010029;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int track=0x7f010047;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int voiceIcon=0x7f01003e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBar=0x7f01004e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBarOverlay=0x7f010050;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionModeOverlay=0x7f010051;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedHeightMajor=0x7f010055;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedHeightMinor=0x7f010053;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedWidthMajor=0x7f010052;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedWidthMinor=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowMinWidthMajor=0x7f010056;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowMinWidthMinor=0x7f010057;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowNoTitle=0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside=0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f060034;
+ public static final int abc_input_method_navigation_guard=0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light=0x7f060036;
+ public static final int abc_primary_text_material_dark=0x7f060037;
+ public static final int abc_primary_text_material_light=0x7f060038;
+ public static final int abc_search_url_text=0x7f060039;
+ public static final int abc_search_url_text_normal=0x7f060001;
+ public static final int abc_search_url_text_pressed=0x7f060002;
+ public static final int abc_search_url_text_selected=0x7f060003;
+ public static final int abc_secondary_text_material_dark=0x7f06003a;
+ public static final int abc_secondary_text_material_light=0x7f06003b;
+ public static final int accent_material_dark=0x7f060004;
+ public static final int accent_material_light=0x7f060005;
+ public static final int background_floating_material_dark=0x7f060006;
+ public static final int background_floating_material_light=0x7f060007;
+ public static final int background_material_dark=0x7f060008;
+ public static final int background_material_light=0x7f060009;
+ public static final int bright_foreground_disabled_material_dark=0x7f06000a;
+ public static final int bright_foreground_disabled_material_light=0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark=0x7f06000c;
+ public static final int bright_foreground_inverse_material_light=0x7f06000d;
+ public static final int bright_foreground_material_dark=0x7f06000e;
+ public static final int bright_foreground_material_light=0x7f06000f;
+ public static final int button_material_dark=0x7f060010;
+ public static final int button_material_light=0x7f060011;
+ public static final int dim_foreground_disabled_material_dark=0x7f060012;
+ public static final int dim_foreground_disabled_material_light=0x7f060013;
+ public static final int dim_foreground_material_dark=0x7f060014;
+ public static final int dim_foreground_material_light=0x7f060015;
+ public static final int highlighted_text_material_dark=0x7f060016;
+ public static final int highlighted_text_material_light=0x7f060017;
+ public static final int hint_foreground_material_dark=0x7f060018;
+ public static final int hint_foreground_material_light=0x7f060019;
+ public static final int link_text_material_dark=0x7f06001a;
+ public static final int link_text_material_light=0x7f06001b;
+ public static final int material_blue_grey_800=0x7f06001c;
+ public static final int material_blue_grey_900=0x7f06001d;
+ public static final int material_blue_grey_950=0x7f06001e;
+ public static final int material_deep_teal_200=0x7f06001f;
+ public static final int material_deep_teal_500=0x7f060020;
+ public static final int primary_dark_material_dark=0x7f060021;
+ public static final int primary_dark_material_light=0x7f060022;
+ public static final int primary_material_dark=0x7f060023;
+ public static final int primary_material_light=0x7f060024;
+ public static final int primary_text_default_material_dark=0x7f060025;
+ public static final int primary_text_default_material_light=0x7f060026;
+ public static final int primary_text_disabled_material_dark=0x7f060027;
+ public static final int primary_text_disabled_material_light=0x7f060028;
+ public static final int ripple_material_dark=0x7f060029;
+ public static final int ripple_material_light=0x7f06002a;
+ public static final int secondary_text_default_material_dark=0x7f06002b;
+ public static final int secondary_text_default_material_light=0x7f06002c;
+ public static final int secondary_text_disabled_material_dark=0x7f06002d;
+ public static final int secondary_text_disabled_material_light=0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark=0x7f06002f;
+ public static final int switch_thumb_disabled_material_light=0x7f060030;
+ public static final int switch_thumb_material_dark=0x7f06003c;
+ public static final int switch_thumb_material_light=0x7f06003d;
+ public static final int switch_thumb_normal_material_dark=0x7f060031;
+ public static final int switch_thumb_normal_material_light=0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material=0x7f070000;
+ public static final int abc_action_bar_default_height_material=0x7f070001;
+ public static final int abc_action_bar_default_padding_material=0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material=0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material=0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material=0x7f070006;
+ public static final int abc_action_bar_progress_bar_size=0x7f070007;
+ public static final int abc_action_bar_stacked_max_height=0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f07000b;
+ public static final int abc_action_button_min_height_material=0x7f07000c;
+ public static final int abc_action_button_min_width_material=0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material=0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height=0x7f07000f;
+ public static final int abc_button_inset_horizontal_material=0x7f070010;
+ public static final int abc_button_inset_vertical_material=0x7f070011;
+ public static final int abc_button_padding_horizontal_material=0x7f070012;
+ public static final int abc_button_padding_vertical_material=0x7f070013;
+ public static final int abc_config_prefDialogWidth=0x7f070014;
+ public static final int abc_control_corner_material=0x7f070015;
+ public static final int abc_control_inset_material=0x7f070016;
+ public static final int abc_control_padding_material=0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material=0x7f070018;
+ public static final int abc_dialog_min_width_major=0x7f070019;
+ public static final int abc_dialog_min_width_minor=0x7f07001a;
+ public static final int abc_dialog_padding_material=0x7f07001b;
+ public static final int abc_dialog_padding_top_material=0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark=0x7f07001d;
+ public static final int abc_disabled_alpha_material_light=0x7f07001e;
+ public static final int abc_dropdownitem_icon_width=0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left=0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right=0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material=0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material=0x7f070023;
+ public static final int abc_edit_text_inset_top_material=0x7f070024;
+ public static final int abc_floating_window_z=0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material=0x7f070026;
+ public static final int abc_panel_menu_list_width=0x7f070027;
+ public static final int abc_search_view_preferred_width=0x7f070028;
+ public static final int abc_search_view_text_min_width=0x7f070029;
+ public static final int abc_switch_padding=0x7f07002a;
+ public static final int abc_text_size_body_1_material=0x7f07002b;
+ public static final int abc_text_size_body_2_material=0x7f07002c;
+ public static final int abc_text_size_button_material=0x7f07002d;
+ public static final int abc_text_size_caption_material=0x7f07002e;
+ public static final int abc_text_size_display_1_material=0x7f07002f;
+ public static final int abc_text_size_display_2_material=0x7f070030;
+ public static final int abc_text_size_display_3_material=0x7f070031;
+ public static final int abc_text_size_display_4_material=0x7f070032;
+ public static final int abc_text_size_headline_material=0x7f070033;
+ public static final int abc_text_size_large_material=0x7f070034;
+ public static final int abc_text_size_medium_material=0x7f070035;
+ public static final int abc_text_size_menu_material=0x7f070036;
+ public static final int abc_text_size_small_material=0x7f070037;
+ public static final int abc_text_size_subhead_material=0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f070039;
+ public static final int abc_text_size_title_material=0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar=0x7f07003b;
+ public static final int activity_horizontal_margin=0x7f07003c;
+ public static final int activity_vertical_margin=0x7f07003d;
+ public static final int dialog_fixed_height_major=0x7f07003e;
+ public static final int dialog_fixed_height_minor=0x7f07003f;
+ public static final int dialog_fixed_width_major=0x7f070040;
+ public static final int dialog_fixed_width_minor=0x7f070041;
+ public static final int disabled_alpha_material_dark=0x7f070042;
+ public static final int disabled_alpha_material_light=0x7f070043;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_btn_borderless_material=0x7f020001;
+ public static final int abc_btn_check_material=0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020004;
+ public static final int abc_btn_default_mtrl_shape=0x7f020005;
+ public static final int abc_btn_radio_material=0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
+ public static final int abc_cab_background_internal_bg=0x7f02000d;
+ public static final int abc_cab_background_top_material=0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f;
+ public static final int abc_dialog_material_background_dark=0x7f020010;
+ public static final int abc_dialog_material_background_light=0x7f020011;
+ public static final int abc_edit_text_material=0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e;
+ public static final int abc_item_background_holo_dark=0x7f02001f;
+ public static final int abc_item_background_holo_light=0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha=0x7f020021;
+ public static final int abc_list_focused_holo=0x7f020022;
+ public static final int abc_list_longpressed_holo=0x7f020023;
+ public static final int abc_list_pressed_holo_dark=0x7f020024;
+ public static final int abc_list_pressed_holo_light=0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light=0x7f020029;
+ public static final int abc_list_selector_holo_dark=0x7f02002a;
+ public static final int abc_list_selector_holo_light=0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult=0x7f02002d;
+ public static final int abc_ratingbar_full_material=0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f02002f;
+ public static final int abc_spinner_textfield_background_material=0x7f020030;
+ public static final int abc_switch_thumb_material=0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha=0x7f020032;
+ public static final int abc_tab_indicator_material=0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha=0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f020039;
+ public static final int abc_textfield_search_material=0x7f02003a;
+ public static final int circle_button=0x7f02003b;
+ public static final int ic_launcher=0x7f02003c;
+ }
+ public static final class id {
+ public static final int action_bar=0x7f080040;
+ public static final int action_bar_activity_content=0x7f080000;
+ public static final int action_bar_container=0x7f08003f;
+ public static final int action_bar_root=0x7f08003b;
+ public static final int action_bar_spinner=0x7f080001;
+ public static final int action_bar_subtitle=0x7f080024;
+ public static final int action_bar_title=0x7f080023;
+ public static final int action_context_bar=0x7f080041;
+ public static final int action_menu_divider=0x7f080002;
+ public static final int action_menu_presenter=0x7f080003;
+ public static final int action_mode_bar=0x7f08003d;
+ public static final int action_mode_bar_stub=0x7f08003c;
+ public static final int action_mode_close_button=0x7f080025;
+ public static final int activity_chooser_view_content=0x7f080026;
+ public static final int alertTitle=0x7f080030;
+ public static final int always=0x7f080016;
+ public static final int beginning=0x7f080013;
+ public static final int buttonPanel=0x7f080036;
+ public static final int checkbox=0x7f080038;
+ public static final int collapseActionView=0x7f080017;
+ public static final int contentPanel=0x7f080031;
+ public static final int custom=0x7f080035;
+ public static final int customPanel=0x7f080034;
+ public static final int decor_content_parent=0x7f08003e;
+ public static final int default_activity_button=0x7f080029;
+ public static final int dialog=0x7f08001b;
+ public static final int disableHome=0x7f08000c;
+ public static final int dropdown=0x7f08001c;
+ public static final int edit_query=0x7f080042;
+ public static final int end=0x7f080014;
+ public static final int expand_activities_button=0x7f080027;
+ public static final int expanded_menu=0x7f080037;
+ public static final int got_it_button_view=0x7f080056;
+ public static final int home=0x7f080004;
+ public static final int homeAsUp=0x7f08000d;
+ public static final int icon=0x7f08002b;
+ public static final int ifRoom=0x7f080018;
+ public static final int image=0x7f080028;
+ public static final int listMode=0x7f080009;
+ public static final int list_item=0x7f08002a;
+ public static final int middle=0x7f080015;
+ public static final int multiply=0x7f08001e;
+ public static final int never=0x7f080019;
+ public static final int none=0x7f08000e;
+ public static final int normal=0x7f08000a;
+ public static final int parentPanel=0x7f08002d;
+ public static final int progress_circular=0x7f080005;
+ public static final int progress_horizontal=0x7f080006;
+ public static final int radio=0x7f08003a;
+ public static final int screen=0x7f08001f;
+ public static final int scrollView=0x7f080032;
+ public static final int search_badge=0x7f080044;
+ public static final int search_bar=0x7f080043;
+ public static final int search_button=0x7f080045;
+ public static final int search_close_btn=0x7f08004a;
+ public static final int search_edit_frame=0x7f080046;
+ public static final int search_go_btn=0x7f08004c;
+ public static final int search_mag_icon=0x7f080047;
+ public static final int search_plate=0x7f080048;
+ public static final int search_src_text=0x7f080049;
+ public static final int search_voice_btn=0x7f08004d;
+ public static final int select_dialog_listview=0x7f08004e;
+ public static final int shortcut=0x7f080039;
+ public static final int showCustom=0x7f08000f;
+ public static final int showHome=0x7f080010;
+ public static final int showTitle=0x7f080011;
+ public static final int skip_button_view=0x7f080057;
+ public static final int split_action_bar=0x7f080007;
+ public static final int src_atop=0x7f080020;
+ public static final int src_in=0x7f080021;
+ public static final int src_over=0x7f080022;
+ public static final int submit_area=0x7f08004b;
+ public static final int tabMode=0x7f08000b;
+ public static final int textSpacerNoButtons=0x7f080033;
+ public static final int title=0x7f08002c;
+ public static final int title_template=0x7f08002f;
+ public static final int title_view=0x7f080058;
+ public static final int topPanel=0x7f08002e;
+ public static final int tutorial_info_text=0x7f080059;
+ public static final int tutorial_layout=0x7f080055;
+ public static final int txt_version=0x7f080054;
+ public static final int up=0x7f080008;
+ public static final int useLogo=0x7f080012;
+ public static final int view_almost_top_right=0x7f08004f;
+ public static final int view_bottom_left=0x7f080052;
+ public static final int view_center=0x7f080050;
+ public static final int view_top_left=0x7f080051;
+ public static final int view_top_right=0x7f080053;
+ public static final int withText=0x7f08001a;
+ public static final int wrap_content=0x7f08001d;
+ }
+ 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 abc_max_action_buttons=0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item=0x7f030000;
+ public static final int abc_action_bar_up_container=0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout=0x7f030002;
+ public static final int abc_action_menu_item_layout=0x7f030003;
+ public static final int abc_action_menu_layout=0x7f030004;
+ public static final int abc_action_mode_bar=0x7f030005;
+ public static final int abc_action_mode_close_item_material=0x7f030006;
+ public static final int abc_activity_chooser_view=0x7f030007;
+ public static final int abc_activity_chooser_view_list_item=0x7f030008;
+ public static final int abc_alert_dialog_material=0x7f030009;
+ public static final int abc_dialog_title_material=0x7f03000a;
+ public static final int abc_expanded_menu_layout=0x7f03000b;
+ public static final int abc_list_menu_item_checkbox=0x7f03000c;
+ public static final int abc_list_menu_item_icon=0x7f03000d;
+ public static final int abc_list_menu_item_layout=0x7f03000e;
+ public static final int abc_list_menu_item_radio=0x7f03000f;
+ public static final int abc_popup_menu_item_layout=0x7f030010;
+ public static final int abc_screen_content_include=0x7f030011;
+ public static final int abc_screen_simple=0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f030013;
+ public static final int abc_screen_toolbar=0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f030015;
+ public static final int abc_search_view=0x7f030016;
+ public static final int abc_select_dialog_material=0x7f030017;
+ public static final int abc_simple_dropdown_hint=0x7f030018;
+ public static final int activity_main=0x7f030019;
+ public static final int activity_tutorial_layout=0x7f03001a;
+ public static final int got_it_button_view=0x7f03001b;
+ public static final int select_dialog_item_material=0x7f03001c;
+ public static final int select_dialog_multichoice_material=0x7f03001d;
+ public static final int select_dialog_singlechoice_material=0x7f03001e;
+ public static final int skip_button_view=0x7f03001f;
+ public static final int support_simple_spinner_dropdown_item=0x7f030020;
+ public static final int title_view=0x7f030021;
+ public static final int tutorial_text=0x7f030022;
+ public static final int tutorial_text_custom_test=0x7f030023;
+ }
+ public static final class menu {
+ public static final int menu_main=0x7f0c0000;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f0a0000;
+ public static final int abc_action_bar_home_description_format=0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f0a0002;
+ public static final int abc_action_bar_up_description=0x7f0a0003;
+ public static final int abc_action_menu_overflow_description=0x7f0a0004;
+ public static final int abc_action_mode_done=0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all=0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application=0x7f0a0007;
+ public static final int abc_search_hint=0x7f0a0008;
+ public static final int abc_searchview_description_clear=0x7f0a0009;
+ public static final int abc_searchview_description_query=0x7f0a000a;
+ public static final int abc_searchview_description_search=0x7f0a000b;
+ public static final int abc_searchview_description_submit=0x7f0a000c;
+ public static final int abc_searchview_description_voice=0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with=0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application=0x7f0a000f;
+ public static final int abc_toolbar_collapse_description=0x7f0a0010;
+ public static final int app_name=0x7f0a0011;
+ public static final int got_it_button_text=0x7f0a0012;
+ public static final int skip_button_text=0x7f0a0013;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat=0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light=0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog=0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp=0x7f0b0003;
+ /** Customize your theme here.
+ */
+ public static final int AppTheme=0x7f0b0004;
+ public static final int Base_AlertDialog_AppCompat=0x7f0b0005;
+ public static final int Base_AlertDialog_AppCompat_Light=0x7f0b0006;
+ public static final int Base_Animation_AppCompat_Dialog=0x7f0b0007;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f0b0008;
+ public static final int Base_DialogWindowTitle_AppCompat=0x7f0b0009;
+ public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0b000a;
+ public static final int Base_TextAppearance_AppCompat=0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b0030;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0033;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0034;
+ public static final int Base_Theme_AppCompat=0x7f0b0035;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0b0036;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f0b0037;
+ public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0039;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b003a;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Light=0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b0040;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0041;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0042;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0046;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0b0047;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0b0111;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0112;
+ public static final int Base_V21_Theme_AppCompat=0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f0b011b;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b011c;
+ public static final int Base_V7_Theme_AppCompat=0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f0b004a;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f0b0054;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0b0055;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b0056;
+ public static final int Base_Widget_AppCompat_Button=0x7f0b0057;
+ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b005a;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f0b005b;
+ public static final int Base_Widget_AppCompat_ButtonBar=0x7f0b005c;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b005d;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b005f;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b0062;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0063;
+ public static final int Base_Widget_AppCompat_EditText=0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b006b;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView=0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0b006f;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b0072;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f0b0074;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0075;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0b0077;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b007a;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b007b;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0b007d;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b007e;
+ public static final int Platform_AppCompat=0x7f0b007f;
+ public static final int Platform_AppCompat_Light=0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b0081;
+ public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0b0082;
+ public static final int Platform_V11_AppCompat=0x7f0b0113;
+ public static final int Platform_V11_AppCompat_Light=0x7f0b0114;
+ public static final int Platform_V12_AppCompat=0x7f0b0115;
+ public static final int Platform_V12_AppCompat_Light=0x7f0b0116;
+ public static final int Platform_V14_AppCompat=0x7f0b0117;
+ public static final int Platform_V14_AppCompat_Light=0x7f0b0118;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b008d;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b008e;
+ public static final int TextAppearance_AppCompat=0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Button=0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large=0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small=0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title=0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0b00b7;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00ba;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00bb;
+ public static final int Theme_AppCompat=0x7f0b00bc;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0b00bd;
+ public static final int Theme_AppCompat_Dialog=0x7f0b00be;
+ public static final int Theme_AppCompat_Dialog_Alert=0x7f0b00bf;
+ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0b00c0;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b00c1;
+ public static final int Theme_AppCompat_Light=0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b00c7;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0b00c8;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0b00c9;
+ public static final int ThemeOverlay_AppCompat=0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b00cd;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0b00ce;
+ public static final int TutorialActivityTheme=0x7f0b00cf;
+ public static final int Widget_AppCompat_ActionBar=0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton=0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b00d7;
+ public static final int Widget_AppCompat_ActionMode=0x7f0b00d8;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0b00d9;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b00da;
+ public static final int Widget_AppCompat_Button=0x7f0b00db;
+ public static final int Widget_AppCompat_Button_Borderless=0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00de;
+ public static final int Widget_AppCompat_Button_Small=0x7f0b00df;
+ public static final int Widget_AppCompat_ButtonBar=0x7f0b00e0;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00e1;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00e3;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0b00e4;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0b00e5;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b00e6;
+ public static final int Widget_AppCompat_EditText=0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f0b00fc;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b00fd;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView=0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0100;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu=0x7f0b0102;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0103;
+ public static final int Widget_AppCompat_PopupWindow=0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar=0x7f0b0105;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0106;
+ public static final int Widget_AppCompat_RatingBar=0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView=0x7f0b0108;
+ public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner=0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b010c;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f0b010d;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar=0x7f0b010f;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b0110;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#background}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#backgroundStacked}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#customNavigationLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#displayOptions}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ @attr name com.braunster.tutorialviewapp:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#divider}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#elevation}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#height}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#hideOnContentScroll}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#homeLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#icon}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#indeterminateProgressStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#itemPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#logo}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#navigationMode}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ @attr name com.braunster.tutorialviewapp:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#popupTheme}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#progressBarPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#progressBarStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#subtitle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#title}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:titleTextStyle
+ */
+ public static final int ActionBar_titleTextStyle = 5;
+ /** Attributes that can be used with a ActionBarLayout.
+
+ @see #ActionBarLayout_android_layout_gravity
+ */
+ public static final int[] ActionBarLayout = {
+ 0x010100b3
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #ActionBarLayout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ /** Attributes that can be used with a ActionMenuItemView.
+
+ @see #ActionMenuItemView_android_minWidth
+ */
+ public static final int[] ActionMenuItemView = {
+ 0x0101013f
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#minWidth}
+ attribute's value can be found in the {@link #ActionMenuItemView} array.
+ @attr name android:minWidth
+ */
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ /** Attributes that can be used with a ActionMenuView.
+ */
+ public static final int[] ActionMenuView = {
+
+ };
+ /** Attributes that can be used with a ActionMode.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#background}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#closeItemLayout}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#height}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#expandActivityOverflowButtonDrawable}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#initialActivityCount}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:initialActivityCount
+ */
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a AlertDialog.
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+ @attr name android:layout
+ */
+ public static final int AlertDialog_android_layout = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonPanelSideLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonPanelSideLayout
+ */
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:listItemLayout
+ */
+ public static final int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:listLayout
+ */
+ public static final int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#multiChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:multiChoiceItemLayout
+ */
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#singleChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:singleChoiceItemLayout
+ */
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ /** Attributes that can be used with a AppCompatTextView.
+
This symbol is the offset where the {@link android.R.attr#textAppearance}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+ @attr name android:textAppearance
+ */
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialviewapp:textAllCaps
+ */
+ public static final int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#barSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:barSize
+ */
+ public static final int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#color}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#drawableSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#gapBetweenBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#middleBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:middleBarArrowSize
+ */
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#spinBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#thickness}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#topBottomBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:topBottomBarArrowSize
+ */
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#divider}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dividerPadding}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#measureWithLargestChild}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#showDividers}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ @attr name com.braunster.tutorialviewapp:showDividers
+ */
+ public static final int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static final int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static final int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static final int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionLayout}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionProviderClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionViewClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:actionViewClass
+ */
+ public static final int MenuItem_actionViewClass = 15;
+ /**
+
This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:alphabeticShortcut
+ */
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checkable}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checkable
+ */
+ public static final int MenuItem_android_checkable = 11;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checked}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checked
+ */
+ public static final int MenuItem_android_checked = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:enabled
+ */
+ public static final int MenuItem_android_enabled = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#icon}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:icon
+ */
+ public static final int MenuItem_android_icon = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:id
+ */
+ public static final int MenuItem_android_id = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuItem_android_menuCategory = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#numericShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:numericShortcut
+ */
+ public static final int MenuItem_android_numericShortcut = 10;
+ /**
+
This symbol is the offset where the {@link android.R.attr#onClick}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:onClick
+ */
+ public static final int MenuItem_android_onClick = 12;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuItem_android_orderInCategory = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#title}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:title
+ */
+ public static final int MenuItem_android_title = 7;
+ /**
+
This symbol is the offset where the {@link android.R.attr#titleCondensed}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:titleCondensed
+ */
+ public static final int MenuItem_android_titleCondensed = 8;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:visible
+ */
+ public static final int MenuItem_android_visible = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#showAsAction}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ @attr name com.braunster.tutorialviewapp:showAsAction
+ */
+ public static final int MenuItem_showAsAction = 13;
+ /** Attributes that can be used with a MenuView.
+
This symbol is the offset where the {@link android.R.attr#headerBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:headerBackground
+ */
+ public static final int MenuView_android_headerBackground = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#horizontalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:horizontalDivider
+ */
+ public static final int MenuView_android_horizontalDivider = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemBackground
+ */
+ public static final int MenuView_android_itemBackground = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemIconDisabledAlpha
+ */
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemTextAppearance
+ */
+ public static final int MenuView_android_itemTextAppearance = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#verticalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:verticalDivider
+ */
+ public static final int MenuView_android_verticalDivider = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#preserveIconSpacing}
+ attribute's value can be found in the {@link #MenuView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static final int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#overlapAnchor}
+ attribute's value can be found in the {@link #PopupWindow} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:overlapAnchor
+ */
+ public static final int PopupWindow_overlapAnchor = 1;
+ /** Attributes that can be used with a PopupWindowBackgroundState.
+
+ @see #PopupWindowBackgroundState_state_above_anchor
+ */
+ public static final int[] PopupWindowBackgroundState = {
+ 0x7f010036
+ };
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#state_above_anchor}
+ attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static final int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static final int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static final int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static final int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#closeIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:closeIcon
+ */
+ public static final int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#commitIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:commitIcon
+ */
+ public static final int SearchView_commitIcon = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#goIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:goIcon
+ */
+ public static final int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#iconifiedByDefault}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#layout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#queryBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:queryBackground
+ */
+ public static final int SearchView_queryBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#queryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#searchHintIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:searchHintIcon
+ */
+ public static final int SearchView_searchHintIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#searchIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:searchIcon
+ */
+ public static final int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#submitBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:submitBackground
+ */
+ public static final int SearchView_submitBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#suggestionRowLayout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#voiceIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 11;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:background
+ */
+ public static final int Spinner_android_background = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownSelector}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownSelector
+ */
+ public static final int Spinner_android_dropDownSelector = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static final int Spinner_android_dropDownWidth = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:gravity
+ */
+ public static final int Spinner_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static final int Spinner_android_popupBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#disableChildrenWhenDisabled}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:disableChildrenWhenDisabled
+ */
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#popupPromptView}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:popupPromptView
+ */
+ public static final int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:prompt
+ */
+ public static final int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#spinnerMode}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ @attr name com.braunster.tutorialviewapp:spinnerMode
+ */
+ public static final int Spinner_spinnerMode = 8;
+ /** Attributes that can be used with a SwitchCompat.
+
This symbol is the offset where the {@link android.R.attr#textOff}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOff
+ */
+ public static final int SwitchCompat_android_textOff = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textOn}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOn
+ */
+ public static final int SwitchCompat_android_textOn = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#thumb}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:thumb
+ */
+ public static final int SwitchCompat_android_thumb = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#showText}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#splitTrack}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#switchMinWidth}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#switchPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#switchTextAppearance}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#thumbTextPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#track}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:track
+ */
+ public static final int SwitchCompat_track = 3;
+ /** Attributes that can be used with a TextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textColor
+ */
+ public static final int TextAppearance_android_textColor = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textSize
+ */
+ public static final int TextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textStyle}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textStyle
+ */
+ public static final int TextAppearance_android_textStyle = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#typeface}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:typeface
+ */
+ public static final int TextAppearance_android_typeface = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #TextAppearance} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialviewapp:textAllCaps
+ */
+ public static final int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarDivider}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarPopupTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarSize}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ @attr name com.braunster.tutorialviewapp:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarSplitStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarTabBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarTabStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarTabTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionBarWidgetTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionDropDownStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionMenuTextAppearance}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionMenuTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeCloseButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeCloseDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeCopyDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeCutDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeFindDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModePasteDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModePopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeSelectAllDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeShareDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeSplitBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionModeWebSearchDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionOverflowButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#actionOverflowMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#activityChooserViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 56;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#alertDialogButtonGroupStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:alertDialogButtonGroupStyle
+ */
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#alertDialogCenterButtons}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:alertDialogCenterButtons
+ */
+ public static final int Theme_alertDialogCenterButtons = 90;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#alertDialogStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:alertDialogStyle
+ */
+ public static final int Theme_alertDialogStyle = 88;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#alertDialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:alertDialogTheme
+ */
+ public static final int Theme_alertDialogTheme = 91;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static final int Theme_android_windowAnimationStyle = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowIsFloating}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowIsFloating
+ */
+ public static final int Theme_android_windowIsFloating = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#autoCompleteTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:autoCompleteTextViewStyle
+ */
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonBarButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonBarNegativeButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonBarNegativeButtonStyle
+ */
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonBarNeutralButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonBarNeutralButtonStyle
+ */
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonBarPositiveButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonBarPositiveButtonStyle
+ */
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonStyle
+ */
+ public static final int Theme_buttonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#buttonStyleSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:buttonStyleSmall
+ */
+ public static final int Theme_buttonStyleSmall = 98;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#checkboxStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:checkboxStyle
+ */
+ public static final int Theme_checkboxStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#checkedTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:checkedTextViewStyle
+ */
+ public static final int Theme_checkedTextViewStyle = 100;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorAccent}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorAccent
+ */
+ public static final int Theme_colorAccent = 82;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorButtonNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 86;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorControlActivated}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 84;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorControlHighlight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 85;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorControlNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorPrimary}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 80;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorPrimaryDark}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 81;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#colorSwitchThumbNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dialogPreferredPadding}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:dialogPreferredPadding
+ */
+ public static final int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:dialogTheme
+ */
+ public static final int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dividerHorizontal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 55;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dividerVertical}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 54;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dropDownListViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 72;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#dropdownListPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#editTextBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 62;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#editTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:editTextColor
+ */
+ public static final int Theme_editTextColor = 61;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#editTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:editTextStyle
+ */
+ public static final int Theme_editTextStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listChoiceBackgroundIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listDividerAlertDialog}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:listDividerAlertDialog
+ */
+ public static final int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 67;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPreferredItemHeightLarge}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPreferredItemHeightSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPreferredItemPaddingLeft}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#listPreferredItemPaddingRight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#panelBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:panelBackground
+ */
+ public static final int Theme_panelBackground = 76;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#panelMenuListTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 78;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#panelMenuListWidth}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 77;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#popupMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#popupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#radioButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:radioButtonStyle
+ */
+ public static final int Theme_radioButtonStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#ratingBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:ratingBarStyle
+ */
+ public static final int Theme_ratingBarStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#searchViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 66;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#selectableItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#selectableItemBackgroundBorderless}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#spinnerDropDownItemStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#spinnerStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#switchStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:switchStyle
+ */
+ public static final int Theme_switchStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceLargePopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 74;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceListItemSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceSearchResultSubtitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceSearchResultTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textAppearanceSmallPopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textColorAlertDialogListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:textColorAlertDialogListItem
+ */
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#textColorSearchUrl}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialviewapp:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 65;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#toolbarNavigationButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#toolbarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowActionBar}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowActionBarOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowActionModeOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowFixedHeightMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowFixedHeightMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowFixedWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowFixedWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowMinWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowMinWidthMajor
+ */
+ public static final int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowMinWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowMinWidthMinor
+ */
+ public static final int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#windowNoTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:windowNoTitle
+ */
+ public static final int Theme_windowNoTitle = 3;
+ /** Attributes that can be used with a Toolbar.
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:gravity
+ */
+ public static final int Toolbar_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#minHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:minHeight
+ */
+ public static final int Toolbar_android_minHeight = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#collapseContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#collapseIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#maxButtonHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#navigationContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#navigationIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#subtitle}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#subtitleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#title}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleMarginBottom}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleMarginEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleMarginStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleMarginTop}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleMargins}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#titleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:titleTextAppearance
+ */
+ public static final int Toolbar_titleTextAppearance = 9;
+ /** Attributes that can be used with a View.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:focusable
+ */
+ public static final int View_android_focusable = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:theme
+ */
+ public static final int View_android_theme = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:backgroundTint
+ */
+ public static final int View_backgroundTint = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.braunster.tutorialviewapp:backgroundTintMode
+ */
+ public static final int View_backgroundTintMode = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#paddingEnd}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:paddingEnd
+ */
+ public static final int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#paddingStart}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialviewapp:paddingStart
+ */
+ public static final int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialviewapp.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialviewapp:theme
+ */
+ public static final int View_theme = 4;
+ /** Attributes that can be used with a ViewStubCompat.
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:id
+ */
+ public static final int ViewStubCompat_android_id = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inflatedId}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:inflatedId
+ */
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:layout
+ */
+ public static final int ViewStubCompat_android_layout = 1;
+ };
+}
diff --git a/app/build/intermediates/assets/debug/fonts/olivier.ttf b/app/build/intermediates/assets/debug/fonts/olivier.ttf
new file mode 100644
index 0000000..6d56f71
Binary files /dev/null and b/app/build/intermediates/assets/debug/fonts/olivier.ttf differ
diff --git a/app/build/intermediates/assets/debug/fonts/roboto_light.ttf b/app/build/intermediates/assets/debug/fonts/roboto_light.ttf
new file mode 100644
index 0000000..13bf13a
Binary files /dev/null and b/app/build/intermediates/assets/debug/fonts/roboto_light.ttf differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class
new file mode 100644
index 0000000..e84a3fd
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class
new file mode 100644
index 0000000..1f235c1
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class
new file mode 100644
index 0000000..ec9c409
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class
new file mode 100644
index 0000000..9ab3cef
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class
new file mode 100644
index 0000000..e132a34
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class
new file mode 100644
index 0000000..dc3ba48
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class
new file mode 100644
index 0000000..103bb5d
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class
new file mode 100644
index 0000000..44ad4da
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class
new file mode 100644
index 0000000..fb8e6f5
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class
new file mode 100644
index 0000000..4344e77
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class
new file mode 100644
index 0000000..4420b7a
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class
new file mode 100644
index 0000000..fafeff0
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class
new file mode 100644
index 0000000..21a63e1
Binary files /dev/null and b/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class
new file mode 100644
index 0000000..0ef2922
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class
new file mode 100644
index 0000000..589e8d5
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class
new file mode 100644
index 0000000..c24aa12
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class
new file mode 100644
index 0000000..d2bddd4
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class
new file mode 100644
index 0000000..40f0980
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class
new file mode 100644
index 0000000..2cc8765
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class
new file mode 100644
index 0000000..83e75e3
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class
new file mode 100644
index 0000000..1388be5
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class
new file mode 100644
index 0000000..d64ad89
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class
new file mode 100644
index 0000000..d63f71b
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class
new file mode 100644
index 0000000..5c97fea
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class
new file mode 100644
index 0000000..a8649c6
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialview/R.class b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R.class
new file mode 100644
index 0000000..a0cd702
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialview/R.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/BuildConfig.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/BuildConfig.class
new file mode 100644
index 0000000..608206f
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/BuildConfig.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity$1.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity$1.class
new file mode 100644
index 0000000..8b34589
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity$1.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity.class
new file mode 100644
index 0000000..7b4a15e
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/MainActivity.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$anim.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$anim.class
new file mode 100644
index 0000000..c1c5230
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$anim.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$attr.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$attr.class
new file mode 100644
index 0000000..f6093d0
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$attr.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$bool.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$bool.class
new file mode 100644
index 0000000..b288fb9
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$bool.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$color.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$color.class
new file mode 100644
index 0000000..0c972c5
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$color.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$dimen.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$dimen.class
new file mode 100644
index 0000000..b1cc2cd
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$dimen.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$drawable.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$drawable.class
new file mode 100644
index 0000000..9445200
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$drawable.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$id.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$id.class
new file mode 100644
index 0000000..e1edc8c
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$id.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$integer.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$integer.class
new file mode 100644
index 0000000..0cbe642
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$integer.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$layout.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$layout.class
new file mode 100644
index 0000000..8adc062
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$layout.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$menu.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$menu.class
new file mode 100644
index 0000000..4f09a51
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$menu.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$string.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$string.class
new file mode 100644
index 0000000..b4e8255
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$string.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$style.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$style.class
new file mode 100644
index 0000000..af435a7
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$style.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$styleable.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$styleable.class
new file mode 100644
index 0000000..09cf530
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R$styleable.class differ
diff --git a/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R.class b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R.class
new file mode 100644
index 0000000..77aa54c
Binary files /dev/null and b/app/build/intermediates/classes/debug/com/braunster/tutorialviewapp/R.class differ
diff --git a/app/build/intermediates/dex/debug/classes.dex b/app/build/intermediates/dex/debug/classes.dex
new file mode 100644
index 0000000..dcef7e3
Binary files /dev/null and b/app/build/intermediates/dex/debug/classes.dex differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/AndroidManifest.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/AndroidManifest.xml
new file mode 100644
index 0000000..05ee62d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/AndroidManifest.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/R.txt b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/R.txt
new file mode 100644
index 0000000..eb918b8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/R.txt
@@ -0,0 +1,1139 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim dummy 0x7f04000a
+int anim tutorial_info_view_fade_in 0x7f04000b
+int anim tutorial_info_view_fade_out 0x7f04000c
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable ic_launcher 0x7f02003b
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id got_it_button_view 0x7f080050
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id skip_button_view 0x7f080051
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id title_view 0x7f080052
+int id topPanel 0x7f08002e
+int id tutorial_info_text 0x7f080053
+int id tutorial_layout 0x7f08004f
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout activity_tutorial_layout 0x7f030019
+int layout got_it_button_view 0x7f03001a
+int layout select_dialog_item_material 0x7f03001b
+int layout select_dialog_multichoice_material 0x7f03001c
+int layout select_dialog_singlechoice_material 0x7f03001d
+int layout skip_button_view 0x7f03001e
+int layout support_simple_spinner_dropdown_item 0x7f03001f
+int layout title_view 0x7f030020
+int layout tutorial_text 0x7f030021
+int layout tutorial_text_custom_test 0x7f030022
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int string app_name 0x7f0a0011
+int string got_it_button_text 0x7f0a0012
+int string skip_button_text 0x7f0a0013
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b0110
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0111
+int style Base_V21_Theme_AppCompat 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light 0x7f0b011a
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011b
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0112
+int style Platform_V11_AppCompat_Light 0x7f0b0113
+int style Platform_V12_AppCompat 0x7f0b0114
+int style Platform_V12_AppCompat_Light 0x7f0b0115
+int style Platform_V14_AppCompat 0x7f0b0116
+int style Platform_V14_AppCompat_Light 0x7f0b0117
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style TutorialActivityTheme 0x7f0b00ce
+int style Widget_AppCompat_ActionBar 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d2
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d3
+int style Widget_AppCompat_ActionButton 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d5
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d6
+int style Widget_AppCompat_ActionMode 0x7f0b00d7
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d8
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d9
+int style Widget_AppCompat_Button 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless 0x7f0b00db
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00dc
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dd
+int style Widget_AppCompat_Button_Small 0x7f0b00de
+int style Widget_AppCompat_ButtonBar 0x7f0b00df
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e2
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e3
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e4
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e5
+int style Widget_AppCompat_EditText 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f2
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f3
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f4
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f5
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f6
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f7
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f9
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00fa
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fb
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fc
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fd
+int style Widget_AppCompat_ListView 0x7f0b00fe
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00ff
+int style Widget_AppCompat_ListView_Menu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu 0x7f0b0101
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0102
+int style Widget_AppCompat_PopupWindow 0x7f0b0103
+int style Widget_AppCompat_ProgressBar 0x7f0b0104
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0105
+int style Widget_AppCompat_RatingBar 0x7f0b0106
+int style Widget_AppCompat_SearchView 0x7f0b0107
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0108
+int style Widget_AppCompat_Spinner 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b010a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010b
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010c
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010d
+int style Widget_AppCompat_Toolbar 0x7f0b010e
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010f
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/olivier.ttf b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/olivier.ttf
new file mode 100644
index 0000000..6d56f71
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/olivier.ttf differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/roboto_light.ttf b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/roboto_light.ttf
new file mode 100644
index 0000000..13bf13a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/assets/fonts/roboto_light.ttf differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/classes.jar b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/classes.jar
new file mode 100644
index 0000000..8664ed1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/dummy.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/dummy.xml
new file mode 100644
index 0000000..4db5be7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_in.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..9e88280
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_out.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..6375a18
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-hdpi-v4/ic_launcher.png b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..96a442e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-mdpi-v4/ic_launcher.png b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..359047d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xhdpi-v4/ic_launcher.png b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xxhdpi-v4/ic_launcher.png b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..4df1894
Binary files /dev/null and b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/activity_tutorial_layout.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..5f6cc4a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/got_it_button_view.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/got_it_button_view.xml
new file mode 100644
index 0000000..e20df01
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/skip_button_view.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/skip_button_view.xml
new file mode 100644
index 0000000..2080474
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/title_view.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/title_view.xml
new file mode 100644
index 0000000..83f71da
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text.xml
new file mode 100644
index 0000000..46b019f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text_custom_test.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..8d0f76f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values-v21/values.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values-v21/values.xml
new file mode 100644
index 0000000..475fcb1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values-v21/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values/values.xml b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values/values.xml
new file mode 100644
index 0000000..d727516
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/TutorialView-master/tutorial_view/unspecified/res/values/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt
new file mode 100644
index 0000000..33359f0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt
@@ -0,0 +1,1120 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id topPanel 0x7f08002e
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout select_dialog_item_material 0x7f030019
+int layout select_dialog_multichoice_material 0x7f03001a
+int layout select_dialog_singlechoice_material 0x7f03001b
+int layout support_simple_spinner_dropdown_item 0x7f03001c
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b010f
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0110
+int style Base_V21_Theme_AppCompat 0x7f0b0117
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Light 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011a
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0111
+int style Platform_V11_AppCompat_Light 0x7f0b0112
+int style Platform_V12_AppCompat 0x7f0b0113
+int style Platform_V12_AppCompat_Light 0x7f0b0114
+int style Platform_V14_AppCompat 0x7f0b0115
+int style Platform_V14_AppCompat_Light 0x7f0b0116
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style Widget_AppCompat_ActionBar 0x7f0b00ce
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d2
+int style Widget_AppCompat_ActionButton 0x7f0b00d3
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d5
+int style Widget_AppCompat_ActionMode 0x7f0b00d6
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d7
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d8
+int style Widget_AppCompat_Button 0x7f0b00d9
+int style Widget_AppCompat_Button_Borderless 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00db
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dc
+int style Widget_AppCompat_Button_Small 0x7f0b00dd
+int style Widget_AppCompat_ButtonBar 0x7f0b00de
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00df
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e2
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e3
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e4
+int style Widget_AppCompat_EditText 0x7f0b00e5
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f2
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f3
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f4
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f5
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f6
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f7
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00f9
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fa
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fb
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fc
+int style Widget_AppCompat_ListView 0x7f0b00fd
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00fe
+int style Widget_AppCompat_ListView_Menu 0x7f0b00ff
+int style Widget_AppCompat_PopupMenu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0101
+int style Widget_AppCompat_PopupWindow 0x7f0b0102
+int style Widget_AppCompat_ProgressBar 0x7f0b0103
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0104
+int style Widget_AppCompat_RatingBar 0x7f0b0105
+int style Widget_AppCompat_SearchView 0x7f0b0106
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0107
+int style Widget_AppCompat_Spinner 0x7f0b0108
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010a
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010b
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010c
+int style Widget_AppCompat_Toolbar 0x7f0b010d
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010e
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip
new file mode 100644
index 0000000..c7fed9d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar
new file mode 100644
index 0000000..e0b4e20
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml
new file mode 100644
index 0000000..35e4aa5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml
new file mode 100644
index 0000000..c71dc12
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..c9cb7d3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..c7b18b2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..535a092
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..8d28106
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..7d819d5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..7dd9880
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..e11c80c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..9fa9e4f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..61e47c2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..926f2bd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..e5c143a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..697c8ba
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..2d22cdf
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..7f4bd59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..a82fbea
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..169b3cd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml
new file mode 100644
index 0000000..9827356
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..5566c2a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..e96a7df
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..132aef8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..8e95351
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..705e0d9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b692710
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..a6b3696
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..5e0bf84
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..b2191da
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..2a94e6e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91b0cb8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..36348a8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..530ca45
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b527495
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..0d22743
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..17fc083
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..c67a5dd
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..666b10a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..133de52
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..ff3b596
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2ab970d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..08ee2b4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e075ab8
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..25274ee
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..012e524
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..68f606b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..95d3382
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..3444b5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..52655a5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..acacfd9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..f98179f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..5411635
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..ab9c90f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..db7bacc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..c38248f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..bb98c2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..4e95440
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..f23ed0a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..329d880
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..964686a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..315afd2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..170e958
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..17aacb2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..503fe9e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..e068d48
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..c6c180c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..ca4712a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..7ce06a0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..73482e2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..e1a9e0d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ffb6a77
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..c52ce7d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..df8895d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..29c798b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..4babdf2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..472faac
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..449be09
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f1b0a07
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..e4613d5
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..e31c0b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..7bc5206
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..0d10365
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..7a6d272
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..f96f64f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..468fe14
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..2ab548b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..dfc0d7e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..00cfd33
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..a4011d8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..c76ab75
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..91f62f8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..76d2c37
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..eeccbc2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..7c17788
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml
new file mode 100644
index 0000000..8050f0d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml
new file mode 100644
index 0000000..bceeaf6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml
new file mode 100644
index 0000000..495be02
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml
new file mode 100644
index 0000000..39a0b8c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml
new file mode 100644
index 0000000..078dd47
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml
new file mode 100644
index 0000000..16e784b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml
new file mode 100644
index 0000000..ef5477c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml
new file mode 100644
index 0000000..3d9628d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml
new file mode 100644
index 0000000..33867f2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml
new file mode 100644
index 0000000..24b8e51
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml
new file mode 100644
index 0000000..cd0bcbe
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml
new file mode 100644
index 0000000..ab5fea6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml
new file mode 100644
index 0000000..df9949f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml
new file mode 100644
index 0000000..329ddec
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml
new file mode 100644
index 0000000..2caae58
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml
new file mode 100644
index 0000000..e097657
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml
new file mode 100644
index 0000000..1bd7354
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml
new file mode 100644
index 0000000..28ecbb9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml
new file mode 100644
index 0000000..703a48a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml
new file mode 100644
index 0000000..ee73b76
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml
new file mode 100644
index 0000000..bd0a3ff
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..7d80f6b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..d9db7af
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml
new file mode 100644
index 0000000..5cee91f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml
new file mode 100644
index 0000000..cfbad3e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml
new file mode 100644
index 0000000..4136206
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml
new file mode 100644
index 0000000..d7b69d1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml
new file mode 100644
index 0000000..a78f16e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml
new file mode 100644
index 0000000..10416a8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml
new file mode 100644
index 0000000..e12fdb0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml
new file mode 100644
index 0000000..db23729
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml
new file mode 100644
index 0000000..167cc12
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml
new file mode 100644
index 0000000..5b2be7f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..ca71cff
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml
new file mode 100644
index 0000000..88d4282
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml
new file mode 100644
index 0000000..cbb7321
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml
new file mode 100644
index 0000000..01665e9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml
new file mode 100644
index 0000000..c3e1291
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml
new file mode 100644
index 0000000..75a944b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+ 0dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml
new file mode 100644
index 0000000..fa578f9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ true
+
+
+ true
+ 440dp
+
+
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml
new file mode 100644
index 0000000..2dccd57
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml
new file mode 100644
index 0000000..4dae547
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml
new file mode 100644
index 0000000..c5284bd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml
new file mode 100644
index 0000000..c52ce99
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml
new file mode 100644
index 0000000..24a1606
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml
new file mode 100644
index 0000000..6a742c1
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml
new file mode 100644
index 0000000..6408c6a
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml
new file mode 100644
index 0000000..8c4d77b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml
new file mode 100644
index 0000000..8881c68
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml
new file mode 100644
index 0000000..56a3b44
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml
new file mode 100644
index 0000000..58f2061
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml
new file mode 100644
index 0000000..b50f3b0
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml
new file mode 100644
index 0000000..d13752f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml
new file mode 100644
index 0000000..1f0e3b9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml
new file mode 100644
index 0000000..547dadc
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml
new file mode 100644
index 0000000..d481d7b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml
new file mode 100644
index 0000000..f3f7acd
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml
new file mode 100644
index 0000000..30e114e
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml
new file mode 100644
index 0000000..f1ea4b3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml
new file mode 100644
index 0000000..aafad0f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml
new file mode 100644
index 0000000..36e3412
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml
new file mode 100644
index 0000000..071ddaa
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml
new file mode 100644
index 0000000..ac3d4b8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml
new file mode 100644
index 0000000..0e96241
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..1f76c38
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml
new file mode 100644
index 0000000..5443056
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml
new file mode 100644
index 0000000..a2a85f2
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml
new file mode 100644
index 0000000..e126e07
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml
new file mode 100644
index 0000000..f67e79f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml
new file mode 100644
index 0000000..9fe3516
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml
new file mode 100644
index 0000000..13e26c3
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml
new file mode 100644
index 0000000..c656d55
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..6292661
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml
new file mode 100644
index 0000000..734fb2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml
new file mode 100644
index 0000000..58e8c09
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml
new file mode 100644
index 0000000..89a75f9
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml
new file mode 100644
index 0000000..41b7009
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml
new file mode 100644
index 0000000..79ff579
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml
new file mode 100644
index 0000000..24a65a7
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml
new file mode 100644
index 0000000..8fd629b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..2c8ee7d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..060127b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..67b3b2f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..aef006d
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..66422e8
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..5041515
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..35ed941
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ false
+
+
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml
new file mode 100644
index 0000000..495f124
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml
new file mode 100644
index 0000000..23ab4be
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml
new file mode 100644
index 0000000..8e253eb
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml
new file mode 100644
index 0000000..3c8273b
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml
new file mode 100644
index 0000000..439c7b6
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml
@@ -0,0 +1,1490 @@
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+ true
+ false
+ true
+
+
+ false
+
+
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+
+
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+
+
+ 0.30
+ 0.26
+
+
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+
+
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+
+
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+
+
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+
+
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+
+
+ 2
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaMetadataCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable RatingCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
@@ -0,0 +1,20 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable MediaSessionCompat.Token;
+parcelable MediaSessionCompat.QueueItem;
+parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable ParcelableVolumeInfo;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable PlaybackStateCompat;
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar
new file mode 100644
index 0000000..4b9dce4
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar differ
diff --git a/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar
new file mode 100644
index 0000000..3ba54e1
Binary files /dev/null and b/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar differ
diff --git a/app/build/intermediates/incremental/aidl/debug/dependency.store b/app/build/intermediates/incremental/aidl/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/aidl/debug/dependency.store differ
diff --git a/app/build/intermediates/incremental/aidl/test/debug/dependency.store b/app/build/intermediates/incremental/aidl/test/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/app/build/intermediates/incremental/aidl/test/debug/dependency.store differ
diff --git a/app/build/intermediates/incremental/mergeAssets/debug/merger.xml b/app/build/intermediates/incremental/mergeAssets/debug/merger.xml
new file mode 100644
index 0000000..cca0934
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeAssets/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeAssets/test/debug/merger.xml b/app/build/intermediates/incremental/mergeAssets/test/debug/merger.xml
new file mode 100644
index 0000000..4d5df8e
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeAssets/test/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeResources/debug/merger.xml b/app/build/intermediates/incremental/mergeResources/debug/merger.xml
new file mode 100644
index 0000000..2122f91
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeResources/debug/merger.xml
@@ -0,0 +1,1339 @@
+
+20dp14sptrue56dp@android:color/black8dp#ff2632382dp16dpSee all8dp#8a000000Share with %s48dp#1f000000Choose an app#36ffffff@color/material_deep_teal_200#6680cbc4#ff5a595bfalse@dimen/abc_control_padding_materialtrue@android:color/black#80fffffffalse10dpDone#ffffffff320dp4dp28dipSearch#ff616161#39000000@android:color/white7dp0.26#66009688#de00000012sp@color/material_deep_teal_20048dp#ff80cbc436dpSubmit query320dip14sp@color/bright_foreground_disabled_material_light#ffeeeeee48dp#ff00000056sp14sp95%16spCollapse#ffd6d7d7-3dp%1$s, %2$s, %3$s8dip0.3080%4dp#7fa87f#ff3030305dp#4dffffff296dp@color/bright_foreground_material_light#24000000#80bebebe180dp10dp#ffeeeeee14sp@dimen/abc_action_bar_content_inset_material40dp#ff212121@android:color/black#ffefefef22sp34sp16sp24spSearch query#ff0096886dpNavigate up3dp#80323232#ffbdbdbdMore options320dp0dp220100%320dp20sp15024dp#4Dffffff@color/bright_foreground_material_dark32dipNavigate home0.30112sp16dp0.2616dp#ff323232160dip#fff1f1f1#b3ffffff4dp#ff21272b16dpShare with@color/material_deep_teal_500%1$s, %2$s45sp@android:color/black#ffbebebe#ff757575Voice searchfalse#80000000@color/material_deep_teal_50018sp18dp#ff42424248dp65%Clear querytrue#ffbdbdbd4dp@dimen/abc_control_inset_material#ff37474f6dptrueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراکگذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینههای بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""اشتراکگذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54dip"पूर्ण""ध्वनि खोज""क्वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើសច្រើនទៀត""រួចរាល់""សម្អាតសំណួរ""ដាក់ស្នើសំណួរ""ស្វែងរកសំណួរ""ចែករំលែកជាមួយ %s""មើលទាំងអស់""ការស្វែងរកសំឡេង""រកមើលឡើងលើ""ចែករំលែកជាមួយ""រកមើលទៅដើម""ស្វែងរក""ជ្រើសកម្មវិធី""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%192dip440dp60%truetrue90%490%"ສົ່ງການຊອກຫາ""ໂຕເລືອກອື່ນ""ແບ່ງປັນກັບ %s""ລຶບຂໍ້ຄວາມຊອກຫາ""ຊອກຫາດ້ວຍສຽງ""ຂຶ້ນເທິງ""ເລືອກແອັບຯ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ""ກັບໄປໜ້າຫຼັກ""ເບິ່ງທັງຫມົດ""ແລ້ວໆ""Išvalyti užklausą""Pasirinkti programą""Pateikti užklausą""Bendrinti naudojant „%s“""Eiti į viršų""Bendrinti naudojant""Paieška balsu""Atlikta""Paieškos užklausa""Eiti į pagrindinį puslapį""Paieška""Daugiau parinkčių""Peržiūrėti viską""Skatīt visu""Izvēlieties lietotni""Pārvietoties uz sākuma ekrānu""Meklēt""Meklēšana ar balsi""Gatavs""Meklēšanas vaicājums""Kopīgot ar:""Iesniegt vaicājumu""Vairāk opciju""Pārvietoties augšup""Notīrīt vaicājumu""Kopīgot ar %s""Пребарај барање""Движи се нагоре""Поднеси барање""Види ги сите""Избери апликација""Повеќе опции""Пребарај""Сподели со""Гласовно пребарување""Готово""Движи се кон дома""Исчисти барање""ഇവരുമായി പങ്കിടുക""തിരയൽ""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""എല്ലാം കാണുക""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""കൂടുതല് ഓപ്ഷനുകള്""പൂർത്തിയാക്കി""വോയ്സ് തിരയൽ""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""അന്വേഷണം സമർപ്പിക്കുക""Хайх""Нүүр хуудас руу шилжих""Нэмэлт сонголтууд""Бүгдийг харах""Хайх асуулга""Хуваалцах""%s-тай хуваалцах""Асуулгыг цэвэрлэх""Апп сонгох""Дууссан""Дуут хайлт""Дээш шилжих""Асуулгыг илгээх""क्वेरी स्पष्ट करा""शोध""%s सह सामायिक करा""सर्व पहा""एक अॅप निवडा""वर नेव्हिगेट करा""पूर्ण झाले""क्वेरी सबमिट करा""शोध क्वेरी""यांच्यासह सामायिक करा""मुख्यपृष्ठ नेव्हिगेट करा""व्हॉइस शोध""अधिक पर्याय""Pilih apl""Selesai""Lagi pilihan""Lihat semua""Carian suara""Kongsi dengan %s""Navigasi skrin utama""Navigasi ke atas""Cari""Kongsi dengan""Pertanyaan carian""Serah pertanyaan""Kosongkan pertanyaan""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""အပေါ်သို့သွားရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""%s ကို မျှဝေပါရန်""ပိုမိုရွေးချယ်စရာများ""ရှာစရာ အချက်အလက်နေရာ""မျှဝေဖို့ ရွေးပါ""ရှာဖွေရန်""အသံဖြင့် ရှာဖွေခြင်း""မူလနေရာကို သွားရန်""Flere alternativer""Del med %s""Del med""Se alle""Slett søket""Søk""Søkeord""Velg en app""Gå til startsiden""Ferdig""Gå opp""Utfør søket""Talesøk""भ्वाइस खोजी""एउटा अनुप्रयोग छान्नुहोस्""जिज्ञासा पेस गर्नुहोस्""प्रश्न हटाउनुहोस्""जिज्ञासाको खोज गर्नुहोस्""साझेदारी गर्नुहोस्...""%s सँग साझेदारी गर्नुहोस्""सबै हेर्नुहोस्""सम्पन्न भयो""खोज्नुहोस्""गृह खोज्नुहोस्""माथि खोज्नुहोस्""थप विकल्पहरू""Meer opties""Gereed""Navigeren naar startpositie""Alles weergeven""Gesproken zoekopdracht""Zoeken""Een app selecteren""Delen met %s""Zoekopdracht""Delen met""Zoekopdracht wissen""Zoekopdracht verzenden""Omhoog navigeren""Udostępnij dla %s""Wyczyść zapytanie""Wyszukiwanie głosowe""Więcej opcji""Udostępnij dla""Gotowe""Szukaj""Przejdź do strony głównej""Wybierz aplikację""Zobacz wszystkie""Wyszukiwane hasło""Wyślij zapytanie""Przejdź wyżej"false"Limpar consulta""Mais opções""Compartilhar com %s""Enviar consulta""Navegar para cima""Concluído""Consulta de pesquisa""Navegar para a página inicial""Ver tudo""Compartilhar com""Pesquisar""Pesquisa por voz""Selecione um aplicativo""Enviar consulta""Consulta de pesquisa""Partilhar com %s""Mais opções""Partilhar com""Escolher uma aplicação""Concluído""Navegar para a página inicial""Pesquisar""Limpar consulta""Ver tudo""Pesquisa por voz""Navegar para cima""Mai multe opțiuni""Căutați""Afișați-le pe toate""Interogare de căutare""Navigați la ecranul de pornire""Alegeți o aplicaţie""Terminat""Ștergeți interogarea""Trimiteți la""Căutare vocală""Trimiteți interogarea""Trimiteți la %s""Navigați în sus""Поисковый запрос""Отправить запрос""Открыть доступ пользователю %s""Перейти на главный экран""Показать все""Голосовой поиск""Открыть доступ""Выбрать приложение""Поиск""Удалить запрос""Перейти вверх""Готово""Другие параметры""අවසාන වූ""සෙවුම් විමසුම""ඉහලට සංචාලනය කරන්න""විමසුම යොමු කරන්න""යෙදුමක් තෝරන්න""විමසුම හිස් කරන්න""සියල්ල බලන්න""සමඟ බෙදාගන්න""%s සමඟ බෙදාගන්න""ගෙදරට සංචාලනය කරන්න""සෙවීම""තවත් විකල්ප""හඬ සෙවීම""Vymazať dopyt""Hľadať""Prejsť na plochu""Zobraziť všetko""Zdieľať pomocou""Hlasové vyhľadávanie""Vyhľadávací dopyt""Zdieľať pomocou %s""Ďalšie možnosti""Prejsť hore""Odoslať dopyt""Zvoľte aplikáciu""Hotovo""Krmarjenje navzgor""Deljenje z:""Iskanje""Deljenje z""Krmarjenje domov""Glasovno iskanje""Izbira aplikacije""Iskalna poizvedba""Končano""Pošiljanje poizvedbe""Pokaži vse""Izbris poizvedbe""Več možnosti""Одлазак на Почетну""Избор апликације""Дели са апликацијом %s""Још опција""Слање упита""Гласовна претрага""Кретање нагоре""Брисање упита""Претрага""Готово""Дели са""Упит за претрагу""Прикажи све""Dela med""Visa alla""Sök""Ta bort frågan""Navigera uppåt""Fler alternativ""Dela med %s""Klart""Röstsökning""Sökfråga""Skicka fråga""Välj en app""Visa startsidan""Tafuta""Shiriki na:""Shiriki na %s""Hoja ya utafutaji""Chagua programu""Futa hoja""Nenda mwanzo""Wasilisha hoja""Tafuta kwa kutamka""Nenda juu""Nimemaliza""Chaguo zaidi""Angalia zote"580dp20dp4dp18dp64dp524dp8dp16dp"முடிந்தது""தேடல் வினவல்""மேலே வழிசெலுத்து""%s உடன் பகிர்""இதனுடன் பகிர்""முகப்பிற்கு வழிசெலுத்து""பயன்பாட்டைத் தேர்வுசெய்க""மேலும் விருப்பங்கள்""வினவலை அழி""வினவலைச் சமர்ப்பி""குரல் தேடல்""தேடு""எல்லாம் காட்டு""ప్రశ్నను క్లియర్ చేయి""వీరితో భాగస్వామ్యం చేయి""పైకి నావిగేట్ చేయండి""అనువర్తనాన్ని ఎంచుకోండి""వాయిస్ శోధన""శోధించు""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""పూర్తయింది""మరిన్ని ఎంపికలు""హోమ్కు నావిగేట్ చేయండి""ప్రశ్నని సమర్పించు""ప్రశ్న శోధించండి""ค้นหาด้วยเสียง""เสร็จสิ้น""นำทางไปหน้าแรก""แชร์กับ""แชร์กับ %s""ส่งข้อความค้นหา""นำทางขึ้น""ตัวเลือกอื่น""ดูทั้งหมด""ข้อความค้นหา""ค้นหา""เลือกแอป""ล้างข้อความค้นหา""Ibahagi sa/kay %s""Tapos na""Mag-navigate patungo sa home""Paghahanap gamit ang boses""Ibahagi sa/kay""Pumili ng isang app""Mag-navigate pataas""Isumite ang query""Maghanap""Tingnan lahat""I-clear ang query""Higit pang mga opsyon""Query sa paghahanap""Bir uygulama seçin""Sorguyu temizle""Şununla paylaş""Yukarı git""Diğer seçenekler""Tamamlandı""Sorguyu gönder""%s ile paylaş""Arama sorgusu""Sesli arama""Tümünü göster""Ana ekrana git""Ara""Пошуковий запит""Вибрати програму""Пошук""Переглянути всі""Голосовий пошук""Надіслати через %s""Перейти на головний""Інші опції""Очистити запит""Готово""Надіслати запит""Надіслати через""Перейти вгору""استفسار صاف کریں""استفسار جمع کرائیں""اشتراک کریں مع""اوپر نیویگیٹ کریں""ہوم پر نیویگیٹ کریں""صوتی تلاش""مزید اختیارات""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""ایک ایپ منتخب کریں""سبھی دیکھیں""تلاش کریں""ہو گیا""So‘rovni izlash""Yuqoriga o‘tish""So‘rovni tozalash""Tayyor""Ovozli qidiruv""Dastur tanlang""Boshiga o‘tish""Izlash""So‘rov yaratish""Qo‘shimcha sozlamalar""Barchasini ko‘rish""Bo‘lishish:"0px"Gửi truy vấn""Xóa truy vấn""Chọn một ứng dụng""Chia sẻ với %s""Thêm tùy chọn""Xong""Tìm kiếm bằng giọng nói""Xem tất cả""Tìm kiếm""Tìm kiếm truy vấn""Chia sẻ với""Điều hướng lên trên""Điều hướng về trang chủ"3truetrue45192dipfalse256dip50%false192dip70%560%90%"提交查询""转到上一层级""更多选项""语音搜索""转到主屏幕""分享方式""搜索""选择应用""查看全部""搜索查询""完成""清除查询""通过%s分享""清除查詢""更多選項""提交查詢""與「%s」分享""向上瀏覽""語音搜尋""顯示全部""選擇應用程式""搜尋""完成""搜尋查詢""分享對象""瀏覽主頁""提交查詢""選擇分享對象""查看全部""選擇應用程式""清除查詢""更多選項""與「%s」分享""搜尋""搜尋查詢""語音搜尋""向上瀏覽""瀏覽首頁""完成""Hambisa umbuzo""Yabelana no-%s""Izinketho eziningi""Kwenziwe""Umbuzo wosesho""Zulazulela phezulu""Sula inkinga""Sesha""Yabelana no-""Ukusesha ngezwi""Khetha uhlelo lokusebenza""Zulazulela ekhaya""Buka konke"SkipTutorialViewGot It16dp16dpTutorialViewAppGot It64dp
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/mergeResources/test/debug/merger.xml b/app/build/intermediates/incremental/mergeResources/test/debug/merger.xml
new file mode 100644
index 0000000..feb976d
--- /dev/null
+++ b/app/build/intermediates/incremental/mergeResources/test/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/manifests/full/debug/AndroidManifest.xml b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
new file mode 100644
index 0000000..aa8f871
--- /dev/null
+++ b/app/build/intermediates/manifests/full/debug/AndroidManifest.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/manifests/test/debug/AndroidManifest.xml b/app/build/intermediates/manifests/test/debug/AndroidManifest.xml
new file mode 100644
index 0000000..6650c85
--- /dev/null
+++ b/app/build/intermediates/manifests/test/debug/AndroidManifest.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/pre-dexed/debug/classes-2b2e2ef144321794d6f3c87d63866a36b7fac137.jar b/app/build/intermediates/pre-dexed/debug/classes-2b2e2ef144321794d6f3c87d63866a36b7fac137.jar
new file mode 100644
index 0000000..3f6a0c6
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/classes-2b2e2ef144321794d6f3c87d63866a36b7fac137.jar differ
diff --git a/app/build/intermediates/pre-dexed/debug/classes-48340c0a2afb58a42f2df3754ee6e6fafbac49cc.jar b/app/build/intermediates/pre-dexed/debug/classes-48340c0a2afb58a42f2df3754ee6e6fafbac49cc.jar
new file mode 100644
index 0000000..1a55fbb
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/classes-48340c0a2afb58a42f2df3754ee6e6fafbac49cc.jar differ
diff --git a/app/build/intermediates/pre-dexed/debug/classes-6fdadd698101c456eb162a0282b804c04605d00d.jar b/app/build/intermediates/pre-dexed/debug/classes-6fdadd698101c456eb162a0282b804c04605d00d.jar
new file mode 100644
index 0000000..4b35f1b
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/classes-6fdadd698101c456eb162a0282b804c04605d00d.jar differ
diff --git a/app/build/intermediates/pre-dexed/debug/internal_impl-22.1.1-b126fd87f1ed4a9be5cdcb40aaba03c21e6c578a.jar b/app/build/intermediates/pre-dexed/debug/internal_impl-22.1.1-b126fd87f1ed4a9be5cdcb40aaba03c21e6c578a.jar
new file mode 100644
index 0000000..64f9705
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/internal_impl-22.1.1-b126fd87f1ed4a9be5cdcb40aaba03c21e6c578a.jar differ
diff --git a/app/build/intermediates/pre-dexed/debug/library-2.4.0-1eec64b503d91cbf796889c27d4eea214db98a7f.jar b/app/build/intermediates/pre-dexed/debug/library-2.4.0-1eec64b503d91cbf796889c27d4eea214db98a7f.jar
new file mode 100644
index 0000000..716c70b
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/library-2.4.0-1eec64b503d91cbf796889c27d4eea214db98a7f.jar differ
diff --git a/app/build/intermediates/pre-dexed/debug/support-annotations-22.1.1-15fa82d68202b408e0a06e044dbe718016467e0a.jar b/app/build/intermediates/pre-dexed/debug/support-annotations-22.1.1-15fa82d68202b408e0a06e044dbe718016467e0a.jar
new file mode 100644
index 0000000..7d50d96
Binary files /dev/null and b/app/build/intermediates/pre-dexed/debug/support-annotations-22.1.1-15fa82d68202b408e0a06e044dbe718016467e0a.jar differ
diff --git a/app/build/intermediates/res/debug/anim/abc_fade_in.xml b/app/build/intermediates/res/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..c0ce51c
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_fade_out.xml b/app/build/intermediates/res/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..02171a6
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml b/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..97be71c
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_popup_enter.xml b/app/build/intermediates/res/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..f582f41
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_popup_exit.xml b/app/build/intermediates/res/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..2e96d28
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml b/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..e9c4757
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml b/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..989c4ca
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml b/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..96aee9a
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml b/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..d843fb5
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml b/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..2b54927
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/dummy.xml b/app/build/intermediates/res/debug/anim/dummy.xml
new file mode 100644
index 0000000..23c8e5d
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml b/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..0ef70d7
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml b/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..7b47cc0
--- /dev/null
+++ b/app/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..19c6647
--- /dev/null
+++ b/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..f158d2b
--- /dev/null
+++ b/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..a238d70
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..46daf20
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..411d125
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..9e748a9
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml b/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..5ee648f
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml b/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..340dc1e
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_search_url_text.xml b/app/build/intermediates/res/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..1f62318
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml b/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..d2cb903
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml b/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..76ff89d
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/switch_thumb_material_dark.xml b/app/build/intermediates/res/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..e7f9464
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/color/switch_thumb_material_light.xml b/app/build/intermediates/res/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..2404f2b
--- /dev/null
+++ b/app/build/intermediates/res/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..591099c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b4759b3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..ede59ab
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..09edb6b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..74ef96a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..bcfa058
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..60931e0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..564b97d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..0ca1543
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3417be3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..944637b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..85848ff
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..ab060cb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..6b127e2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..308f021
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..efa3d5c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..d6db910
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..d3a8147
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..66d44a2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..916901e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..6d0b500
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b680551
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fafdc85
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f9dbd01
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..c7b64a6
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..b36186f
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e1defe1
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..56283b5
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3317c6e
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/app/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml b/app/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..94046c0
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml b/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..c47791f
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml b/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..1ae9f60
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml b/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..695f32d
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml b/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..2aa5dea
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml b/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..5847b2e
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml b/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..ddf3404
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml b/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..06b2212
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml b/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..b16c4ca
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml b/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..4cb7de9
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml b/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..5cca1bf
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..b9a7180
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..9bf30fe
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml b/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..1e9a5e4
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml b/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..2887868
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml b/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..8f6ff07
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml b/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..e55c245
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml b/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..514b458
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml b/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..be48f1e
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml b/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..2beda53
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/drawable/circle_button.xml b/app/build/intermediates/res/debug/drawable/circle_button.xml
new file mode 100644
index 0000000..6171fde
--- /dev/null
+++ b/app/build/intermediates/res/debug/drawable/circle_button.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml b/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..144a77b
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml b/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..ac1af2c
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml b/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..0a361a2
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml b/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..3649bd3
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml b/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..437fae1
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml b/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..4a3296f
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml b/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..1b6f5e7
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml b/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..a85c1ed
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml b/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..19654e3
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml b/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..74fb3fb
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml b/app/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..a8b9189
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_dialog_title_material.xml b/app/build/intermediates/res/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..7550bc7
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml b/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..5982984
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml b/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..1d66c83
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml b/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..da5d940
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml b/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..b655ba6
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml b/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..6194b66
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml b/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..e8d3a9e
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml b/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..aa07bae
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_screen_simple.xml b/app/build/intermediates/res/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..a2b1c1a
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml b/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..b6b0f72
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml b/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..cc257e6
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml b/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..b7442a8
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_search_view.xml b/app/build/intermediates/res/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..662c5ee
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_select_dialog_material.xml b/app/build/intermediates/res/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..335054c
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml b/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..1a845b6
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/activity_main.xml b/app/build/intermediates/res/debug/layout/activity_main.xml
new file mode 100644
index 0000000..d4d857d
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/activity_main.xml
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/activity_tutorial_layout.xml b/app/build/intermediates/res/debug/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..ff05c35
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/got_it_button_view.xml b/app/build/intermediates/res/debug/layout/got_it_button_view.xml
new file mode 100644
index 0000000..c49d394
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/select_dialog_item_material.xml b/app/build/intermediates/res/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..b24454b
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml b/app/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..ca824da
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml b/app/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..033cb8a
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/skip_button_view.xml b/app/build/intermediates/res/debug/layout/skip_button_view.xml
new file mode 100644
index 0000000..4b3905d
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml b/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..eba71be
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/title_view.xml b/app/build/intermediates/res/debug/layout/title_view.xml
new file mode 100644
index 0000000..27e9289
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/tutorial_text.xml b/app/build/intermediates/res/debug/layout/tutorial_text.xml
new file mode 100644
index 0000000..b533ec9
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml b/app/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..12bebc2
--- /dev/null
+++ b/app/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/menu/menu_main.xml b/app/build/intermediates/res/debug/menu/menu_main.xml
new file mode 100644
index 0000000..e00cdb5
--- /dev/null
+++ b/app/build/intermediates/res/debug/menu/menu_main.xml
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-af/values.xml b/app/build/intermediates/res/debug/values-af/values.xml
new file mode 100644
index 0000000..cb38c33
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-am/values.xml b/app/build/intermediates/res/debug/values-am/values.xml
new file mode 100644
index 0000000..1c2fba3
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ar/values.xml b/app/build/intermediates/res/debug/values-ar/values.xml
new file mode 100644
index 0000000..3bb0df2
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-bg/values.xml b/app/build/intermediates/res/debug/values-bg/values.xml
new file mode 100644
index 0000000..ad11c59
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-bn-rBD/values.xml b/app/build/intermediates/res/debug/values-bn-rBD/values.xml
new file mode 100644
index 0000000..8938ae7
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ca/values.xml b/app/build/intermediates/res/debug/values-ca/values.xml
new file mode 100644
index 0000000..3943c7e
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-cs/values.xml b/app/build/intermediates/res/debug/values-cs/values.xml
new file mode 100644
index 0000000..03f07b2
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-da/values.xml b/app/build/intermediates/res/debug/values-da/values.xml
new file mode 100644
index 0000000..7685fe7
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-de/values.xml b/app/build/intermediates/res/debug/values-de/values.xml
new file mode 100644
index 0000000..c7c61ce
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-el/values.xml b/app/build/intermediates/res/debug/values-el/values.xml
new file mode 100644
index 0000000..8df8c3f
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-en-rGB/values.xml b/app/build/intermediates/res/debug/values-en-rGB/values.xml
new file mode 100644
index 0000000..0307095
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-en-rIN/values.xml b/app/build/intermediates/res/debug/values-en-rIN/values.xml
new file mode 100644
index 0000000..bab6b61
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-es-rUS/values.xml b/app/build/intermediates/res/debug/values-es-rUS/values.xml
new file mode 100644
index 0000000..3d86035
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-es/values.xml b/app/build/intermediates/res/debug/values-es/values.xml
new file mode 100644
index 0000000..3025a06
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-et-rEE/values.xml b/app/build/intermediates/res/debug/values-et-rEE/values.xml
new file mode 100644
index 0000000..e8f8bce
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-eu-rES/values.xml b/app/build/intermediates/res/debug/values-eu-rES/values.xml
new file mode 100644
index 0000000..9e936c0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-fa/values.xml b/app/build/intermediates/res/debug/values-fa/values.xml
new file mode 100644
index 0000000..b01e120
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-fi/values.xml b/app/build/intermediates/res/debug/values-fi/values.xml
new file mode 100644
index 0000000..1b93f74
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-fr-rCA/values.xml b/app/build/intermediates/res/debug/values-fr-rCA/values.xml
new file mode 100644
index 0000000..b0dbaac
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-fr/values.xml b/app/build/intermediates/res/debug/values-fr/values.xml
new file mode 100644
index 0000000..f75e9c3
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-gl-rES/values.xml b/app/build/intermediates/res/debug/values-gl-rES/values.xml
new file mode 100644
index 0000000..fbc6b82
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-h720dp-v13/values.xml b/app/build/intermediates/res/debug/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..a8da130
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-hdpi-v4/values.xml b/app/build/intermediates/res/debug/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..fbafe2b
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-hi/values.xml b/app/build/intermediates/res/debug/values-hi/values.xml
new file mode 100644
index 0000000..ccc8e8a
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-hr/values.xml b/app/build/intermediates/res/debug/values-hr/values.xml
new file mode 100644
index 0000000..ab4f250
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-hu/values.xml b/app/build/intermediates/res/debug/values-hu/values.xml
new file mode 100644
index 0000000..1d0c954
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-hy-rAM/values.xml b/app/build/intermediates/res/debug/values-hy-rAM/values.xml
new file mode 100644
index 0000000..0e74b98
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-in/values.xml b/app/build/intermediates/res/debug/values-in/values.xml
new file mode 100644
index 0000000..d88162b
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-is-rIS/values.xml b/app/build/intermediates/res/debug/values-is-rIS/values.xml
new file mode 100644
index 0000000..ce5db21
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-it/values.xml b/app/build/intermediates/res/debug/values-it/values.xml
new file mode 100644
index 0000000..4edc8b4
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-iw/values.xml b/app/build/intermediates/res/debug/values-iw/values.xml
new file mode 100644
index 0000000..a4242fa
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ja/values.xml b/app/build/intermediates/res/debug/values-ja/values.xml
new file mode 100644
index 0000000..4e7e260
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ka-rGE/values.xml b/app/build/intermediates/res/debug/values-ka-rGE/values.xml
new file mode 100644
index 0000000..c6e71f9
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-kk-rKZ/values.xml b/app/build/intermediates/res/debug/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..d24aa2a
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-km-rKH/values.xml b/app/build/intermediates/res/debug/values-km-rKH/values.xml
new file mode 100644
index 0000000..061c9c2
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-kn-rIN/values.xml b/app/build/intermediates/res/debug/values-kn-rIN/values.xml
new file mode 100644
index 0000000..6165e64
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ko/values.xml b/app/build/intermediates/res/debug/values-ko/values.xml
new file mode 100644
index 0000000..93dfdf1
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ky-rKG/values.xml b/app/build/intermediates/res/debug/values-ky-rKG/values.xml
new file mode 100644
index 0000000..25949cd
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-land/values.xml b/app/build/intermediates/res/debug/values-land/values.xml
new file mode 100644
index 0000000..a2db63a
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-large-v4/values.xml b/app/build/intermediates/res/debug/values-large-v4/values.xml
new file mode 100644
index 0000000..9cfb62d
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-lo-rLA/values.xml b/app/build/intermediates/res/debug/values-lo-rLA/values.xml
new file mode 100644
index 0000000..2f01c46
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-lt/values.xml b/app/build/intermediates/res/debug/values-lt/values.xml
new file mode 100644
index 0000000..40fec36
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-lv/values.xml b/app/build/intermediates/res/debug/values-lv/values.xml
new file mode 100644
index 0000000..a521277
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-mk-rMK/values.xml b/app/build/intermediates/res/debug/values-mk-rMK/values.xml
new file mode 100644
index 0000000..533f362
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ml-rIN/values.xml b/app/build/intermediates/res/debug/values-ml-rIN/values.xml
new file mode 100644
index 0000000..74061ca
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-mn-rMN/values.xml b/app/build/intermediates/res/debug/values-mn-rMN/values.xml
new file mode 100644
index 0000000..10ae425
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-mr-rIN/values.xml b/app/build/intermediates/res/debug/values-mr-rIN/values.xml
new file mode 100644
index 0000000..0a2ef74
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ms-rMY/values.xml b/app/build/intermediates/res/debug/values-ms-rMY/values.xml
new file mode 100644
index 0000000..dc5b367
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-my-rMM/values.xml b/app/build/intermediates/res/debug/values-my-rMM/values.xml
new file mode 100644
index 0000000..43d72d4
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-nb/values.xml b/app/build/intermediates/res/debug/values-nb/values.xml
new file mode 100644
index 0000000..55c696a
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ne-rNP/values.xml b/app/build/intermediates/res/debug/values-ne-rNP/values.xml
new file mode 100644
index 0000000..f4d10e0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-nl/values.xml b/app/build/intermediates/res/debug/values-nl/values.xml
new file mode 100644
index 0000000..8d7e616
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-pl/values.xml b/app/build/intermediates/res/debug/values-pl/values.xml
new file mode 100644
index 0000000..1115c4d
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-port/values.xml b/app/build/intermediates/res/debug/values-port/values.xml
new file mode 100644
index 0000000..8379c61
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-pt-rPT/values.xml b/app/build/intermediates/res/debug/values-pt-rPT/values.xml
new file mode 100644
index 0000000..1fd3455
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-pt/values.xml b/app/build/intermediates/res/debug/values-pt/values.xml
new file mode 100644
index 0000000..fc8c1a6
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ro/values.xml b/app/build/intermediates/res/debug/values-ro/values.xml
new file mode 100644
index 0000000..6e01c8f
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ru/values.xml b/app/build/intermediates/res/debug/values-ru/values.xml
new file mode 100644
index 0000000..152c040
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-si-rLK/values.xml b/app/build/intermediates/res/debug/values-si-rLK/values.xml
new file mode 100644
index 0000000..dfba1e9
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sk/values.xml b/app/build/intermediates/res/debug/values-sk/values.xml
new file mode 100644
index 0000000..eceb0b2
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sl/values.xml b/app/build/intermediates/res/debug/values-sl/values.xml
new file mode 100644
index 0000000..92cd88c
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sr/values.xml b/app/build/intermediates/res/debug/values-sr/values.xml
new file mode 100644
index 0000000..5793eab
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sv/values.xml b/app/build/intermediates/res/debug/values-sv/values.xml
new file mode 100644
index 0000000..2bb1472
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sw/values.xml b/app/build/intermediates/res/debug/values-sw/values.xml
new file mode 100644
index 0000000..1797ec0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml b/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..31b5c8c
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-sw600dp-v13/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ta-rIN/values.xml b/app/build/intermediates/res/debug/values-ta-rIN/values.xml
new file mode 100644
index 0000000..8bbc55c
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-te-rIN/values.xml b/app/build/intermediates/res/debug/values-te-rIN/values.xml
new file mode 100644
index 0000000..df3d3e3
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-th/values.xml b/app/build/intermediates/res/debug/values-th/values.xml
new file mode 100644
index 0000000..3f5f7c0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-tl/values.xml b/app/build/intermediates/res/debug/values-tl/values.xml
new file mode 100644
index 0000000..04fc87f
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-tr/values.xml b/app/build/intermediates/res/debug/values-tr/values.xml
new file mode 100644
index 0000000..5bdc3e1
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-uk/values.xml b/app/build/intermediates/res/debug/values-uk/values.xml
new file mode 100644
index 0000000..9d37fca
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-ur-rPK/values.xml b/app/build/intermediates/res/debug/values-ur-rPK/values.xml
new file mode 100644
index 0000000..572e3b4
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-uz-rUZ/values.xml b/app/build/intermediates/res/debug/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..2157f55
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v11/values.xml b/app/build/intermediates/res/debug/values-v11/values.xml
new file mode 100644
index 0000000..30ef304
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v11/values.xml
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v12/values.xml b/app/build/intermediates/res/debug/values-v12/values.xml
new file mode 100644
index 0000000..ca3c6f0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v14/values.xml b/app/build/intermediates/res/debug/values-v14/values.xml
new file mode 100644
index 0000000..f8ecfa7
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v14/values.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v17/values.xml b/app/build/intermediates/res/debug/values-v17/values.xml
new file mode 100644
index 0000000..9a1514e
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v18/values.xml b/app/build/intermediates/res/debug/values-v18/values.xml
new file mode 100644
index 0000000..36d78d7
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-v21/values.xml b/app/build/intermediates/res/debug/values-v21/values.xml
new file mode 100644
index 0000000..88950b9
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-v21/values.xml
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-vi/values.xml b/app/build/intermediates/res/debug/values-vi/values.xml
new file mode 100644
index 0000000..a767203
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w360dp-v13/values.xml b/app/build/intermediates/res/debug/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..285caea
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w480dp-v13/values.xml b/app/build/intermediates/res/debug/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..cd6695e
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w500dp-v13/values.xml b/app/build/intermediates/res/debug/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..cc47e94
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w600dp-v13/values.xml b/app/build/intermediates/res/debug/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..552311d
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w720dp-v13/values.xml b/app/build/intermediates/res/debug/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..08d87b0
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-w820dp-v13/values.xml b/app/build/intermediates/res/debug/values-w820dp-v13/values.xml
new file mode 100644
index 0000000..7d60732
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-w820dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml b/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..2bd5395
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-xlarge-v4/values.xml b/app/build/intermediates/res/debug/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..d4950bf
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-zh-rCN/values.xml b/app/build/intermediates/res/debug/values-zh-rCN/values.xml
new file mode 100644
index 0000000..6e089f6
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-zh-rHK/values.xml b/app/build/intermediates/res/debug/values-zh-rHK/values.xml
new file mode 100644
index 0000000..45635d2
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-zh-rTW/values.xml b/app/build/intermediates/res/debug/values-zh-rTW/values.xml
new file mode 100644
index 0000000..a9fa518
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values-zu/values.xml b/app/build/intermediates/res/debug/values-zu/values.xml
new file mode 100644
index 0000000..6defc7d
--- /dev/null
+++ b/app/build/intermediates/res/debug/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/debug/values/values.xml b/app/build/intermediates/res/debug/values/values.xml
new file mode 100644
index 0000000..90e9889
--- /dev/null
+++ b/app/build/intermediates/res/debug/values/values.xml
@@ -0,0 +1,1449 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ true
+ false
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+ 0.30
+ 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 16dp
+ 16dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ TutorialViewApp
+ Got It
+
+
+ Skip
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/build/intermediates/res/resources-debug-test.ap_ b/app/build/intermediates/res/resources-debug-test.ap_
new file mode 100644
index 0000000..3ecd1ff
Binary files /dev/null and b/app/build/intermediates/res/resources-debug-test.ap_ differ
diff --git a/app/build/intermediates/res/resources-debug.ap_ b/app/build/intermediates/res/resources-debug.ap_
new file mode 100644
index 0000000..12f11ad
Binary files /dev/null and b/app/build/intermediates/res/resources-debug.ap_ differ
diff --git a/app/build/intermediates/symbols/debug/R.txt b/app/build/intermediates/symbols/debug/R.txt
new file mode 100644
index 0000000..a6e19c6
--- /dev/null
+++ b/app/build/intermediates/symbols/debug/R.txt
@@ -0,0 +1,1151 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim dummy 0x7f04000a
+int anim tutorial_info_view_fade_in 0x7f04000b
+int anim tutorial_info_view_fade_out 0x7f04000c
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen activity_horizontal_margin 0x7f07003c
+int dimen activity_vertical_margin 0x7f07003d
+int dimen dialog_fixed_height_major 0x7f07003e
+int dimen dialog_fixed_height_minor 0x7f07003f
+int dimen dialog_fixed_width_major 0x7f070040
+int dimen dialog_fixed_width_minor 0x7f070041
+int dimen disabled_alpha_material_dark 0x7f070042
+int dimen disabled_alpha_material_light 0x7f070043
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable circle_button 0x7f02003b
+int drawable ic_launcher 0x7f02003c
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id got_it_button_view 0x7f080056
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id skip_button_view 0x7f080057
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id title_view 0x7f080058
+int id topPanel 0x7f08002e
+int id tutorial_info_text 0x7f080059
+int id tutorial_layout 0x7f080055
+int id txt_version 0x7f080054
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id view_almost_top_right 0x7f08004f
+int id view_bottom_left 0x7f080052
+int id view_center 0x7f080050
+int id view_top_left 0x7f080051
+int id view_top_right 0x7f080053
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout activity_main 0x7f030019
+int layout activity_tutorial_layout 0x7f03001a
+int layout got_it_button_view 0x7f03001b
+int layout select_dialog_item_material 0x7f03001c
+int layout select_dialog_multichoice_material 0x7f03001d
+int layout select_dialog_singlechoice_material 0x7f03001e
+int layout skip_button_view 0x7f03001f
+int layout support_simple_spinner_dropdown_item 0x7f030020
+int layout title_view 0x7f030021
+int layout tutorial_text 0x7f030022
+int layout tutorial_text_custom_test 0x7f030023
+int menu menu_main 0x7f0c0000
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int string app_name 0x7f0a0011
+int string got_it_button_text 0x7f0a0012
+int string skip_button_text 0x7f0a0013
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style AppTheme 0x7f0b0004
+int style Base_AlertDialog_AppCompat 0x7f0b0005
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0006
+int style Base_Animation_AppCompat_Dialog 0x7f0b0007
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0008
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0009
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001b
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001e
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b0030
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0033
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0034
+int style Base_Theme_AppCompat 0x7f0b0035
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0039
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b003a
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003b
+int style Base_Theme_AppCompat_Light 0x7f0b003c
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b0040
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0041
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0046
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0047
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b0111
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0112
+int style Base_V21_Theme_AppCompat 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b011a
+int style Base_V21_Theme_AppCompat_Light 0x7f0b011b
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011c
+int style Base_V7_Theme_AppCompat 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light 0x7f0b004a
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004f
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0052
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0053
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0054
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0055
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0056
+int style Base_Widget_AppCompat_Button 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0058
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0059
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b005a
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005c
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005f
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0061
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0062
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0063
+int style Base_Widget_AppCompat_EditText 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0069
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006b
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006c
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006d
+int style Base_Widget_AppCompat_ListView 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006f
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0071
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0072
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0074
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0075
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView 0x7f0b0077
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b007a
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007b
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007d
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007e
+int style Platform_AppCompat 0x7f0b007f
+int style Platform_AppCompat_Light 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0081
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0082
+int style Platform_V11_AppCompat 0x7f0b0113
+int style Platform_V11_AppCompat_Light 0x7f0b0114
+int style Platform_V12_AppCompat 0x7f0b0115
+int style Platform_V12_AppCompat_Light 0x7f0b0116
+int style Platform_V14_AppCompat 0x7f0b0117
+int style Platform_V14_AppCompat_Light 0x7f0b0118
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008d
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008e
+int style TextAppearance_AppCompat 0x7f0b008f
+int style TextAppearance_AppCompat_Body1 0x7f0b0090
+int style TextAppearance_AppCompat_Body2 0x7f0b0091
+int style TextAppearance_AppCompat_Button 0x7f0b0092
+int style TextAppearance_AppCompat_Caption 0x7f0b0093
+int style TextAppearance_AppCompat_Display1 0x7f0b0094
+int style TextAppearance_AppCompat_Display2 0x7f0b0095
+int style TextAppearance_AppCompat_Display3 0x7f0b0096
+int style TextAppearance_AppCompat_Display4 0x7f0b0097
+int style TextAppearance_AppCompat_Headline 0x7f0b0098
+int style TextAppearance_AppCompat_Inverse 0x7f0b0099
+int style TextAppearance_AppCompat_Large 0x7f0b009a
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009c
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009e
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009f
+int style TextAppearance_AppCompat_Medium 0x7f0b00a0
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a1
+int style TextAppearance_AppCompat_Menu 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a3
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a4
+int style TextAppearance_AppCompat_Small 0x7f0b00a5
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a7
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a8
+int style TextAppearance_AppCompat_Title 0x7f0b00a9
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b7
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00ba
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00bb
+int style Theme_AppCompat 0x7f0b00bc
+int style Theme_AppCompat_CompactMenu 0x7f0b00bd
+int style Theme_AppCompat_Dialog 0x7f0b00be
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00bf
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00c0
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c1
+int style Theme_AppCompat_Light 0x7f0b00c2
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c5
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c6
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c7
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c8
+int style Theme_AppCompat_NoActionBar 0x7f0b00c9
+int style ThemeOverlay_AppCompat 0x7f0b00ca
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cd
+int style ThemeOverlay_AppCompat_Light 0x7f0b00ce
+int style TutorialActivityTheme 0x7f0b00cf
+int style Widget_AppCompat_ActionBar 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d2
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d3
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d4
+int style Widget_AppCompat_ActionButton 0x7f0b00d5
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d6
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d7
+int style Widget_AppCompat_ActionMode 0x7f0b00d8
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d9
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00da
+int style Widget_AppCompat_Button 0x7f0b00db
+int style Widget_AppCompat_Button_Borderless 0x7f0b00dc
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00dd
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00de
+int style Widget_AppCompat_Button_Small 0x7f0b00df
+int style Widget_AppCompat_ButtonBar 0x7f0b00e0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e2
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e3
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e4
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e5
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e6
+int style Widget_AppCompat_EditText 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f2
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f3
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f4
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f5
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f6
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f7
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f8
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f9
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00fa
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00fb
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fc
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fd
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fe
+int style Widget_AppCompat_ListView 0x7f0b00ff
+int style Widget_AppCompat_ListView_DropDown 0x7f0b0100
+int style Widget_AppCompat_ListView_Menu 0x7f0b0101
+int style Widget_AppCompat_PopupMenu 0x7f0b0102
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0103
+int style Widget_AppCompat_PopupWindow 0x7f0b0104
+int style Widget_AppCompat_ProgressBar 0x7f0b0105
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0106
+int style Widget_AppCompat_RatingBar 0x7f0b0107
+int style Widget_AppCompat_SearchView 0x7f0b0108
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0109
+int style Widget_AppCompat_Spinner 0x7f0b010a
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b010b
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010c
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010d
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010e
+int style Widget_AppCompat_Toolbar 0x7f0b010f
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b0110
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/app/build/intermediates/tmp/dex/debug/inputList.txt b/app/build/intermediates/tmp/dex/debug/inputList.txt
new file mode 100644
index 0000000..b2dbd22
--- /dev/null
+++ b/app/build/intermediates/tmp/dex/debug/inputList.txt
@@ -0,0 +1,7 @@
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\classes\debug
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\support-annotations-22.1.1-15fa82d68202b408e0a06e044dbe718016467e0a.jar
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\classes-6fdadd698101c456eb162a0282b804c04605d00d.jar
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\library-2.4.0-1eec64b503d91cbf796889c27d4eea214db98a7f.jar
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\internal_impl-22.1.1-b126fd87f1ed4a9be5cdcb40aaba03c21e6c578a.jar
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\classes-2b2e2ef144321794d6f3c87d63866a36b7fac137.jar
+C:\Users\Amir\Desktop\TutorialView-master\app\build\intermediates\pre-dexed\debug\classes-48340c0a2afb58a42f2df3754ee6e6fafbac49cc.jar
diff --git a/app/build/outputs/apk/app-debug-unaligned.apk b/app/build/outputs/apk/app-debug-unaligned.apk
new file mode 100644
index 0000000..ac9826c
Binary files /dev/null and b/app/build/outputs/apk/app-debug-unaligned.apk differ
diff --git a/app/build/outputs/apk/app-debug.apk b/app/build/outputs/apk/app-debug.apk
new file mode 100644
index 0000000..e2d9815
Binary files /dev/null and b/app/build/outputs/apk/app-debug.apk differ
diff --git a/app/build/outputs/apk/manifest-merger-debug-report.txt b/app/build/outputs/apk/manifest-merger-debug-report.txt
new file mode 100644
index 0000000..35d6545
--- /dev/null
+++ b/app/build/outputs/apk/manifest-merger-debug-report.txt
@@ -0,0 +1,63 @@
+-- Merging decision tree log ---
+manifest
+ADDED from AndroidManifest.xml:2:1
+ package
+ ADDED from AndroidManifest.xml:3:5
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:versionName
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ xmlns:android
+ ADDED from AndroidManifest.xml:2:11
+ android:versionCode
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+application
+ADDED from AndroidManifest.xml:5:5
+MERGED from TutorialView-master:tutorial_view:unspecified:11:5
+MERGED from com.android.support:appcompat-v7:22.1.1:22:5
+MERGED from com.android.support:support-v4:22.1.1:22:5
+MERGED from com.android.support:support-v4:22.1.1:22:5
+ android:label
+ ADDED from AndroidManifest.xml:8:9
+ android:allowBackup
+ ADDED from AndroidManifest.xml:6:9
+ android:icon
+ ADDED from AndroidManifest.xml:7:9
+ android:theme
+ ADDED from AndroidManifest.xml:9:9
+activity#com.braunster.tutorialviewapp.MainActivity
+ADDED from AndroidManifest.xml:10:9
+ android:label
+ ADDED from AndroidManifest.xml:12:13
+ android:name
+ ADDED from AndroidManifest.xml:11:13
+intent-filter#android.intent.action.MAIN+android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:13:13
+action#android.intent.action.MAIN
+ADDED from AndroidManifest.xml:14:17
+ android:name
+ ADDED from AndroidManifest.xml:14:25
+category#android.intent.category.LAUNCHER
+ADDED from AndroidManifest.xml:16:17
+ android:name
+ ADDED from AndroidManifest.xml:16:27
+activity#com.braunster.tutorialview.TutorialActivity
+ADDED from AndroidManifest.xml:20:9
+ android:theme
+ ADDED from AndroidManifest.xml:21:13
+ android:name
+ ADDED from AndroidManifest.xml:20:19
+uses-sdk
+INJECTED from AndroidManifest.xml:0:0 reason: use-sdk injection requested
+MERGED from TutorialView-master:tutorial_view:unspecified:7:5
+MERGED from com.android.support:appcompat-v7:22.1.1:20:5
+MERGED from com.android.support:support-v4:22.1.1:20:5
+MERGED from com.android.support:support-v4:22.1.1:20:5
+ android:targetSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
+ android:minSdkVersion
+ INJECTED from AndroidManifest.xml:0:0
+ INJECTED from AndroidManifest.xml:0:0
diff --git a/app/src/main/java/com/braunster/tutorialviewapp/MainActivity.java b/app/src/main/java/com/braunster/tutorialviewapp/MainActivity.java
index bfc913d..763ed48 100644
--- a/app/src/main/java/com/braunster/tutorialviewapp/MainActivity.java
+++ b/app/src/main/java/com/braunster/tutorialviewapp/MainActivity.java
@@ -5,6 +5,7 @@
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
+import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.View;
import android.widget.TextView;
@@ -19,7 +20,7 @@
import java.util.Random;
-public class MainActivity extends Activity implements View.OnClickListener {
+public class MainActivity extends AppCompatActivity implements View.OnClickListener {
private TutorialView tutorialView;
@@ -44,7 +45,7 @@ protected void onCreate(Bundle savedInstanceState) {
((TextView) findViewById(R.id.txt_version)).setText(String.format("Version: %s", BuildConfig.VERSION_NAME));
- tutorialView = (TutorialView) findViewById(R.id.tutorial_view);
+// tutorialView = (TutorialView) findViewById(R.id.tutorial_view);
findViewById(R.id.view_bottom_left).setOnClickListener(this);
findViewById(R.id.view_top_right).setOnClickListener(this);
@@ -52,21 +53,21 @@ protected void onCreate(Bundle savedInstanceState) {
findViewById(R.id.view_top_left).setOnClickListener(this);
findViewById(R.id.view_center).setOnClickListener(this);
- if (getActionBar() != null)
- getActionBar().setBackgroundDrawable(new ColorDrawable(Color.DKGRAY));
+ if (getSupportActionBar() != null)
+ getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.DKGRAY));
//Using the tutorial view
// This is used for the tutorial view that should be in your root view.
// This may lead to problems when used inside LinearLayout and maybe other view.
// The best thing to do is to use the TutorialActivity.
- tutorialView.setActionBarRestoreColor(Color.DKGRAY);
- tutorialView.changeActionBarColor(true);
- tutorialView.setActionBar(getActionBar());
- tutorialView.setHasActionBar(true);
- tutorialView.setTutorialTextTypeFace("fonts/roboto_light.ttf");
- tutorialView.setHasStatusBar(true);
- tutorialView.setTutorialText("This is some general text that is not that long but also not so short.");
+// tutorialView.setActionBarRestoreColor(Color.DKGRAY);
+// tutorialView.changeActionBarColor(true);
+// tutorialView.setActionBar(getSupportActionBar());
+// tutorialView.setHasActionBar(true);
+// tutorialView.setTutorialTextTypeFace("fonts/roboto_light.ttf");
+// tutorialView.setHasStatusBar(true);
+// tutorialView.setTutorialText("This is some general text that is not that long but also not so short.");
// Only show the walk through when the activity is first created.
if (savedInstanceState == null)
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 2be4f58..be9e998 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -5,16 +5,10 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
-
-
@@ -57,7 +51,7 @@
android:layout_height="wrap_content"
android:textSize="30sp"
android:layout_margin="5dp"
- android:background="@android:color/holo_purple"
+ android:background="#FF00FF"
android:padding="5dp"
android:id="@+id/view_top_left"
android:gravity="center"
@@ -69,7 +63,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="T-BL"
- android:background="@android:color/holo_green_dark"
+ android:background="#854712"
android:layout_alignParentBottom="true"
android:layout_marginLeft="20dp"
android:layout_margin="5dp"
@@ -79,7 +73,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="T-Right"
- android:background="@android:color/holo_blue_dark"
+ android:background="#0000f1"
android:layout_alignParentRight="true"
android:layout_marginTop="50dp"
android:id="@+id/view_top_right"/>
diff --git a/app/src/main/res/values-v21/styles.xml b/app/src/main/res/values-v21/styles.xml
index dba3c41..61f5cb8 100644
--- a/app/src/main/res/values-v21/styles.xml
+++ b/app/src/main/res/values-v21/styles.xml
@@ -1,5 +1,5 @@
-
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index ff6c9d2..766ab99 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,7 +1,7 @@
-
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index 8c0fb64..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index f3f8e7c..0000000
--- a/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Mon Dec 22 13:54:03 CET 2014
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
diff --git a/gradlew b/gradlew
deleted file mode 100755
index 91a7e26..0000000
--- a/gradlew
+++ /dev/null
@@ -1,164 +0,0 @@
-#!/usr/bin/env bash
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS=""
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn ( ) {
- echo "$*"
-}
-
-die ( ) {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
-esac
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched.
-if $cygwin ; then
- [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
-fi
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >&-
-APP_HOME="`pwd -P`"
-cd "$SAVED" >&-
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=$((i+1))
- done
- case $i in
- (0) set -- ;;
- (1) set -- "$args0" ;;
- (2) set -- "$args0" "$args1" ;;
- (3) set -- "$args0" "$args1" "$args2" ;;
- (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
-function splitJvmOpts() {
- JVM_OPTS=("$@")
-}
-eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
-JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
-
-exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
diff --git a/gradlew.bat b/gradlew.bat
deleted file mode 100644
index 8a0b282..0000000
--- a/gradlew.bat
+++ /dev/null
@@ -1,90 +0,0 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windowz variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-if "%@eval[2+2]" == "4" goto 4NT_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-goto execute
-
-:4NT_args
-@rem Get arguments from the 4NT Shell from JP Software
-set CMD_LINE_ARGS=%$
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
diff --git a/local.properties b/local.properties
new file mode 100644
index 0000000..87326dc
--- /dev/null
+++ b/local.properties
@@ -0,0 +1,11 @@
+## This file is automatically generated by Android Studio.
+# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
+#
+# This file must *NOT* be checked into Version Control Systems,
+# as it contains information specific to your local configuration.
+#
+# Location of the SDK. This is only used by Gradle.
+# For customization when using a Version Control System, please read the
+# header note.
+#Mon May 11 14:28:53 PDT 2015
+sdk.dir=F\:\\Dev\\Android\\SDK\\android-sdk
diff --git a/tutorial_view/build.gradle b/tutorial_view/build.gradle
index e1d0d53..77ce7a0 100644
--- a/tutorial_view/build.gradle
+++ b/tutorial_view/build.gradle
@@ -11,7 +11,7 @@ android {
buildToolsVersion "21.1.2"
defaultConfig {
- minSdkVersion 15
+ minSdkVersion 10
targetSdkVersion 22
versionCode versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
@@ -27,4 +27,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile 'com.android.support:appcompat-v7:22.1.1'
+ compile 'com.android.support:support-v4:22.1.1'
+ compile 'com.nineoldandroids:library:2.4.0'
}
diff --git a/tutorial_view/build/generated/source/buildConfig/debug/com/braunster/tutorialview/BuildConfig.java b/tutorial_view/build/generated/source/buildConfig/debug/com/braunster/tutorialview/BuildConfig.java
new file mode 100644
index 0000000..7a86411
--- /dev/null
+++ b/tutorial_view/build/generated/source/buildConfig/debug/com/braunster/tutorialview/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.braunster.tutorialview;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.braunster.tutorialview";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 80100;
+ public static final String VERSION_NAME = "0.8.1";
+}
diff --git a/tutorial_view/build/generated/source/buildConfig/release/com/braunster/tutorialview/BuildConfig.java b/tutorial_view/build/generated/source/buildConfig/release/com/braunster/tutorialview/BuildConfig.java
new file mode 100644
index 0000000..f4b05db
--- /dev/null
+++ b/tutorial_view/build/generated/source/buildConfig/release/com/braunster/tutorialview/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.braunster.tutorialview;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = false;
+ public static final String APPLICATION_ID = "com.braunster.tutorialview";
+ public static final String BUILD_TYPE = "release";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 80100;
+ public static final String VERSION_NAME = "0.8.1";
+}
diff --git a/tutorial_view/build/generated/source/buildConfig/test/debug/com/braunster/tutorialview/test/BuildConfig.java b/tutorial_view/build/generated/source/buildConfig/test/debug/com/braunster/tutorialview/test/BuildConfig.java
new file mode 100644
index 0000000..84c4dd4
--- /dev/null
+++ b/tutorial_view/build/generated/source/buildConfig/test/debug/com/braunster/tutorialview/test/BuildConfig.java
@@ -0,0 +1,13 @@
+/**
+ * Automatically generated file. DO NOT MODIFY
+ */
+package com.braunster.tutorialview.test;
+
+public final class BuildConfig {
+ public static final boolean DEBUG = Boolean.parseBoolean("true");
+ public static final String APPLICATION_ID = "com.braunster.tutorialview.test";
+ public static final String BUILD_TYPE = "debug";
+ public static final String FLAVOR = "";
+ public static final int VERSION_CODE = 80100;
+ public static final String VERSION_NAME = "0.8.1";
+}
diff --git a/tutorial_view/build/generated/source/r/debug/com/braunster/tutorialview/R.java b/tutorial_view/build/generated/source/r/debug/com/braunster/tutorialview/R.java
new file mode 100644
index 0000000..030e4ff
--- /dev/null
+++ b/tutorial_view/build/generated/source/r/debug/com/braunster/tutorialview/R.java
@@ -0,0 +1,5898 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package com.braunster.tutorialview;
+
+public final class R {
+ public static final class anim {
+ public static int abc_fade_in=0x7f040000;
+ public static int abc_fade_out=0x7f040001;
+ public static int abc_grow_fade_in_from_bottom=0x7f040002;
+ public static int abc_popup_enter=0x7f040003;
+ public static int abc_popup_exit=0x7f040004;
+ public static int abc_shrink_fade_out_from_bottom=0x7f040005;
+ public static int abc_slide_in_bottom=0x7f040006;
+ public static int abc_slide_in_top=0x7f040007;
+ public static int abc_slide_out_bottom=0x7f040008;
+ public static int abc_slide_out_top=0x7f040009;
+ public static int dummy=0x7f04000a;
+ public static int tutorial_info_view_fade_in=0x7f04000b;
+ public static int tutorial_info_view_fade_out=0x7f04000c;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarDivider=0x7f010063;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarItemBackground=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarPopupTheme=0x7f01005d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ */
+ public static int actionBarSize=0x7f010062;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarSplitStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabBarStyle=0x7f010059;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabStyle=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabTextStyle=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTheme=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarWidgetTheme=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionButtonStyle=0x7f01007d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionDropDownStyle=0x7f010079;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionLayout=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionMenuTextAppearance=0x7f010065;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int actionMenuTextColor=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeBackground=0x7f010069;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCloseButtonStyle=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCloseDrawable=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCopyDrawable=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCutDrawable=0x7f01006c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeFindDrawable=0x7f010071;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModePasteDrawable=0x7f01006e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModePopupWindowStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeSelectAllDrawable=0x7f01006f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeShareDrawable=0x7f010070;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeSplitBackground=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeStyle=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeWebSearchDrawable=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionOverflowButtonStyle=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionOverflowMenuStyle=0x7f01005c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int actionProviderClass=0x7f010033;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int actionViewClass=0x7f010032;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int activityChooserViewStyle=0x7f010084;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogButtonGroupStyle=0x7f0100a5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int alertDialogCenterButtons=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogStyle=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogTheme=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int autoCompleteTextViewStyle=0x7f0100ac;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int backgroundStacked=0x7f01000d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int backgroundTint=0x7f0100c5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ */
+ public static int backgroundTintMode=0x7f0100c6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int barSize=0x7f01002b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarButtonStyle=0x7f01007f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNegativeButtonStyle=0x7f0100aa;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNeutralButtonStyle=0x7f0100ab;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarPositiveButtonStyle=0x7f0100a9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarStyle=0x7f01007e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonPanelSideLayout=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonStyle=0x7f0100ad;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonStyleSmall=0x7f0100ae;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int checkboxStyle=0x7f0100af;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int checkedTextViewStyle=0x7f0100b0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int closeIcon=0x7f01003a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int collapseContentDescription=0x7f0100bf;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int collapseIcon=0x7f0100be;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int color=0x7f010025;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorAccent=0x7f01009e;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorButtonNormal=0x7f0100a2;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlActivated=0x7f0100a0;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlHighlight=0x7f0100a1;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlNormal=0x7f01009f;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimary=0x7f01009c;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimaryDark=0x7f01009d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorSwitchThumbNormal=0x7f0100a3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int commitIcon=0x7f01003f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int customNavigationLayout=0x7f01000f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dialogPreferredPadding=0x7f010077;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dialogTheme=0x7f010076;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int disableChildrenWhenDisabled=0x7f010046;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dividerHorizontal=0x7f010083;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dividerPadding=0x7f01002f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dividerVertical=0x7f010082;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int drawableSize=0x7f010027;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int drawerArrowStyle=0x7f010000;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dropDownListViewStyle=0x7f010094;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dropdownListPreferredItemHeight=0x7f01007a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextBackground=0x7f01008a;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int editTextColor=0x7f010089;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextStyle=0x7f0100b1;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int gapBetweenBars=0x7f010028;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int goIcon=0x7f01003b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int homeAsUpIndicator=0x7f01007c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int iconifiedByDefault=0x7f010038;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int layout=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listChoiceBackgroundIndicator=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listDividerAlertDialog=0x7f010078;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listItemLayout=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listLayout=0x7f010020;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listPopupWindowStyle=0x7f010095;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeight=0x7f01008f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeightLarge=0x7f010091;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeightSmall=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemPaddingLeft=0x7f010092;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemPaddingRight=0x7f010093;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int maxButtonHeight=0x7f0100bd;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int measureWithLargestChild=0x7f01002d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int middleBarArrowSize=0x7f01002a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int multiChoiceItemLayout=0x7f010021;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int navigationContentDescription=0x7f0100c1;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int navigationIcon=0x7f0100c0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int overlapAnchor=0x7f010035;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int paddingEnd=0x7f0100c3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int paddingStart=0x7f0100c2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int panelBackground=0x7f010098;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int panelMenuListTheme=0x7f01009a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int panelMenuListWidth=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupMenuStyle=0x7f010087;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupPromptView=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupWindowStyle=0x7f010088;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int preserveIconSpacing=0x7f010034;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int prompt=0x7f010043;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int queryBackground=0x7f010041;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int queryHint=0x7f010039;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int radioButtonStyle=0x7f0100b2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int ratingBarStyle=0x7f0100b3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchHintIcon=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchIcon=0x7f01003c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchViewStyle=0x7f01008e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int selectableItemBackground=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int selectableItemBackgroundBorderless=0x7f010081;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ */
+ public static int showAsAction=0x7f010030;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ */
+ public static int showDividers=0x7f01002e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int showText=0x7f01004d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int singleChoiceItemLayout=0x7f010022;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int spinBars=0x7f010026;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int spinnerDropDownItemStyle=0x7f01007b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static int spinnerMode=0x7f010044;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int spinnerStyle=0x7f0100b4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int splitTrack=0x7f01004c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int state_above_anchor=0x7f010036;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int submitBackground=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int subtitleTextAppearance=0x7f0100b7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int suggestionRowLayout=0x7f010040;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int switchMinWidth=0x7f01004a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int switchPadding=0x7f01004b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int switchStyle=0x7f0100b5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int switchTextAppearance=0x7f010049;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ */
+ public static int textAllCaps=0x7f010024;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceLargePopupMenu=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItem=0x7f010096;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItemSmall=0x7f010097;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSearchResultSubtitle=0x7f01008c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSearchResultTitle=0x7f01008b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSmallPopupMenu=0x7f010075;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int textColorAlertDialogListItem=0x7f0100a8;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int textColorSearchUrl=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int theme=0x7f0100c4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int thickness=0x7f01002c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int thumbTextPadding=0x7f010048;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginBottom=0x7f0100bc;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginEnd=0x7f0100ba;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginStart=0x7f0100b9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginTop=0x7f0100bb;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMargins=0x7f0100b8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int titleTextAppearance=0x7f0100b6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int toolbarNavigationButtonStyle=0x7f010086;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int toolbarStyle=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int topBottomBarArrowSize=0x7f010029;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int track=0x7f010047;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int voiceIcon=0x7f01003e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionBar=0x7f01004e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionBarOverlay=0x7f010050;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionModeOverlay=0x7f010051;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedHeightMajor=0x7f010055;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedHeightMinor=0x7f010053;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedWidthMajor=0x7f010052;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedWidthMinor=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowMinWidthMajor=0x7f010056;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowMinWidthMinor=0x7f010057;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowNoTitle=0x7f01004f;
+ }
+ public static final class bool {
+ public static int abc_action_bar_embed_tabs=0x7f050000;
+ public static int abc_action_bar_embed_tabs_pre_jb=0x7f050001;
+ public static int abc_action_bar_expanded_action_views_exclusive=0x7f050002;
+ public static int abc_config_actionMenuItemAllCaps=0x7f050003;
+ public static int abc_config_allowActionMenuItemTextWithIcon=0x7f050004;
+ public static int abc_config_closeDialogWhenTouchOutside=0x7f050005;
+ public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050006;
+ }
+ public static final class color {
+ public static int abc_background_cache_hint_selector_material_dark=0x7f060033;
+ public static int abc_background_cache_hint_selector_material_light=0x7f060034;
+ public static int abc_input_method_navigation_guard=0x7f060000;
+ public static int abc_primary_text_disable_only_material_dark=0x7f060035;
+ public static int abc_primary_text_disable_only_material_light=0x7f060036;
+ public static int abc_primary_text_material_dark=0x7f060037;
+ public static int abc_primary_text_material_light=0x7f060038;
+ public static int abc_search_url_text=0x7f060039;
+ public static int abc_search_url_text_normal=0x7f060001;
+ public static int abc_search_url_text_pressed=0x7f060002;
+ public static int abc_search_url_text_selected=0x7f060003;
+ public static int abc_secondary_text_material_dark=0x7f06003a;
+ public static int abc_secondary_text_material_light=0x7f06003b;
+ public static int accent_material_dark=0x7f060004;
+ public static int accent_material_light=0x7f060005;
+ public static int background_floating_material_dark=0x7f060006;
+ public static int background_floating_material_light=0x7f060007;
+ public static int background_material_dark=0x7f060008;
+ public static int background_material_light=0x7f060009;
+ public static int bright_foreground_disabled_material_dark=0x7f06000a;
+ public static int bright_foreground_disabled_material_light=0x7f06000b;
+ public static int bright_foreground_inverse_material_dark=0x7f06000c;
+ public static int bright_foreground_inverse_material_light=0x7f06000d;
+ public static int bright_foreground_material_dark=0x7f06000e;
+ public static int bright_foreground_material_light=0x7f06000f;
+ public static int button_material_dark=0x7f060010;
+ public static int button_material_light=0x7f060011;
+ public static int dim_foreground_disabled_material_dark=0x7f060012;
+ public static int dim_foreground_disabled_material_light=0x7f060013;
+ public static int dim_foreground_material_dark=0x7f060014;
+ public static int dim_foreground_material_light=0x7f060015;
+ public static int highlighted_text_material_dark=0x7f060016;
+ public static int highlighted_text_material_light=0x7f060017;
+ public static int hint_foreground_material_dark=0x7f060018;
+ public static int hint_foreground_material_light=0x7f060019;
+ public static int link_text_material_dark=0x7f06001a;
+ public static int link_text_material_light=0x7f06001b;
+ public static int material_blue_grey_800=0x7f06001c;
+ public static int material_blue_grey_900=0x7f06001d;
+ public static int material_blue_grey_950=0x7f06001e;
+ public static int material_deep_teal_200=0x7f06001f;
+ public static int material_deep_teal_500=0x7f060020;
+ public static int primary_dark_material_dark=0x7f060021;
+ public static int primary_dark_material_light=0x7f060022;
+ public static int primary_material_dark=0x7f060023;
+ public static int primary_material_light=0x7f060024;
+ public static int primary_text_default_material_dark=0x7f060025;
+ public static int primary_text_default_material_light=0x7f060026;
+ public static int primary_text_disabled_material_dark=0x7f060027;
+ public static int primary_text_disabled_material_light=0x7f060028;
+ public static int ripple_material_dark=0x7f060029;
+ public static int ripple_material_light=0x7f06002a;
+ public static int secondary_text_default_material_dark=0x7f06002b;
+ public static int secondary_text_default_material_light=0x7f06002c;
+ public static int secondary_text_disabled_material_dark=0x7f06002d;
+ public static int secondary_text_disabled_material_light=0x7f06002e;
+ public static int switch_thumb_disabled_material_dark=0x7f06002f;
+ public static int switch_thumb_disabled_material_light=0x7f060030;
+ public static int switch_thumb_material_dark=0x7f06003c;
+ public static int switch_thumb_material_light=0x7f06003d;
+ public static int switch_thumb_normal_material_dark=0x7f060031;
+ public static int switch_thumb_normal_material_light=0x7f060032;
+ }
+ public static final class dimen {
+ public static int abc_action_bar_content_inset_material=0x7f070000;
+ public static int abc_action_bar_default_height_material=0x7f070001;
+ public static int abc_action_bar_default_padding_material=0x7f070002;
+ public static int abc_action_bar_icon_vertical_padding_material=0x7f070003;
+ public static int abc_action_bar_navigation_padding_start_material=0x7f070004;
+ public static int abc_action_bar_overflow_padding_end_material=0x7f070005;
+ public static int abc_action_bar_overflow_padding_start_material=0x7f070006;
+ public static int abc_action_bar_progress_bar_size=0x7f070007;
+ public static int abc_action_bar_stacked_max_height=0x7f070008;
+ public static int abc_action_bar_stacked_tab_max_width=0x7f070009;
+ public static int abc_action_bar_subtitle_bottom_margin_material=0x7f07000a;
+ public static int abc_action_bar_subtitle_top_margin_material=0x7f07000b;
+ public static int abc_action_button_min_height_material=0x7f07000c;
+ public static int abc_action_button_min_width_material=0x7f07000d;
+ public static int abc_action_button_min_width_overflow_material=0x7f07000e;
+ public static int abc_alert_dialog_button_bar_height=0x7f07000f;
+ public static int abc_button_inset_horizontal_material=0x7f070010;
+ public static int abc_button_inset_vertical_material=0x7f070011;
+ public static int abc_button_padding_horizontal_material=0x7f070012;
+ public static int abc_button_padding_vertical_material=0x7f070013;
+ public static int abc_config_prefDialogWidth=0x7f070014;
+ public static int abc_control_corner_material=0x7f070015;
+ public static int abc_control_inset_material=0x7f070016;
+ public static int abc_control_padding_material=0x7f070017;
+ public static int abc_dialog_list_padding_vertical_material=0x7f070018;
+ public static int abc_dialog_min_width_major=0x7f070019;
+ public static int abc_dialog_min_width_minor=0x7f07001a;
+ public static int abc_dialog_padding_material=0x7f07001b;
+ public static int abc_dialog_padding_top_material=0x7f07001c;
+ public static int abc_disabled_alpha_material_dark=0x7f07001d;
+ public static int abc_disabled_alpha_material_light=0x7f07001e;
+ public static int abc_dropdownitem_icon_width=0x7f07001f;
+ public static int abc_dropdownitem_text_padding_left=0x7f070020;
+ public static int abc_dropdownitem_text_padding_right=0x7f070021;
+ public static int abc_edit_text_inset_bottom_material=0x7f070022;
+ public static int abc_edit_text_inset_horizontal_material=0x7f070023;
+ public static int abc_edit_text_inset_top_material=0x7f070024;
+ public static int abc_floating_window_z=0x7f070025;
+ public static int abc_list_item_padding_horizontal_material=0x7f070026;
+ public static int abc_panel_menu_list_width=0x7f070027;
+ public static int abc_search_view_preferred_width=0x7f070028;
+ public static int abc_search_view_text_min_width=0x7f070029;
+ public static int abc_switch_padding=0x7f07002a;
+ public static int abc_text_size_body_1_material=0x7f07002b;
+ public static int abc_text_size_body_2_material=0x7f07002c;
+ public static int abc_text_size_button_material=0x7f07002d;
+ public static int abc_text_size_caption_material=0x7f07002e;
+ public static int abc_text_size_display_1_material=0x7f07002f;
+ public static int abc_text_size_display_2_material=0x7f070030;
+ public static int abc_text_size_display_3_material=0x7f070031;
+ public static int abc_text_size_display_4_material=0x7f070032;
+ public static int abc_text_size_headline_material=0x7f070033;
+ public static int abc_text_size_large_material=0x7f070034;
+ public static int abc_text_size_medium_material=0x7f070035;
+ public static int abc_text_size_menu_material=0x7f070036;
+ public static int abc_text_size_small_material=0x7f070037;
+ public static int abc_text_size_subhead_material=0x7f070038;
+ public static int abc_text_size_subtitle_material_toolbar=0x7f070039;
+ public static int abc_text_size_title_material=0x7f07003a;
+ public static int abc_text_size_title_material_toolbar=0x7f07003b;
+ public static int dialog_fixed_height_major=0x7f07003c;
+ public static int dialog_fixed_height_minor=0x7f07003d;
+ public static int dialog_fixed_width_major=0x7f07003e;
+ public static int dialog_fixed_width_minor=0x7f07003f;
+ public static int disabled_alpha_material_dark=0x7f070040;
+ public static int disabled_alpha_material_light=0x7f070041;
+ }
+ public static final class drawable {
+ public static int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static int abc_btn_borderless_material=0x7f020001;
+ public static int abc_btn_check_material=0x7f020002;
+ public static int abc_btn_check_to_on_mtrl_000=0x7f020003;
+ public static int abc_btn_check_to_on_mtrl_015=0x7f020004;
+ public static int abc_btn_default_mtrl_shape=0x7f020005;
+ public static int abc_btn_radio_material=0x7f020006;
+ public static int abc_btn_radio_to_on_mtrl_000=0x7f020007;
+ public static int abc_btn_radio_to_on_mtrl_015=0x7f020008;
+ public static int abc_btn_rating_star_off_mtrl_alpha=0x7f020009;
+ public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a;
+ public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
+ public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
+ public static int abc_cab_background_internal_bg=0x7f02000d;
+ public static int abc_cab_background_top_material=0x7f02000e;
+ public static int abc_cab_background_top_mtrl_alpha=0x7f02000f;
+ public static int abc_dialog_material_background_dark=0x7f020010;
+ public static int abc_dialog_material_background_light=0x7f020011;
+ public static int abc_edit_text_material=0x7f020012;
+ public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020013;
+ public static int abc_ic_clear_mtrl_alpha=0x7f020014;
+ public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020015;
+ public static int abc_ic_go_search_api_mtrl_alpha=0x7f020016;
+ public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017;
+ public static int abc_ic_menu_cut_mtrl_alpha=0x7f020018;
+ public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019;
+ public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a;
+ public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b;
+ public static int abc_ic_menu_share_mtrl_alpha=0x7f02001c;
+ public static int abc_ic_search_api_mtrl_alpha=0x7f02001d;
+ public static int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e;
+ public static int abc_item_background_holo_dark=0x7f02001f;
+ public static int abc_item_background_holo_light=0x7f020020;
+ public static int abc_list_divider_mtrl_alpha=0x7f020021;
+ public static int abc_list_focused_holo=0x7f020022;
+ public static int abc_list_longpressed_holo=0x7f020023;
+ public static int abc_list_pressed_holo_dark=0x7f020024;
+ public static int abc_list_pressed_holo_light=0x7f020025;
+ public static int abc_list_selector_background_transition_holo_dark=0x7f020026;
+ public static int abc_list_selector_background_transition_holo_light=0x7f020027;
+ public static int abc_list_selector_disabled_holo_dark=0x7f020028;
+ public static int abc_list_selector_disabled_holo_light=0x7f020029;
+ public static int abc_list_selector_holo_dark=0x7f02002a;
+ public static int abc_list_selector_holo_light=0x7f02002b;
+ public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c;
+ public static int abc_popup_background_mtrl_mult=0x7f02002d;
+ public static int abc_ratingbar_full_material=0x7f02002e;
+ public static int abc_spinner_mtrl_am_alpha=0x7f02002f;
+ public static int abc_spinner_textfield_background_material=0x7f020030;
+ public static int abc_switch_thumb_material=0x7f020031;
+ public static int abc_switch_track_mtrl_alpha=0x7f020032;
+ public static int abc_tab_indicator_material=0x7f020033;
+ public static int abc_tab_indicator_mtrl_alpha=0x7f020034;
+ public static int abc_text_cursor_mtrl_alpha=0x7f020035;
+ public static int abc_textfield_activated_mtrl_alpha=0x7f020036;
+ public static int abc_textfield_default_mtrl_alpha=0x7f020037;
+ public static int abc_textfield_search_activated_mtrl_alpha=0x7f020038;
+ public static int abc_textfield_search_default_mtrl_alpha=0x7f020039;
+ public static int abc_textfield_search_material=0x7f02003a;
+ public static int ic_launcher=0x7f02003b;
+ }
+ public static final class id {
+ public static int action_bar=0x7f080040;
+ public static int action_bar_activity_content=0x7f080000;
+ public static int action_bar_container=0x7f08003f;
+ public static int action_bar_root=0x7f08003b;
+ public static int action_bar_spinner=0x7f080001;
+ public static int action_bar_subtitle=0x7f080024;
+ public static int action_bar_title=0x7f080023;
+ public static int action_context_bar=0x7f080041;
+ public static int action_menu_divider=0x7f080002;
+ public static int action_menu_presenter=0x7f080003;
+ public static int action_mode_bar=0x7f08003d;
+ public static int action_mode_bar_stub=0x7f08003c;
+ public static int action_mode_close_button=0x7f080025;
+ public static int activity_chooser_view_content=0x7f080026;
+ public static int alertTitle=0x7f080030;
+ public static int always=0x7f080016;
+ public static int beginning=0x7f080013;
+ public static int buttonPanel=0x7f080036;
+ public static int checkbox=0x7f080038;
+ public static int collapseActionView=0x7f080017;
+ public static int contentPanel=0x7f080031;
+ public static int custom=0x7f080035;
+ public static int customPanel=0x7f080034;
+ public static int decor_content_parent=0x7f08003e;
+ public static int default_activity_button=0x7f080029;
+ public static int dialog=0x7f08001b;
+ public static int disableHome=0x7f08000c;
+ public static int dropdown=0x7f08001c;
+ public static int edit_query=0x7f080042;
+ public static int end=0x7f080014;
+ public static int expand_activities_button=0x7f080027;
+ public static int expanded_menu=0x7f080037;
+ public static int got_it_button_view=0x7f080050;
+ public static int home=0x7f080004;
+ public static int homeAsUp=0x7f08000d;
+ public static int icon=0x7f08002b;
+ public static int ifRoom=0x7f080018;
+ public static int image=0x7f080028;
+ public static int listMode=0x7f080009;
+ public static int list_item=0x7f08002a;
+ public static int middle=0x7f080015;
+ public static int multiply=0x7f08001e;
+ public static int never=0x7f080019;
+ public static int none=0x7f08000e;
+ public static int normal=0x7f08000a;
+ public static int parentPanel=0x7f08002d;
+ public static int progress_circular=0x7f080005;
+ public static int progress_horizontal=0x7f080006;
+ public static int radio=0x7f08003a;
+ public static int screen=0x7f08001f;
+ public static int scrollView=0x7f080032;
+ public static int search_badge=0x7f080044;
+ public static int search_bar=0x7f080043;
+ public static int search_button=0x7f080045;
+ public static int search_close_btn=0x7f08004a;
+ public static int search_edit_frame=0x7f080046;
+ public static int search_go_btn=0x7f08004c;
+ public static int search_mag_icon=0x7f080047;
+ public static int search_plate=0x7f080048;
+ public static int search_src_text=0x7f080049;
+ public static int search_voice_btn=0x7f08004d;
+ public static int select_dialog_listview=0x7f08004e;
+ public static int shortcut=0x7f080039;
+ public static int showCustom=0x7f08000f;
+ public static int showHome=0x7f080010;
+ public static int showTitle=0x7f080011;
+ public static int skip_button_view=0x7f080051;
+ public static int split_action_bar=0x7f080007;
+ public static int src_atop=0x7f080020;
+ public static int src_in=0x7f080021;
+ public static int src_over=0x7f080022;
+ public static int submit_area=0x7f08004b;
+ public static int tabMode=0x7f08000b;
+ public static int textSpacerNoButtons=0x7f080033;
+ public static int title=0x7f08002c;
+ public static int title_template=0x7f08002f;
+ public static int title_view=0x7f080052;
+ public static int topPanel=0x7f08002e;
+ public static int tutorial_info_text=0x7f080053;
+ public static int tutorial_layout=0x7f08004f;
+ public static int up=0x7f080008;
+ public static int useLogo=0x7f080012;
+ public static int withText=0x7f08001a;
+ public static int wrap_content=0x7f08001d;
+ }
+ public static final class integer {
+ public static int abc_config_activityDefaultDur=0x7f090000;
+ public static int abc_config_activityShortDur=0x7f090001;
+ public static int abc_max_action_buttons=0x7f090002;
+ }
+ public static final class layout {
+ public static int abc_action_bar_title_item=0x7f030000;
+ public static int abc_action_bar_up_container=0x7f030001;
+ public static int abc_action_bar_view_list_nav_layout=0x7f030002;
+ public static int abc_action_menu_item_layout=0x7f030003;
+ public static int abc_action_menu_layout=0x7f030004;
+ public static int abc_action_mode_bar=0x7f030005;
+ public static int abc_action_mode_close_item_material=0x7f030006;
+ public static int abc_activity_chooser_view=0x7f030007;
+ public static int abc_activity_chooser_view_list_item=0x7f030008;
+ public static int abc_alert_dialog_material=0x7f030009;
+ public static int abc_dialog_title_material=0x7f03000a;
+ public static int abc_expanded_menu_layout=0x7f03000b;
+ public static int abc_list_menu_item_checkbox=0x7f03000c;
+ public static int abc_list_menu_item_icon=0x7f03000d;
+ public static int abc_list_menu_item_layout=0x7f03000e;
+ public static int abc_list_menu_item_radio=0x7f03000f;
+ public static int abc_popup_menu_item_layout=0x7f030010;
+ public static int abc_screen_content_include=0x7f030011;
+ public static int abc_screen_simple=0x7f030012;
+ public static int abc_screen_simple_overlay_action_mode=0x7f030013;
+ public static int abc_screen_toolbar=0x7f030014;
+ public static int abc_search_dropdown_item_icons_2line=0x7f030015;
+ public static int abc_search_view=0x7f030016;
+ public static int abc_select_dialog_material=0x7f030017;
+ public static int abc_simple_dropdown_hint=0x7f030018;
+ public static int activity_tutorial_layout=0x7f030019;
+ public static int got_it_button_view=0x7f03001a;
+ public static int select_dialog_item_material=0x7f03001b;
+ public static int select_dialog_multichoice_material=0x7f03001c;
+ public static int select_dialog_singlechoice_material=0x7f03001d;
+ public static int skip_button_view=0x7f03001e;
+ public static int support_simple_spinner_dropdown_item=0x7f03001f;
+ public static int title_view=0x7f030020;
+ public static int tutorial_text=0x7f030021;
+ public static int tutorial_text_custom_test=0x7f030022;
+ }
+ public static final class string {
+ public static int abc_action_bar_home_description=0x7f0a0000;
+ public static int abc_action_bar_home_description_format=0x7f0a0001;
+ public static int abc_action_bar_home_subtitle_description_format=0x7f0a0002;
+ public static int abc_action_bar_up_description=0x7f0a0003;
+ public static int abc_action_menu_overflow_description=0x7f0a0004;
+ public static int abc_action_mode_done=0x7f0a0005;
+ public static int abc_activity_chooser_view_see_all=0x7f0a0006;
+ public static int abc_activitychooserview_choose_application=0x7f0a0007;
+ public static int abc_search_hint=0x7f0a0008;
+ public static int abc_searchview_description_clear=0x7f0a0009;
+ public static int abc_searchview_description_query=0x7f0a000a;
+ public static int abc_searchview_description_search=0x7f0a000b;
+ public static int abc_searchview_description_submit=0x7f0a000c;
+ public static int abc_searchview_description_voice=0x7f0a000d;
+ public static int abc_shareactionprovider_share_with=0x7f0a000e;
+ public static int abc_shareactionprovider_share_with_application=0x7f0a000f;
+ public static int abc_toolbar_collapse_description=0x7f0a0010;
+ public static int app_name=0x7f0a0011;
+ public static int got_it_button_text=0x7f0a0012;
+ public static int skip_button_text=0x7f0a0013;
+ }
+ public static final class style {
+ public static int AlertDialog_AppCompat=0x7f0b0000;
+ public static int AlertDialog_AppCompat_Light=0x7f0b0001;
+ public static int Animation_AppCompat_Dialog=0x7f0b0002;
+ public static int Animation_AppCompat_DropDownUp=0x7f0b0003;
+ public static int Base_AlertDialog_AppCompat=0x7f0b0004;
+ public static int Base_AlertDialog_AppCompat_Light=0x7f0b0005;
+ public static int Base_Animation_AppCompat_Dialog=0x7f0b0006;
+ public static int Base_Animation_AppCompat_DropDownUp=0x7f0b0007;
+ public static int Base_DialogWindowTitle_AppCompat=0x7f0b0008;
+ public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0b0009;
+ public static int Base_TextAppearance_AppCompat=0x7f0b000a;
+ public static int Base_TextAppearance_AppCompat_Body1=0x7f0b000b;
+ public static int Base_TextAppearance_AppCompat_Body2=0x7f0b000c;
+ public static int Base_TextAppearance_AppCompat_Button=0x7f0b000d;
+ public static int Base_TextAppearance_AppCompat_Caption=0x7f0b000e;
+ public static int Base_TextAppearance_AppCompat_Display1=0x7f0b000f;
+ public static int Base_TextAppearance_AppCompat_Display2=0x7f0b0010;
+ public static int Base_TextAppearance_AppCompat_Display3=0x7f0b0011;
+ public static int Base_TextAppearance_AppCompat_Display4=0x7f0b0012;
+ public static int Base_TextAppearance_AppCompat_Headline=0x7f0b0013;
+ public static int Base_TextAppearance_AppCompat_Inverse=0x7f0b0014;
+ public static int Base_TextAppearance_AppCompat_Large=0x7f0b0015;
+ public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0016;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0017;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0018;
+ public static int Base_TextAppearance_AppCompat_Medium=0x7f0b0019;
+ public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001a;
+ public static int Base_TextAppearance_AppCompat_Menu=0x7f0b001b;
+ public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001c;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001d;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b001e;
+ public static int Base_TextAppearance_AppCompat_Small=0x7f0b001f;
+ public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0020;
+ public static int Base_TextAppearance_AppCompat_Subhead=0x7f0b0021;
+ public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0022;
+ public static int Base_TextAppearance_AppCompat_Title=0x7f0b0023;
+ public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0024;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0025;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0026;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0027;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0028;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0029;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002a;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002b;
+ public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002c;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002d;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002e;
+ public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b002f;
+ public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0030;
+ public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0031;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0032;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0033;
+ public static int Base_Theme_AppCompat=0x7f0b0034;
+ public static int Base_Theme_AppCompat_CompactMenu=0x7f0b0035;
+ public static int Base_Theme_AppCompat_Dialog=0x7f0b0036;
+ public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0037;
+ public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0038;
+ public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b0039;
+ public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b003a;
+ public static int Base_Theme_AppCompat_Light=0x7f0b003b;
+ public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b003c;
+ public static int Base_Theme_AppCompat_Light_Dialog=0x7f0b003d;
+ public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b003e;
+ public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b003f;
+ public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0040;
+ public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0041;
+ public static int Base_ThemeOverlay_AppCompat=0x7f0b0042;
+ public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0043;
+ public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0044;
+ public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0045;
+ public static int Base_ThemeOverlay_AppCompat_Light=0x7f0b0046;
+ public static int Base_V11_Theme_AppCompat_Dialog=0x7f0b0110;
+ public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0111;
+ public static int Base_V21_Theme_AppCompat=0x7f0b0118;
+ public static int Base_V21_Theme_AppCompat_Dialog=0x7f0b0119;
+ public static int Base_V21_Theme_AppCompat_Light=0x7f0b011a;
+ public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b011b;
+ public static int Base_V7_Theme_AppCompat=0x7f0b0047;
+ public static int Base_V7_Theme_AppCompat_Dialog=0x7f0b0048;
+ public static int Base_V7_Theme_AppCompat_Light=0x7f0b0049;
+ public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b004a;
+ public static int Base_Widget_AppCompat_ActionBar=0x7f0b004b;
+ public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b004c;
+ public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b004d;
+ public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b004e;
+ public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b004f;
+ public static int Base_Widget_AppCompat_ActionButton=0x7f0b0050;
+ public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0051;
+ public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0052;
+ public static int Base_Widget_AppCompat_ActionMode=0x7f0b0053;
+ public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0b0054;
+ public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b0055;
+ public static int Base_Widget_AppCompat_Button=0x7f0b0056;
+ public static int Base_Widget_AppCompat_Button_Borderless=0x7f0b0057;
+ public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0058;
+ public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0059;
+ public static int Base_Widget_AppCompat_Button_Small=0x7f0b005a;
+ public static int Base_Widget_AppCompat_ButtonBar=0x7f0b005b;
+ public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b005c;
+ public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b005d;
+ public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b005e;
+ public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b005f;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b0060;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b0061;
+ public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0062;
+ public static int Base_Widget_AppCompat_EditText=0x7f0b0063;
+ public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0b0064;
+ public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0065;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0066;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0067;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0068;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0069;
+ public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b006a;
+ public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b006b;
+ public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0b006c;
+ public static int Base_Widget_AppCompat_ListView=0x7f0b006d;
+ public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0b006e;
+ public static int Base_Widget_AppCompat_ListView_Menu=0x7f0b006f;
+ public static int Base_Widget_AppCompat_PopupMenu=0x7f0b0070;
+ public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b0071;
+ public static int Base_Widget_AppCompat_PopupWindow=0x7f0b0072;
+ public static int Base_Widget_AppCompat_ProgressBar=0x7f0b0073;
+ public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0074;
+ public static int Base_Widget_AppCompat_RatingBar=0x7f0b0075;
+ public static int Base_Widget_AppCompat_SearchView=0x7f0b0076;
+ public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b0077;
+ public static int Base_Widget_AppCompat_Spinner=0x7f0b0078;
+ public static int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0079;
+ public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b007a;
+ public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b007b;
+ public static int Base_Widget_AppCompat_Toolbar=0x7f0b007c;
+ public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b007d;
+ public static int Platform_AppCompat=0x7f0b007e;
+ public static int Platform_AppCompat_Light=0x7f0b007f;
+ public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b0080;
+ public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0b0081;
+ public static int Platform_V11_AppCompat=0x7f0b0112;
+ public static int Platform_V11_AppCompat_Light=0x7f0b0113;
+ public static int Platform_V12_AppCompat=0x7f0b0114;
+ public static int Platform_V12_AppCompat_Light=0x7f0b0115;
+ public static int Platform_V14_AppCompat=0x7f0b0116;
+ public static int Platform_V14_AppCompat_Light=0x7f0b0117;
+ public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b0082;
+ public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b0083;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b0084;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b0085;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b0086;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b0087;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b0088;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b0089;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b008a;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b008b;
+ public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b008c;
+ public static int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b008d;
+ public static int TextAppearance_AppCompat=0x7f0b008e;
+ public static int TextAppearance_AppCompat_Body1=0x7f0b008f;
+ public static int TextAppearance_AppCompat_Body2=0x7f0b0090;
+ public static int TextAppearance_AppCompat_Button=0x7f0b0091;
+ public static int TextAppearance_AppCompat_Caption=0x7f0b0092;
+ public static int TextAppearance_AppCompat_Display1=0x7f0b0093;
+ public static int TextAppearance_AppCompat_Display2=0x7f0b0094;
+ public static int TextAppearance_AppCompat_Display3=0x7f0b0095;
+ public static int TextAppearance_AppCompat_Display4=0x7f0b0096;
+ public static int TextAppearance_AppCompat_Headline=0x7f0b0097;
+ public static int TextAppearance_AppCompat_Inverse=0x7f0b0098;
+ public static int TextAppearance_AppCompat_Large=0x7f0b0099;
+ public static int TextAppearance_AppCompat_Large_Inverse=0x7f0b009a;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b009b;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b009c;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b009d;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b009e;
+ public static int TextAppearance_AppCompat_Medium=0x7f0b009f;
+ public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00a0;
+ public static int TextAppearance_AppCompat_Menu=0x7f0b00a1;
+ public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00a2;
+ public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00a3;
+ public static int TextAppearance_AppCompat_Small=0x7f0b00a4;
+ public static int TextAppearance_AppCompat_Small_Inverse=0x7f0b00a5;
+ public static int TextAppearance_AppCompat_Subhead=0x7f0b00a6;
+ public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00a7;
+ public static int TextAppearance_AppCompat_Title=0x7f0b00a8;
+ public static int TextAppearance_AppCompat_Title_Inverse=0x7f0b00a9;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00aa;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00ab;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00ac;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00ad;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00ae;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00af;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00b0;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00b1;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00b2;
+ public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00b3;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00b4;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00b5;
+ public static int TextAppearance_AppCompat_Widget_Switch=0x7f0b00b6;
+ public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00b7;
+ public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b00b8;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00b9;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00ba;
+ public static int Theme_AppCompat=0x7f0b00bb;
+ public static int Theme_AppCompat_CompactMenu=0x7f0b00bc;
+ public static int Theme_AppCompat_Dialog=0x7f0b00bd;
+ public static int Theme_AppCompat_Dialog_Alert=0x7f0b00be;
+ public static int Theme_AppCompat_Dialog_MinWidth=0x7f0b00bf;
+ public static int Theme_AppCompat_DialogWhenLarge=0x7f0b00c0;
+ public static int Theme_AppCompat_Light=0x7f0b00c1;
+ public static int Theme_AppCompat_Light_DarkActionBar=0x7f0b00c2;
+ public static int Theme_AppCompat_Light_Dialog=0x7f0b00c3;
+ public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0b00c4;
+ public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b00c5;
+ public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b00c6;
+ public static int Theme_AppCompat_Light_NoActionBar=0x7f0b00c7;
+ public static int Theme_AppCompat_NoActionBar=0x7f0b00c8;
+ public static int ThemeOverlay_AppCompat=0x7f0b00c9;
+ public static int ThemeOverlay_AppCompat_ActionBar=0x7f0b00ca;
+ public static int ThemeOverlay_AppCompat_Dark=0x7f0b00cb;
+ public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b00cc;
+ public static int ThemeOverlay_AppCompat_Light=0x7f0b00cd;
+ public static int TutorialActivityTheme=0x7f0b00ce;
+ public static int Widget_AppCompat_ActionBar=0x7f0b00cf;
+ public static int Widget_AppCompat_ActionBar_Solid=0x7f0b00d0;
+ public static int Widget_AppCompat_ActionBar_TabBar=0x7f0b00d1;
+ public static int Widget_AppCompat_ActionBar_TabText=0x7f0b00d2;
+ public static int Widget_AppCompat_ActionBar_TabView=0x7f0b00d3;
+ public static int Widget_AppCompat_ActionButton=0x7f0b00d4;
+ public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0b00d5;
+ public static int Widget_AppCompat_ActionButton_Overflow=0x7f0b00d6;
+ public static int Widget_AppCompat_ActionMode=0x7f0b00d7;
+ public static int Widget_AppCompat_ActivityChooserView=0x7f0b00d8;
+ public static int Widget_AppCompat_AutoCompleteTextView=0x7f0b00d9;
+ public static int Widget_AppCompat_Button=0x7f0b00da;
+ public static int Widget_AppCompat_Button_Borderless=0x7f0b00db;
+ public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0b00dc;
+ public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00dd;
+ public static int Widget_AppCompat_Button_Small=0x7f0b00de;
+ public static int Widget_AppCompat_ButtonBar=0x7f0b00df;
+ public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00e0;
+ public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00e1;
+ public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00e2;
+ public static int Widget_AppCompat_CompoundButton_Switch=0x7f0b00e3;
+ public static int Widget_AppCompat_DrawerArrowToggle=0x7f0b00e4;
+ public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0b00e5;
+ public static int Widget_AppCompat_EditText=0x7f0b00e6;
+ public static int Widget_AppCompat_Light_ActionBar=0x7f0b00e7;
+ public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b00e8;
+ public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b00e9;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b00ea;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b00eb;
+ public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b00ec;
+ public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b00ed;
+ public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b00ee;
+ public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b00ef;
+ public static int Widget_AppCompat_Light_ActionButton=0x7f0b00f0;
+ public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b00f1;
+ public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b00f2;
+ public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b00f3;
+ public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0b00f4;
+ public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b00f5;
+ public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b00f6;
+ public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0b00f7;
+ public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0b00f8;
+ public static int Widget_AppCompat_Light_PopupMenu=0x7f0b00f9;
+ public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b00fa;
+ public static int Widget_AppCompat_Light_SearchView=0x7f0b00fb;
+ public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b00fc;
+ public static int Widget_AppCompat_ListPopupWindow=0x7f0b00fd;
+ public static int Widget_AppCompat_ListView=0x7f0b00fe;
+ public static int Widget_AppCompat_ListView_DropDown=0x7f0b00ff;
+ public static int Widget_AppCompat_ListView_Menu=0x7f0b0100;
+ public static int Widget_AppCompat_PopupMenu=0x7f0b0101;
+ public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0102;
+ public static int Widget_AppCompat_PopupWindow=0x7f0b0103;
+ public static int Widget_AppCompat_ProgressBar=0x7f0b0104;
+ public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0105;
+ public static int Widget_AppCompat_RatingBar=0x7f0b0106;
+ public static int Widget_AppCompat_SearchView=0x7f0b0107;
+ public static int Widget_AppCompat_SearchView_ActionBar=0x7f0b0108;
+ public static int Widget_AppCompat_Spinner=0x7f0b0109;
+ public static int Widget_AppCompat_Spinner_DropDown=0x7f0b010a;
+ public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b010b;
+ public static int Widget_AppCompat_Spinner_Underlined=0x7f0b010c;
+ public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0b010d;
+ public static int Widget_AppCompat_Toolbar=0x7f0b010e;
+ public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b010f;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#background}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:background
+ */
+ public static int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundSplit
+ */
+ public static int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundStacked}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundStacked
+ */
+ public static int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetEnd
+ */
+ public static int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetLeft
+ */
+ public static int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetRight
+ */
+ public static int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetStart
+ */
+ public static int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#customNavigationLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:customNavigationLayout
+ */
+ public static int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#displayOptions}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ @attr name com.braunster.tutorialview:displayOptions
+ */
+ public static int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#divider}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:divider
+ */
+ public static int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#elevation}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:elevation
+ */
+ public static int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#height}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:height
+ */
+ public static int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#hideOnContentScroll}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:hideOnContentScroll
+ */
+ public static int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeAsUpIndicator
+ */
+ public static int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeLayout
+ */
+ public static int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#icon}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:icon
+ */
+ public static int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#indeterminateProgressStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:indeterminateProgressStyle
+ */
+ public static int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#itemPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:itemPadding
+ */
+ public static int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#logo}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:logo
+ */
+ public static int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationMode}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ @attr name com.braunster.tutorialview:navigationMode
+ */
+ public static int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupTheme}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupTheme
+ */
+ public static int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#progressBarPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:progressBarPadding
+ */
+ public static int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#progressBarStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:progressBarStyle
+ */
+ public static int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:subtitle
+ */
+ public static int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextStyle
+ */
+ public static int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#title}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:title
+ */
+ public static int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextStyle
+ */
+ public static int ActionBar_titleTextStyle = 5;
+ /** Attributes that can be used with a ActionBarLayout.
+
+ @see #ActionBarLayout_android_layout_gravity
+ */
+ public static final int[] ActionBarLayout = {
+ 0x010100b3
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #ActionBarLayout} array.
+ @attr name android:layout_gravity
+ */
+ public static int ActionBarLayout_android_layout_gravity = 0;
+ /** Attributes that can be used with a ActionMenuItemView.
+
+ @see #ActionMenuItemView_android_minWidth
+ */
+ public static final int[] ActionMenuItemView = {
+ 0x0101013f
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#minWidth}
+ attribute's value can be found in the {@link #ActionMenuItemView} array.
+ @attr name android:minWidth
+ */
+ public static int ActionMenuItemView_android_minWidth = 0;
+ /** Attributes that can be used with a ActionMenuView.
+ */
+ public static final int[] ActionMenuView = {
+
+ };
+ /** Attributes that can be used with a ActionMode.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#background}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:background
+ */
+ public static int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundSplit
+ */
+ public static int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#closeItemLayout}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:closeItemLayout
+ */
+ public static int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#height}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:height
+ */
+ public static int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextStyle
+ */
+ public static int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextStyle
+ */
+ public static int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#expandActivityOverflowButtonDrawable}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:expandActivityOverflowButtonDrawable
+ */
+ public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#initialActivityCount}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:initialActivityCount
+ */
+ public static int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a AlertDialog.
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+ @attr name android:layout
+ */
+ public static int AlertDialog_android_layout = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonPanelSideLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonPanelSideLayout
+ */
+ public static int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listItemLayout
+ */
+ public static int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listLayout
+ */
+ public static int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#multiChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:multiChoiceItemLayout
+ */
+ public static int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#singleChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:singleChoiceItemLayout
+ */
+ public static int AlertDialog_singleChoiceItemLayout = 4;
+ /** Attributes that can be used with a AppCompatTextView.
+
This symbol is the offset where the {@link android.R.attr#textAppearance}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+ @attr name android:textAppearance
+ */
+ public static int AppCompatTextView_android_textAppearance = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview:textAllCaps
+ */
+ public static int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#barSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:barSize
+ */
+ public static int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#color}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:color
+ */
+ public static int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#drawableSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:drawableSize
+ */
+ public static int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#gapBetweenBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:gapBetweenBars
+ */
+ public static int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#middleBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:middleBarArrowSize
+ */
+ public static int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:spinBars
+ */
+ public static int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#thickness}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:thickness
+ */
+ public static int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#topBottomBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:topBottomBarArrowSize
+ */
+ public static int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#divider}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:divider
+ */
+ public static int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerPadding}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dividerPadding
+ */
+ public static int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#measureWithLargestChild}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:measureWithLargestChild
+ */
+ public static int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showDividers}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ @attr name com.braunster.tutorialview:showDividers
+ */
+ public static int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionLayout}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionLayout
+ */
+ public static int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionProviderClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:actionProviderClass
+ */
+ public static int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionViewClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:actionViewClass
+ */
+ public static int MenuItem_actionViewClass = 15;
+ /**
+
This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:alphabeticShortcut
+ */
+ public static int MenuItem_android_alphabeticShortcut = 9;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checkable}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checkable
+ */
+ public static int MenuItem_android_checkable = 11;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checked}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checked
+ */
+ public static int MenuItem_android_checked = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:enabled
+ */
+ public static int MenuItem_android_enabled = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#icon}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:icon
+ */
+ public static int MenuItem_android_icon = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:id
+ */
+ public static int MenuItem_android_id = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:menuCategory
+ */
+ public static int MenuItem_android_menuCategory = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#numericShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:numericShortcut
+ */
+ public static int MenuItem_android_numericShortcut = 10;
+ /**
+
This symbol is the offset where the {@link android.R.attr#onClick}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:onClick
+ */
+ public static int MenuItem_android_onClick = 12;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:orderInCategory
+ */
+ public static int MenuItem_android_orderInCategory = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#title}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:title
+ */
+ public static int MenuItem_android_title = 7;
+ /**
+
This symbol is the offset where the {@link android.R.attr#titleCondensed}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:titleCondensed
+ */
+ public static int MenuItem_android_titleCondensed = 8;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:visible
+ */
+ public static int MenuItem_android_visible = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showAsAction}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ @attr name com.braunster.tutorialview:showAsAction
+ */
+ public static int MenuItem_showAsAction = 13;
+ /** Attributes that can be used with a MenuView.
+
This symbol is the offset where the {@link android.R.attr#headerBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:headerBackground
+ */
+ public static int MenuView_android_headerBackground = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#horizontalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:horizontalDivider
+ */
+ public static int MenuView_android_horizontalDivider = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemBackground
+ */
+ public static int MenuView_android_itemBackground = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemIconDisabledAlpha
+ */
+ public static int MenuView_android_itemIconDisabledAlpha = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemTextAppearance
+ */
+ public static int MenuView_android_itemTextAppearance = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#verticalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:verticalDivider
+ */
+ public static int MenuView_android_verticalDivider = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static int MenuView_android_windowAnimationStyle = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#preserveIconSpacing}
+ attribute's value can be found in the {@link #MenuView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:preserveIconSpacing
+ */
+ public static int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#overlapAnchor}
+ attribute's value can be found in the {@link #PopupWindow} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:overlapAnchor
+ */
+ public static int PopupWindow_overlapAnchor = 1;
+ /** Attributes that can be used with a PopupWindowBackgroundState.
+
+ @see #PopupWindowBackgroundState_state_above_anchor
+ */
+ public static final int[] PopupWindowBackgroundState = {
+ 0x7f010036
+ };
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#state_above_anchor}
+ attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:state_above_anchor
+ */
+ public static int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#closeIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:closeIcon
+ */
+ public static int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#commitIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:commitIcon
+ */
+ public static int SearchView_commitIcon = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#goIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:goIcon
+ */
+ public static int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#iconifiedByDefault}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:iconifiedByDefault
+ */
+ public static int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#layout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:layout
+ */
+ public static int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#queryBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:queryBackground
+ */
+ public static int SearchView_queryBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#queryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:queryHint
+ */
+ public static int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchHintIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchHintIcon
+ */
+ public static int SearchView_searchHintIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchIcon
+ */
+ public static int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#submitBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:submitBackground
+ */
+ public static int SearchView_submitBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#suggestionRowLayout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:suggestionRowLayout
+ */
+ public static int SearchView_suggestionRowLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#voiceIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:voiceIcon
+ */
+ public static int SearchView_voiceIcon = 11;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:background
+ */
+ public static int Spinner_android_background = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static int Spinner_android_dropDownHorizontalOffset = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownSelector}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownSelector
+ */
+ public static int Spinner_android_dropDownSelector = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static int Spinner_android_dropDownVerticalOffset = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static int Spinner_android_dropDownWidth = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:gravity
+ */
+ public static int Spinner_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static int Spinner_android_popupBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#disableChildrenWhenDisabled}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:disableChildrenWhenDisabled
+ */
+ public static int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupPromptView}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupPromptView
+ */
+ public static int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:prompt
+ */
+ public static int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerMode}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ @attr name com.braunster.tutorialview:spinnerMode
+ */
+ public static int Spinner_spinnerMode = 8;
+ /** Attributes that can be used with a SwitchCompat.
+
This symbol is the offset where the {@link android.R.attr#textOff}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOff
+ */
+ public static int SwitchCompat_android_textOff = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textOn}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOn
+ */
+ public static int SwitchCompat_android_textOn = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#thumb}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:thumb
+ */
+ public static int SwitchCompat_android_thumb = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showText}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:showText
+ */
+ public static int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#splitTrack}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:splitTrack
+ */
+ public static int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchMinWidth}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:switchMinWidth
+ */
+ public static int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:switchPadding
+ */
+ public static int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchTextAppearance}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:switchTextAppearance
+ */
+ public static int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#thumbTextPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:thumbTextPadding
+ */
+ public static int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#track}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:track
+ */
+ public static int SwitchCompat_track = 3;
+ /** Attributes that can be used with a TextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textColor
+ */
+ public static int TextAppearance_android_textColor = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textSize
+ */
+ public static int TextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textStyle}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textStyle
+ */
+ public static int TextAppearance_android_textStyle = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#typeface}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:typeface
+ */
+ public static int TextAppearance_android_typeface = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #TextAppearance} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview:textAllCaps
+ */
+ public static int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarDivider}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarDivider
+ */
+ public static int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarItemBackground
+ */
+ public static int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarPopupTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarPopupTheme
+ */
+ public static int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarSize}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ @attr name com.braunster.tutorialview:actionBarSize
+ */
+ public static int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarSplitStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarSplitStyle
+ */
+ public static int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarStyle
+ */
+ public static int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabBarStyle
+ */
+ public static int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabStyle
+ */
+ public static int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabTextStyle
+ */
+ public static int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTheme
+ */
+ public static int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarWidgetTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarWidgetTheme
+ */
+ public static int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionButtonStyle
+ */
+ public static int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionDropDownStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionDropDownStyle
+ */
+ public static int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionMenuTextAppearance}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionMenuTextAppearance
+ */
+ public static int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionMenuTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:actionMenuTextColor
+ */
+ public static int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeBackground
+ */
+ public static int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCloseButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCloseButtonStyle
+ */
+ public static int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCloseDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCloseDrawable
+ */
+ public static int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCopyDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCopyDrawable
+ */
+ public static int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCutDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCutDrawable
+ */
+ public static int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeFindDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeFindDrawable
+ */
+ public static int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModePasteDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModePasteDrawable
+ */
+ public static int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModePopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModePopupWindowStyle
+ */
+ public static int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeSelectAllDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeSelectAllDrawable
+ */
+ public static int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeShareDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeShareDrawable
+ */
+ public static int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeSplitBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeSplitBackground
+ */
+ public static int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeStyle
+ */
+ public static int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeWebSearchDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeWebSearchDrawable
+ */
+ public static int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionOverflowButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionOverflowButtonStyle
+ */
+ public static int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionOverflowMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionOverflowMenuStyle
+ */
+ public static int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#activityChooserViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:activityChooserViewStyle
+ */
+ public static int Theme_activityChooserViewStyle = 56;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogButtonGroupStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogButtonGroupStyle
+ */
+ public static int Theme_alertDialogButtonGroupStyle = 89;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogCenterButtons}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:alertDialogCenterButtons
+ */
+ public static int Theme_alertDialogCenterButtons = 90;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogStyle
+ */
+ public static int Theme_alertDialogStyle = 88;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogTheme
+ */
+ public static int Theme_alertDialogTheme = 91;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static int Theme_android_windowAnimationStyle = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowIsFloating}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowIsFloating
+ */
+ public static int Theme_android_windowIsFloating = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#autoCompleteTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:autoCompleteTextViewStyle
+ */
+ public static int Theme_autoCompleteTextViewStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarButtonStyle
+ */
+ public static int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarNegativeButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarNegativeButtonStyle
+ */
+ public static int Theme_buttonBarNegativeButtonStyle = 94;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarNeutralButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarNeutralButtonStyle
+ */
+ public static int Theme_buttonBarNeutralButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarPositiveButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarPositiveButtonStyle
+ */
+ public static int Theme_buttonBarPositiveButtonStyle = 93;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarStyle
+ */
+ public static int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonStyle
+ */
+ public static int Theme_buttonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonStyleSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonStyleSmall
+ */
+ public static int Theme_buttonStyleSmall = 98;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#checkboxStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:checkboxStyle
+ */
+ public static int Theme_checkboxStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#checkedTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:checkedTextViewStyle
+ */
+ public static int Theme_checkedTextViewStyle = 100;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorAccent}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorAccent
+ */
+ public static int Theme_colorAccent = 82;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorButtonNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorButtonNormal
+ */
+ public static int Theme_colorButtonNormal = 86;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlActivated}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlActivated
+ */
+ public static int Theme_colorControlActivated = 84;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlHighlight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlHighlight
+ */
+ public static int Theme_colorControlHighlight = 85;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlNormal
+ */
+ public static int Theme_colorControlNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorPrimary}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorPrimary
+ */
+ public static int Theme_colorPrimary = 80;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorPrimaryDark}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorPrimaryDark
+ */
+ public static int Theme_colorPrimaryDark = 81;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorSwitchThumbNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorSwitchThumbNormal
+ */
+ public static int Theme_colorSwitchThumbNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dialogPreferredPadding}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dialogPreferredPadding
+ */
+ public static int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dialogTheme
+ */
+ public static int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerHorizontal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dividerHorizontal
+ */
+ public static int Theme_dividerHorizontal = 55;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerVertical}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dividerVertical
+ */
+ public static int Theme_dividerVertical = 54;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dropDownListViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dropDownListViewStyle
+ */
+ public static int Theme_dropDownListViewStyle = 72;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dropdownListPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dropdownListPreferredItemHeight
+ */
+ public static int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:editTextBackground
+ */
+ public static int Theme_editTextBackground = 62;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:editTextColor
+ */
+ public static int Theme_editTextColor = 61;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:editTextStyle
+ */
+ public static int Theme_editTextStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeAsUpIndicator
+ */
+ public static int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listChoiceBackgroundIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listChoiceBackgroundIndicator
+ */
+ public static int Theme_listChoiceBackgroundIndicator = 79;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listDividerAlertDialog}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listDividerAlertDialog
+ */
+ public static int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listPopupWindowStyle
+ */
+ public static int Theme_listPopupWindowStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeight
+ */
+ public static int Theme_listPreferredItemHeight = 67;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeightLarge}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeightLarge
+ */
+ public static int Theme_listPreferredItemHeightLarge = 69;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeightSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeightSmall
+ */
+ public static int Theme_listPreferredItemHeightSmall = 68;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemPaddingLeft}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemPaddingLeft
+ */
+ public static int Theme_listPreferredItemPaddingLeft = 70;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemPaddingRight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemPaddingRight
+ */
+ public static int Theme_listPreferredItemPaddingRight = 71;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:panelBackground
+ */
+ public static int Theme_panelBackground = 76;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelMenuListTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:panelMenuListTheme
+ */
+ public static int Theme_panelMenuListTheme = 78;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelMenuListWidth}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:panelMenuListWidth
+ */
+ public static int Theme_panelMenuListWidth = 77;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupMenuStyle
+ */
+ public static int Theme_popupMenuStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupWindowStyle
+ */
+ public static int Theme_popupWindowStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#radioButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:radioButtonStyle
+ */
+ public static int Theme_radioButtonStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#ratingBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:ratingBarStyle
+ */
+ public static int Theme_ratingBarStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchViewStyle
+ */
+ public static int Theme_searchViewStyle = 66;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#selectableItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:selectableItemBackground
+ */
+ public static int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#selectableItemBackgroundBorderless}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:selectableItemBackgroundBorderless
+ */
+ public static int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerDropDownItemStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:spinnerDropDownItemStyle
+ */
+ public static int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:spinnerStyle
+ */
+ public static int Theme_spinnerStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:switchStyle
+ */
+ public static int Theme_switchStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceLargePopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceLargePopupMenu
+ */
+ public static int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceListItem
+ */
+ public static int Theme_textAppearanceListItem = 74;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceListItemSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceListItemSmall
+ */
+ public static int Theme_textAppearanceListItemSmall = 75;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSearchResultSubtitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSearchResultSubtitle
+ */
+ public static int Theme_textAppearanceSearchResultSubtitle = 64;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSearchResultTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSearchResultTitle
+ */
+ public static int Theme_textAppearanceSearchResultTitle = 63;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSmallPopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSmallPopupMenu
+ */
+ public static int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textColorAlertDialogListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:textColorAlertDialogListItem
+ */
+ public static int Theme_textColorAlertDialogListItem = 92;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textColorSearchUrl}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:textColorSearchUrl
+ */
+ public static int Theme_textColorSearchUrl = 65;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#toolbarNavigationButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:toolbarNavigationButtonStyle
+ */
+ public static int Theme_toolbarNavigationButtonStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#toolbarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:toolbarStyle
+ */
+ public static int Theme_toolbarStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionBar}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionBar
+ */
+ public static int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionBarOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionBarOverlay
+ */
+ public static int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionModeOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionModeOverlay
+ */
+ public static int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedHeightMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedHeightMajor
+ */
+ public static int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedHeightMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedHeightMinor
+ */
+ public static int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedWidthMajor
+ */
+ public static int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedWidthMinor
+ */
+ public static int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowMinWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowMinWidthMajor
+ */
+ public static int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowMinWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowMinWidthMinor
+ */
+ public static int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowNoTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowNoTitle
+ */
+ public static int Theme_windowNoTitle = 3;
+ /** Attributes that can be used with a Toolbar.
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:gravity
+ */
+ public static int Toolbar_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#minHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:minHeight
+ */
+ public static int Toolbar_android_minHeight = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#collapseContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:collapseContentDescription
+ */
+ public static int Toolbar_collapseContentDescription = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#collapseIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:collapseIcon
+ */
+ public static int Toolbar_collapseIcon = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetEnd
+ */
+ public static int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetLeft
+ */
+ public static int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetRight
+ */
+ public static int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetStart
+ */
+ public static int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#maxButtonHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:maxButtonHeight
+ */
+ public static int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:navigationContentDescription
+ */
+ public static int Toolbar_navigationContentDescription = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:navigationIcon
+ */
+ public static int Toolbar_navigationIcon = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupTheme
+ */
+ public static int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitle}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:subtitle
+ */
+ public static int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextAppearance
+ */
+ public static int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#title}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:title
+ */
+ public static int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginBottom}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginBottom
+ */
+ public static int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginEnd
+ */
+ public static int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginStart
+ */
+ public static int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginTop}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginTop
+ */
+ public static int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMargins}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMargins
+ */
+ public static int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextAppearance
+ */
+ public static int Toolbar_titleTextAppearance = 9;
+ /** Attributes that can be used with a View.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:focusable
+ */
+ public static int View_android_focusable = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:theme
+ */
+ public static int View_android_theme = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:backgroundTint
+ */
+ public static int View_backgroundTint = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.braunster.tutorialview:backgroundTintMode
+ */
+ public static int View_backgroundTintMode = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#paddingEnd}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:paddingEnd
+ */
+ public static int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#paddingStart}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:paddingStart
+ */
+ public static int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:theme
+ */
+ public static int View_theme = 4;
+ /** Attributes that can be used with a ViewStubCompat.
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:id
+ */
+ public static int ViewStubCompat_android_id = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inflatedId}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:inflatedId
+ */
+ public static int ViewStubCompat_android_inflatedId = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:layout
+ */
+ public static int ViewStubCompat_android_layout = 1;
+ };
+}
diff --git a/tutorial_view/build/generated/source/r/release/com/braunster/tutorialview/R.java b/tutorial_view/build/generated/source/r/release/com/braunster/tutorialview/R.java
new file mode 100644
index 0000000..030e4ff
--- /dev/null
+++ b/tutorial_view/build/generated/source/r/release/com/braunster/tutorialview/R.java
@@ -0,0 +1,5898 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package com.braunster.tutorialview;
+
+public final class R {
+ public static final class anim {
+ public static int abc_fade_in=0x7f040000;
+ public static int abc_fade_out=0x7f040001;
+ public static int abc_grow_fade_in_from_bottom=0x7f040002;
+ public static int abc_popup_enter=0x7f040003;
+ public static int abc_popup_exit=0x7f040004;
+ public static int abc_shrink_fade_out_from_bottom=0x7f040005;
+ public static int abc_slide_in_bottom=0x7f040006;
+ public static int abc_slide_in_top=0x7f040007;
+ public static int abc_slide_out_bottom=0x7f040008;
+ public static int abc_slide_out_top=0x7f040009;
+ public static int dummy=0x7f04000a;
+ public static int tutorial_info_view_fade_in=0x7f04000b;
+ public static int tutorial_info_view_fade_out=0x7f04000c;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarDivider=0x7f010063;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarItemBackground=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarPopupTheme=0x7f01005d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ */
+ public static int actionBarSize=0x7f010062;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarSplitStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabBarStyle=0x7f010059;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabStyle=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTabTextStyle=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarTheme=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionBarWidgetTheme=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionButtonStyle=0x7f01007d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionDropDownStyle=0x7f010079;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionLayout=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionMenuTextAppearance=0x7f010065;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int actionMenuTextColor=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeBackground=0x7f010069;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCloseButtonStyle=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCloseDrawable=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCopyDrawable=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeCutDrawable=0x7f01006c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeFindDrawable=0x7f010071;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModePasteDrawable=0x7f01006e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModePopupWindowStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeSelectAllDrawable=0x7f01006f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeShareDrawable=0x7f010070;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeSplitBackground=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeStyle=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionModeWebSearchDrawable=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionOverflowButtonStyle=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int actionOverflowMenuStyle=0x7f01005c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int actionProviderClass=0x7f010033;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int actionViewClass=0x7f010032;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int activityChooserViewStyle=0x7f010084;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogButtonGroupStyle=0x7f0100a5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int alertDialogCenterButtons=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogStyle=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int alertDialogTheme=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int autoCompleteTextViewStyle=0x7f0100ac;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int backgroundStacked=0x7f01000d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int backgroundTint=0x7f0100c5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ */
+ public static int backgroundTintMode=0x7f0100c6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int barSize=0x7f01002b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarButtonStyle=0x7f01007f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNegativeButtonStyle=0x7f0100aa;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarNeutralButtonStyle=0x7f0100ab;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarPositiveButtonStyle=0x7f0100a9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonBarStyle=0x7f01007e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonPanelSideLayout=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonStyle=0x7f0100ad;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int buttonStyleSmall=0x7f0100ae;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int checkboxStyle=0x7f0100af;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int checkedTextViewStyle=0x7f0100b0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int closeIcon=0x7f01003a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int collapseContentDescription=0x7f0100bf;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int collapseIcon=0x7f0100be;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int color=0x7f010025;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorAccent=0x7f01009e;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorButtonNormal=0x7f0100a2;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlActivated=0x7f0100a0;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlHighlight=0x7f0100a1;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorControlNormal=0x7f01009f;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimary=0x7f01009c;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorPrimaryDark=0x7f01009d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int colorSwitchThumbNormal=0x7f0100a3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int commitIcon=0x7f01003f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int customNavigationLayout=0x7f01000f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dialogPreferredPadding=0x7f010077;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dialogTheme=0x7f010076;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int disableChildrenWhenDisabled=0x7f010046;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dividerHorizontal=0x7f010083;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dividerPadding=0x7f01002f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dividerVertical=0x7f010082;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int drawableSize=0x7f010027;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int drawerArrowStyle=0x7f010000;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int dropDownListViewStyle=0x7f010094;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int dropdownListPreferredItemHeight=0x7f01007a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextBackground=0x7f01008a;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int editTextColor=0x7f010089;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int editTextStyle=0x7f0100b1;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int gapBetweenBars=0x7f010028;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int goIcon=0x7f01003b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int homeAsUpIndicator=0x7f01007c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int iconifiedByDefault=0x7f010038;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int layout=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listChoiceBackgroundIndicator=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listDividerAlertDialog=0x7f010078;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listItemLayout=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listLayout=0x7f010020;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int listPopupWindowStyle=0x7f010095;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeight=0x7f01008f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeightLarge=0x7f010091;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemHeightSmall=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemPaddingLeft=0x7f010092;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int listPreferredItemPaddingRight=0x7f010093;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int maxButtonHeight=0x7f0100bd;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int measureWithLargestChild=0x7f01002d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int middleBarArrowSize=0x7f01002a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int multiChoiceItemLayout=0x7f010021;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int navigationContentDescription=0x7f0100c1;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int navigationIcon=0x7f0100c0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int overlapAnchor=0x7f010035;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int paddingEnd=0x7f0100c3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int paddingStart=0x7f0100c2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int panelBackground=0x7f010098;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int panelMenuListTheme=0x7f01009a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int panelMenuListWidth=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupMenuStyle=0x7f010087;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupPromptView=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int popupWindowStyle=0x7f010088;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int preserveIconSpacing=0x7f010034;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int prompt=0x7f010043;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int queryBackground=0x7f010041;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int queryHint=0x7f010039;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int radioButtonStyle=0x7f0100b2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int ratingBarStyle=0x7f0100b3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchHintIcon=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchIcon=0x7f01003c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int searchViewStyle=0x7f01008e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int selectableItemBackground=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int selectableItemBackgroundBorderless=0x7f010081;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ */
+ public static int showAsAction=0x7f010030;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ */
+ public static int showDividers=0x7f01002e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int showText=0x7f01004d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int singleChoiceItemLayout=0x7f010022;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int spinBars=0x7f010026;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int spinnerDropDownItemStyle=0x7f01007b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static int spinnerMode=0x7f010044;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int spinnerStyle=0x7f0100b4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int splitTrack=0x7f01004c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int state_above_anchor=0x7f010036;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int submitBackground=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int subtitleTextAppearance=0x7f0100b7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int suggestionRowLayout=0x7f010040;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int switchMinWidth=0x7f01004a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int switchPadding=0x7f01004b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int switchStyle=0x7f0100b5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int switchTextAppearance=0x7f010049;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ */
+ public static int textAllCaps=0x7f010024;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceLargePopupMenu=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItem=0x7f010096;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceListItemSmall=0x7f010097;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSearchResultSubtitle=0x7f01008c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSearchResultTitle=0x7f01008b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int textAppearanceSmallPopupMenu=0x7f010075;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int textColorAlertDialogListItem=0x7f0100a8;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static int textColorSearchUrl=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int theme=0x7f0100c4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int thickness=0x7f01002c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int thumbTextPadding=0x7f010048;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginBottom=0x7f0100bc;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginEnd=0x7f0100ba;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginStart=0x7f0100b9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMarginTop=0x7f0100bb;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int titleMargins=0x7f0100b8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int titleTextAppearance=0x7f0100b6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int toolbarNavigationButtonStyle=0x7f010086;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int toolbarStyle=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int topBottomBarArrowSize=0x7f010029;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int track=0x7f010047;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static int voiceIcon=0x7f01003e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionBar=0x7f01004e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionBarOverlay=0x7f010050;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowActionModeOverlay=0x7f010051;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedHeightMajor=0x7f010055;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedHeightMinor=0x7f010053;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedWidthMajor=0x7f010052;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowFixedWidthMinor=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowMinWidthMajor=0x7f010056;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowMinWidthMinor=0x7f010057;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static int windowNoTitle=0x7f01004f;
+ }
+ public static final class bool {
+ public static int abc_action_bar_embed_tabs=0x7f050000;
+ public static int abc_action_bar_embed_tabs_pre_jb=0x7f050001;
+ public static int abc_action_bar_expanded_action_views_exclusive=0x7f050002;
+ public static int abc_config_actionMenuItemAllCaps=0x7f050003;
+ public static int abc_config_allowActionMenuItemTextWithIcon=0x7f050004;
+ public static int abc_config_closeDialogWhenTouchOutside=0x7f050005;
+ public static int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050006;
+ }
+ public static final class color {
+ public static int abc_background_cache_hint_selector_material_dark=0x7f060033;
+ public static int abc_background_cache_hint_selector_material_light=0x7f060034;
+ public static int abc_input_method_navigation_guard=0x7f060000;
+ public static int abc_primary_text_disable_only_material_dark=0x7f060035;
+ public static int abc_primary_text_disable_only_material_light=0x7f060036;
+ public static int abc_primary_text_material_dark=0x7f060037;
+ public static int abc_primary_text_material_light=0x7f060038;
+ public static int abc_search_url_text=0x7f060039;
+ public static int abc_search_url_text_normal=0x7f060001;
+ public static int abc_search_url_text_pressed=0x7f060002;
+ public static int abc_search_url_text_selected=0x7f060003;
+ public static int abc_secondary_text_material_dark=0x7f06003a;
+ public static int abc_secondary_text_material_light=0x7f06003b;
+ public static int accent_material_dark=0x7f060004;
+ public static int accent_material_light=0x7f060005;
+ public static int background_floating_material_dark=0x7f060006;
+ public static int background_floating_material_light=0x7f060007;
+ public static int background_material_dark=0x7f060008;
+ public static int background_material_light=0x7f060009;
+ public static int bright_foreground_disabled_material_dark=0x7f06000a;
+ public static int bright_foreground_disabled_material_light=0x7f06000b;
+ public static int bright_foreground_inverse_material_dark=0x7f06000c;
+ public static int bright_foreground_inverse_material_light=0x7f06000d;
+ public static int bright_foreground_material_dark=0x7f06000e;
+ public static int bright_foreground_material_light=0x7f06000f;
+ public static int button_material_dark=0x7f060010;
+ public static int button_material_light=0x7f060011;
+ public static int dim_foreground_disabled_material_dark=0x7f060012;
+ public static int dim_foreground_disabled_material_light=0x7f060013;
+ public static int dim_foreground_material_dark=0x7f060014;
+ public static int dim_foreground_material_light=0x7f060015;
+ public static int highlighted_text_material_dark=0x7f060016;
+ public static int highlighted_text_material_light=0x7f060017;
+ public static int hint_foreground_material_dark=0x7f060018;
+ public static int hint_foreground_material_light=0x7f060019;
+ public static int link_text_material_dark=0x7f06001a;
+ public static int link_text_material_light=0x7f06001b;
+ public static int material_blue_grey_800=0x7f06001c;
+ public static int material_blue_grey_900=0x7f06001d;
+ public static int material_blue_grey_950=0x7f06001e;
+ public static int material_deep_teal_200=0x7f06001f;
+ public static int material_deep_teal_500=0x7f060020;
+ public static int primary_dark_material_dark=0x7f060021;
+ public static int primary_dark_material_light=0x7f060022;
+ public static int primary_material_dark=0x7f060023;
+ public static int primary_material_light=0x7f060024;
+ public static int primary_text_default_material_dark=0x7f060025;
+ public static int primary_text_default_material_light=0x7f060026;
+ public static int primary_text_disabled_material_dark=0x7f060027;
+ public static int primary_text_disabled_material_light=0x7f060028;
+ public static int ripple_material_dark=0x7f060029;
+ public static int ripple_material_light=0x7f06002a;
+ public static int secondary_text_default_material_dark=0x7f06002b;
+ public static int secondary_text_default_material_light=0x7f06002c;
+ public static int secondary_text_disabled_material_dark=0x7f06002d;
+ public static int secondary_text_disabled_material_light=0x7f06002e;
+ public static int switch_thumb_disabled_material_dark=0x7f06002f;
+ public static int switch_thumb_disabled_material_light=0x7f060030;
+ public static int switch_thumb_material_dark=0x7f06003c;
+ public static int switch_thumb_material_light=0x7f06003d;
+ public static int switch_thumb_normal_material_dark=0x7f060031;
+ public static int switch_thumb_normal_material_light=0x7f060032;
+ }
+ public static final class dimen {
+ public static int abc_action_bar_content_inset_material=0x7f070000;
+ public static int abc_action_bar_default_height_material=0x7f070001;
+ public static int abc_action_bar_default_padding_material=0x7f070002;
+ public static int abc_action_bar_icon_vertical_padding_material=0x7f070003;
+ public static int abc_action_bar_navigation_padding_start_material=0x7f070004;
+ public static int abc_action_bar_overflow_padding_end_material=0x7f070005;
+ public static int abc_action_bar_overflow_padding_start_material=0x7f070006;
+ public static int abc_action_bar_progress_bar_size=0x7f070007;
+ public static int abc_action_bar_stacked_max_height=0x7f070008;
+ public static int abc_action_bar_stacked_tab_max_width=0x7f070009;
+ public static int abc_action_bar_subtitle_bottom_margin_material=0x7f07000a;
+ public static int abc_action_bar_subtitle_top_margin_material=0x7f07000b;
+ public static int abc_action_button_min_height_material=0x7f07000c;
+ public static int abc_action_button_min_width_material=0x7f07000d;
+ public static int abc_action_button_min_width_overflow_material=0x7f07000e;
+ public static int abc_alert_dialog_button_bar_height=0x7f07000f;
+ public static int abc_button_inset_horizontal_material=0x7f070010;
+ public static int abc_button_inset_vertical_material=0x7f070011;
+ public static int abc_button_padding_horizontal_material=0x7f070012;
+ public static int abc_button_padding_vertical_material=0x7f070013;
+ public static int abc_config_prefDialogWidth=0x7f070014;
+ public static int abc_control_corner_material=0x7f070015;
+ public static int abc_control_inset_material=0x7f070016;
+ public static int abc_control_padding_material=0x7f070017;
+ public static int abc_dialog_list_padding_vertical_material=0x7f070018;
+ public static int abc_dialog_min_width_major=0x7f070019;
+ public static int abc_dialog_min_width_minor=0x7f07001a;
+ public static int abc_dialog_padding_material=0x7f07001b;
+ public static int abc_dialog_padding_top_material=0x7f07001c;
+ public static int abc_disabled_alpha_material_dark=0x7f07001d;
+ public static int abc_disabled_alpha_material_light=0x7f07001e;
+ public static int abc_dropdownitem_icon_width=0x7f07001f;
+ public static int abc_dropdownitem_text_padding_left=0x7f070020;
+ public static int abc_dropdownitem_text_padding_right=0x7f070021;
+ public static int abc_edit_text_inset_bottom_material=0x7f070022;
+ public static int abc_edit_text_inset_horizontal_material=0x7f070023;
+ public static int abc_edit_text_inset_top_material=0x7f070024;
+ public static int abc_floating_window_z=0x7f070025;
+ public static int abc_list_item_padding_horizontal_material=0x7f070026;
+ public static int abc_panel_menu_list_width=0x7f070027;
+ public static int abc_search_view_preferred_width=0x7f070028;
+ public static int abc_search_view_text_min_width=0x7f070029;
+ public static int abc_switch_padding=0x7f07002a;
+ public static int abc_text_size_body_1_material=0x7f07002b;
+ public static int abc_text_size_body_2_material=0x7f07002c;
+ public static int abc_text_size_button_material=0x7f07002d;
+ public static int abc_text_size_caption_material=0x7f07002e;
+ public static int abc_text_size_display_1_material=0x7f07002f;
+ public static int abc_text_size_display_2_material=0x7f070030;
+ public static int abc_text_size_display_3_material=0x7f070031;
+ public static int abc_text_size_display_4_material=0x7f070032;
+ public static int abc_text_size_headline_material=0x7f070033;
+ public static int abc_text_size_large_material=0x7f070034;
+ public static int abc_text_size_medium_material=0x7f070035;
+ public static int abc_text_size_menu_material=0x7f070036;
+ public static int abc_text_size_small_material=0x7f070037;
+ public static int abc_text_size_subhead_material=0x7f070038;
+ public static int abc_text_size_subtitle_material_toolbar=0x7f070039;
+ public static int abc_text_size_title_material=0x7f07003a;
+ public static int abc_text_size_title_material_toolbar=0x7f07003b;
+ public static int dialog_fixed_height_major=0x7f07003c;
+ public static int dialog_fixed_height_minor=0x7f07003d;
+ public static int dialog_fixed_width_major=0x7f07003e;
+ public static int dialog_fixed_width_minor=0x7f07003f;
+ public static int disabled_alpha_material_dark=0x7f070040;
+ public static int disabled_alpha_material_light=0x7f070041;
+ }
+ public static final class drawable {
+ public static int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static int abc_btn_borderless_material=0x7f020001;
+ public static int abc_btn_check_material=0x7f020002;
+ public static int abc_btn_check_to_on_mtrl_000=0x7f020003;
+ public static int abc_btn_check_to_on_mtrl_015=0x7f020004;
+ public static int abc_btn_default_mtrl_shape=0x7f020005;
+ public static int abc_btn_radio_material=0x7f020006;
+ public static int abc_btn_radio_to_on_mtrl_000=0x7f020007;
+ public static int abc_btn_radio_to_on_mtrl_015=0x7f020008;
+ public static int abc_btn_rating_star_off_mtrl_alpha=0x7f020009;
+ public static int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a;
+ public static int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
+ public static int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
+ public static int abc_cab_background_internal_bg=0x7f02000d;
+ public static int abc_cab_background_top_material=0x7f02000e;
+ public static int abc_cab_background_top_mtrl_alpha=0x7f02000f;
+ public static int abc_dialog_material_background_dark=0x7f020010;
+ public static int abc_dialog_material_background_light=0x7f020011;
+ public static int abc_edit_text_material=0x7f020012;
+ public static int abc_ic_ab_back_mtrl_am_alpha=0x7f020013;
+ public static int abc_ic_clear_mtrl_alpha=0x7f020014;
+ public static int abc_ic_commit_search_api_mtrl_alpha=0x7f020015;
+ public static int abc_ic_go_search_api_mtrl_alpha=0x7f020016;
+ public static int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017;
+ public static int abc_ic_menu_cut_mtrl_alpha=0x7f020018;
+ public static int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019;
+ public static int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a;
+ public static int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b;
+ public static int abc_ic_menu_share_mtrl_alpha=0x7f02001c;
+ public static int abc_ic_search_api_mtrl_alpha=0x7f02001d;
+ public static int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e;
+ public static int abc_item_background_holo_dark=0x7f02001f;
+ public static int abc_item_background_holo_light=0x7f020020;
+ public static int abc_list_divider_mtrl_alpha=0x7f020021;
+ public static int abc_list_focused_holo=0x7f020022;
+ public static int abc_list_longpressed_holo=0x7f020023;
+ public static int abc_list_pressed_holo_dark=0x7f020024;
+ public static int abc_list_pressed_holo_light=0x7f020025;
+ public static int abc_list_selector_background_transition_holo_dark=0x7f020026;
+ public static int abc_list_selector_background_transition_holo_light=0x7f020027;
+ public static int abc_list_selector_disabled_holo_dark=0x7f020028;
+ public static int abc_list_selector_disabled_holo_light=0x7f020029;
+ public static int abc_list_selector_holo_dark=0x7f02002a;
+ public static int abc_list_selector_holo_light=0x7f02002b;
+ public static int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c;
+ public static int abc_popup_background_mtrl_mult=0x7f02002d;
+ public static int abc_ratingbar_full_material=0x7f02002e;
+ public static int abc_spinner_mtrl_am_alpha=0x7f02002f;
+ public static int abc_spinner_textfield_background_material=0x7f020030;
+ public static int abc_switch_thumb_material=0x7f020031;
+ public static int abc_switch_track_mtrl_alpha=0x7f020032;
+ public static int abc_tab_indicator_material=0x7f020033;
+ public static int abc_tab_indicator_mtrl_alpha=0x7f020034;
+ public static int abc_text_cursor_mtrl_alpha=0x7f020035;
+ public static int abc_textfield_activated_mtrl_alpha=0x7f020036;
+ public static int abc_textfield_default_mtrl_alpha=0x7f020037;
+ public static int abc_textfield_search_activated_mtrl_alpha=0x7f020038;
+ public static int abc_textfield_search_default_mtrl_alpha=0x7f020039;
+ public static int abc_textfield_search_material=0x7f02003a;
+ public static int ic_launcher=0x7f02003b;
+ }
+ public static final class id {
+ public static int action_bar=0x7f080040;
+ public static int action_bar_activity_content=0x7f080000;
+ public static int action_bar_container=0x7f08003f;
+ public static int action_bar_root=0x7f08003b;
+ public static int action_bar_spinner=0x7f080001;
+ public static int action_bar_subtitle=0x7f080024;
+ public static int action_bar_title=0x7f080023;
+ public static int action_context_bar=0x7f080041;
+ public static int action_menu_divider=0x7f080002;
+ public static int action_menu_presenter=0x7f080003;
+ public static int action_mode_bar=0x7f08003d;
+ public static int action_mode_bar_stub=0x7f08003c;
+ public static int action_mode_close_button=0x7f080025;
+ public static int activity_chooser_view_content=0x7f080026;
+ public static int alertTitle=0x7f080030;
+ public static int always=0x7f080016;
+ public static int beginning=0x7f080013;
+ public static int buttonPanel=0x7f080036;
+ public static int checkbox=0x7f080038;
+ public static int collapseActionView=0x7f080017;
+ public static int contentPanel=0x7f080031;
+ public static int custom=0x7f080035;
+ public static int customPanel=0x7f080034;
+ public static int decor_content_parent=0x7f08003e;
+ public static int default_activity_button=0x7f080029;
+ public static int dialog=0x7f08001b;
+ public static int disableHome=0x7f08000c;
+ public static int dropdown=0x7f08001c;
+ public static int edit_query=0x7f080042;
+ public static int end=0x7f080014;
+ public static int expand_activities_button=0x7f080027;
+ public static int expanded_menu=0x7f080037;
+ public static int got_it_button_view=0x7f080050;
+ public static int home=0x7f080004;
+ public static int homeAsUp=0x7f08000d;
+ public static int icon=0x7f08002b;
+ public static int ifRoom=0x7f080018;
+ public static int image=0x7f080028;
+ public static int listMode=0x7f080009;
+ public static int list_item=0x7f08002a;
+ public static int middle=0x7f080015;
+ public static int multiply=0x7f08001e;
+ public static int never=0x7f080019;
+ public static int none=0x7f08000e;
+ public static int normal=0x7f08000a;
+ public static int parentPanel=0x7f08002d;
+ public static int progress_circular=0x7f080005;
+ public static int progress_horizontal=0x7f080006;
+ public static int radio=0x7f08003a;
+ public static int screen=0x7f08001f;
+ public static int scrollView=0x7f080032;
+ public static int search_badge=0x7f080044;
+ public static int search_bar=0x7f080043;
+ public static int search_button=0x7f080045;
+ public static int search_close_btn=0x7f08004a;
+ public static int search_edit_frame=0x7f080046;
+ public static int search_go_btn=0x7f08004c;
+ public static int search_mag_icon=0x7f080047;
+ public static int search_plate=0x7f080048;
+ public static int search_src_text=0x7f080049;
+ public static int search_voice_btn=0x7f08004d;
+ public static int select_dialog_listview=0x7f08004e;
+ public static int shortcut=0x7f080039;
+ public static int showCustom=0x7f08000f;
+ public static int showHome=0x7f080010;
+ public static int showTitle=0x7f080011;
+ public static int skip_button_view=0x7f080051;
+ public static int split_action_bar=0x7f080007;
+ public static int src_atop=0x7f080020;
+ public static int src_in=0x7f080021;
+ public static int src_over=0x7f080022;
+ public static int submit_area=0x7f08004b;
+ public static int tabMode=0x7f08000b;
+ public static int textSpacerNoButtons=0x7f080033;
+ public static int title=0x7f08002c;
+ public static int title_template=0x7f08002f;
+ public static int title_view=0x7f080052;
+ public static int topPanel=0x7f08002e;
+ public static int tutorial_info_text=0x7f080053;
+ public static int tutorial_layout=0x7f08004f;
+ public static int up=0x7f080008;
+ public static int useLogo=0x7f080012;
+ public static int withText=0x7f08001a;
+ public static int wrap_content=0x7f08001d;
+ }
+ public static final class integer {
+ public static int abc_config_activityDefaultDur=0x7f090000;
+ public static int abc_config_activityShortDur=0x7f090001;
+ public static int abc_max_action_buttons=0x7f090002;
+ }
+ public static final class layout {
+ public static int abc_action_bar_title_item=0x7f030000;
+ public static int abc_action_bar_up_container=0x7f030001;
+ public static int abc_action_bar_view_list_nav_layout=0x7f030002;
+ public static int abc_action_menu_item_layout=0x7f030003;
+ public static int abc_action_menu_layout=0x7f030004;
+ public static int abc_action_mode_bar=0x7f030005;
+ public static int abc_action_mode_close_item_material=0x7f030006;
+ public static int abc_activity_chooser_view=0x7f030007;
+ public static int abc_activity_chooser_view_list_item=0x7f030008;
+ public static int abc_alert_dialog_material=0x7f030009;
+ public static int abc_dialog_title_material=0x7f03000a;
+ public static int abc_expanded_menu_layout=0x7f03000b;
+ public static int abc_list_menu_item_checkbox=0x7f03000c;
+ public static int abc_list_menu_item_icon=0x7f03000d;
+ public static int abc_list_menu_item_layout=0x7f03000e;
+ public static int abc_list_menu_item_radio=0x7f03000f;
+ public static int abc_popup_menu_item_layout=0x7f030010;
+ public static int abc_screen_content_include=0x7f030011;
+ public static int abc_screen_simple=0x7f030012;
+ public static int abc_screen_simple_overlay_action_mode=0x7f030013;
+ public static int abc_screen_toolbar=0x7f030014;
+ public static int abc_search_dropdown_item_icons_2line=0x7f030015;
+ public static int abc_search_view=0x7f030016;
+ public static int abc_select_dialog_material=0x7f030017;
+ public static int abc_simple_dropdown_hint=0x7f030018;
+ public static int activity_tutorial_layout=0x7f030019;
+ public static int got_it_button_view=0x7f03001a;
+ public static int select_dialog_item_material=0x7f03001b;
+ public static int select_dialog_multichoice_material=0x7f03001c;
+ public static int select_dialog_singlechoice_material=0x7f03001d;
+ public static int skip_button_view=0x7f03001e;
+ public static int support_simple_spinner_dropdown_item=0x7f03001f;
+ public static int title_view=0x7f030020;
+ public static int tutorial_text=0x7f030021;
+ public static int tutorial_text_custom_test=0x7f030022;
+ }
+ public static final class string {
+ public static int abc_action_bar_home_description=0x7f0a0000;
+ public static int abc_action_bar_home_description_format=0x7f0a0001;
+ public static int abc_action_bar_home_subtitle_description_format=0x7f0a0002;
+ public static int abc_action_bar_up_description=0x7f0a0003;
+ public static int abc_action_menu_overflow_description=0x7f0a0004;
+ public static int abc_action_mode_done=0x7f0a0005;
+ public static int abc_activity_chooser_view_see_all=0x7f0a0006;
+ public static int abc_activitychooserview_choose_application=0x7f0a0007;
+ public static int abc_search_hint=0x7f0a0008;
+ public static int abc_searchview_description_clear=0x7f0a0009;
+ public static int abc_searchview_description_query=0x7f0a000a;
+ public static int abc_searchview_description_search=0x7f0a000b;
+ public static int abc_searchview_description_submit=0x7f0a000c;
+ public static int abc_searchview_description_voice=0x7f0a000d;
+ public static int abc_shareactionprovider_share_with=0x7f0a000e;
+ public static int abc_shareactionprovider_share_with_application=0x7f0a000f;
+ public static int abc_toolbar_collapse_description=0x7f0a0010;
+ public static int app_name=0x7f0a0011;
+ public static int got_it_button_text=0x7f0a0012;
+ public static int skip_button_text=0x7f0a0013;
+ }
+ public static final class style {
+ public static int AlertDialog_AppCompat=0x7f0b0000;
+ public static int AlertDialog_AppCompat_Light=0x7f0b0001;
+ public static int Animation_AppCompat_Dialog=0x7f0b0002;
+ public static int Animation_AppCompat_DropDownUp=0x7f0b0003;
+ public static int Base_AlertDialog_AppCompat=0x7f0b0004;
+ public static int Base_AlertDialog_AppCompat_Light=0x7f0b0005;
+ public static int Base_Animation_AppCompat_Dialog=0x7f0b0006;
+ public static int Base_Animation_AppCompat_DropDownUp=0x7f0b0007;
+ public static int Base_DialogWindowTitle_AppCompat=0x7f0b0008;
+ public static int Base_DialogWindowTitleBackground_AppCompat=0x7f0b0009;
+ public static int Base_TextAppearance_AppCompat=0x7f0b000a;
+ public static int Base_TextAppearance_AppCompat_Body1=0x7f0b000b;
+ public static int Base_TextAppearance_AppCompat_Body2=0x7f0b000c;
+ public static int Base_TextAppearance_AppCompat_Button=0x7f0b000d;
+ public static int Base_TextAppearance_AppCompat_Caption=0x7f0b000e;
+ public static int Base_TextAppearance_AppCompat_Display1=0x7f0b000f;
+ public static int Base_TextAppearance_AppCompat_Display2=0x7f0b0010;
+ public static int Base_TextAppearance_AppCompat_Display3=0x7f0b0011;
+ public static int Base_TextAppearance_AppCompat_Display4=0x7f0b0012;
+ public static int Base_TextAppearance_AppCompat_Headline=0x7f0b0013;
+ public static int Base_TextAppearance_AppCompat_Inverse=0x7f0b0014;
+ public static int Base_TextAppearance_AppCompat_Large=0x7f0b0015;
+ public static int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0016;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0017;
+ public static int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0018;
+ public static int Base_TextAppearance_AppCompat_Medium=0x7f0b0019;
+ public static int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001a;
+ public static int Base_TextAppearance_AppCompat_Menu=0x7f0b001b;
+ public static int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001c;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001d;
+ public static int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b001e;
+ public static int Base_TextAppearance_AppCompat_Small=0x7f0b001f;
+ public static int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0020;
+ public static int Base_TextAppearance_AppCompat_Subhead=0x7f0b0021;
+ public static int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0022;
+ public static int Base_TextAppearance_AppCompat_Title=0x7f0b0023;
+ public static int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0024;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0025;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0026;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0027;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0028;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0029;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002a;
+ public static int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002b;
+ public static int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002c;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002d;
+ public static int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002e;
+ public static int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b002f;
+ public static int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0030;
+ public static int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0031;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0032;
+ public static int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0033;
+ public static int Base_Theme_AppCompat=0x7f0b0034;
+ public static int Base_Theme_AppCompat_CompactMenu=0x7f0b0035;
+ public static int Base_Theme_AppCompat_Dialog=0x7f0b0036;
+ public static int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0037;
+ public static int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0038;
+ public static int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b0039;
+ public static int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b003a;
+ public static int Base_Theme_AppCompat_Light=0x7f0b003b;
+ public static int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b003c;
+ public static int Base_Theme_AppCompat_Light_Dialog=0x7f0b003d;
+ public static int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b003e;
+ public static int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b003f;
+ public static int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0040;
+ public static int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0041;
+ public static int Base_ThemeOverlay_AppCompat=0x7f0b0042;
+ public static int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0043;
+ public static int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0044;
+ public static int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0045;
+ public static int Base_ThemeOverlay_AppCompat_Light=0x7f0b0046;
+ public static int Base_V11_Theme_AppCompat_Dialog=0x7f0b0110;
+ public static int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0111;
+ public static int Base_V21_Theme_AppCompat=0x7f0b0118;
+ public static int Base_V21_Theme_AppCompat_Dialog=0x7f0b0119;
+ public static int Base_V21_Theme_AppCompat_Light=0x7f0b011a;
+ public static int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b011b;
+ public static int Base_V7_Theme_AppCompat=0x7f0b0047;
+ public static int Base_V7_Theme_AppCompat_Dialog=0x7f0b0048;
+ public static int Base_V7_Theme_AppCompat_Light=0x7f0b0049;
+ public static int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b004a;
+ public static int Base_Widget_AppCompat_ActionBar=0x7f0b004b;
+ public static int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b004c;
+ public static int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b004d;
+ public static int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b004e;
+ public static int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b004f;
+ public static int Base_Widget_AppCompat_ActionButton=0x7f0b0050;
+ public static int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0051;
+ public static int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0052;
+ public static int Base_Widget_AppCompat_ActionMode=0x7f0b0053;
+ public static int Base_Widget_AppCompat_ActivityChooserView=0x7f0b0054;
+ public static int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b0055;
+ public static int Base_Widget_AppCompat_Button=0x7f0b0056;
+ public static int Base_Widget_AppCompat_Button_Borderless=0x7f0b0057;
+ public static int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0058;
+ public static int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0059;
+ public static int Base_Widget_AppCompat_Button_Small=0x7f0b005a;
+ public static int Base_Widget_AppCompat_ButtonBar=0x7f0b005b;
+ public static int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b005c;
+ public static int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b005d;
+ public static int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b005e;
+ public static int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b005f;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b0060;
+ public static int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b0061;
+ public static int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0062;
+ public static int Base_Widget_AppCompat_EditText=0x7f0b0063;
+ public static int Base_Widget_AppCompat_Light_ActionBar=0x7f0b0064;
+ public static int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0065;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0066;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0067;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0068;
+ public static int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0069;
+ public static int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b006a;
+ public static int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b006b;
+ public static int Base_Widget_AppCompat_ListPopupWindow=0x7f0b006c;
+ public static int Base_Widget_AppCompat_ListView=0x7f0b006d;
+ public static int Base_Widget_AppCompat_ListView_DropDown=0x7f0b006e;
+ public static int Base_Widget_AppCompat_ListView_Menu=0x7f0b006f;
+ public static int Base_Widget_AppCompat_PopupMenu=0x7f0b0070;
+ public static int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b0071;
+ public static int Base_Widget_AppCompat_PopupWindow=0x7f0b0072;
+ public static int Base_Widget_AppCompat_ProgressBar=0x7f0b0073;
+ public static int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0074;
+ public static int Base_Widget_AppCompat_RatingBar=0x7f0b0075;
+ public static int Base_Widget_AppCompat_SearchView=0x7f0b0076;
+ public static int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b0077;
+ public static int Base_Widget_AppCompat_Spinner=0x7f0b0078;
+ public static int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0079;
+ public static int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b007a;
+ public static int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b007b;
+ public static int Base_Widget_AppCompat_Toolbar=0x7f0b007c;
+ public static int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b007d;
+ public static int Platform_AppCompat=0x7f0b007e;
+ public static int Platform_AppCompat_Light=0x7f0b007f;
+ public static int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b0080;
+ public static int Platform_ThemeOverlay_AppCompat_Light=0x7f0b0081;
+ public static int Platform_V11_AppCompat=0x7f0b0112;
+ public static int Platform_V11_AppCompat_Light=0x7f0b0113;
+ public static int Platform_V12_AppCompat=0x7f0b0114;
+ public static int Platform_V12_AppCompat_Light=0x7f0b0115;
+ public static int Platform_V14_AppCompat=0x7f0b0116;
+ public static int Platform_V14_AppCompat_Light=0x7f0b0117;
+ public static int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b0082;
+ public static int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b0083;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b0084;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b0085;
+ public static int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b0086;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b0087;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b0088;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b0089;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b008a;
+ public static int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b008b;
+ public static int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b008c;
+ public static int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b008d;
+ public static int TextAppearance_AppCompat=0x7f0b008e;
+ public static int TextAppearance_AppCompat_Body1=0x7f0b008f;
+ public static int TextAppearance_AppCompat_Body2=0x7f0b0090;
+ public static int TextAppearance_AppCompat_Button=0x7f0b0091;
+ public static int TextAppearance_AppCompat_Caption=0x7f0b0092;
+ public static int TextAppearance_AppCompat_Display1=0x7f0b0093;
+ public static int TextAppearance_AppCompat_Display2=0x7f0b0094;
+ public static int TextAppearance_AppCompat_Display3=0x7f0b0095;
+ public static int TextAppearance_AppCompat_Display4=0x7f0b0096;
+ public static int TextAppearance_AppCompat_Headline=0x7f0b0097;
+ public static int TextAppearance_AppCompat_Inverse=0x7f0b0098;
+ public static int TextAppearance_AppCompat_Large=0x7f0b0099;
+ public static int TextAppearance_AppCompat_Large_Inverse=0x7f0b009a;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b009b;
+ public static int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b009c;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b009d;
+ public static int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b009e;
+ public static int TextAppearance_AppCompat_Medium=0x7f0b009f;
+ public static int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00a0;
+ public static int TextAppearance_AppCompat_Menu=0x7f0b00a1;
+ public static int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00a2;
+ public static int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00a3;
+ public static int TextAppearance_AppCompat_Small=0x7f0b00a4;
+ public static int TextAppearance_AppCompat_Small_Inverse=0x7f0b00a5;
+ public static int TextAppearance_AppCompat_Subhead=0x7f0b00a6;
+ public static int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00a7;
+ public static int TextAppearance_AppCompat_Title=0x7f0b00a8;
+ public static int TextAppearance_AppCompat_Title_Inverse=0x7f0b00a9;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00aa;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00ab;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00ac;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00ad;
+ public static int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00ae;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00af;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00b0;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00b1;
+ public static int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00b2;
+ public static int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00b3;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00b4;
+ public static int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00b5;
+ public static int TextAppearance_AppCompat_Widget_Switch=0x7f0b00b6;
+ public static int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00b7;
+ public static int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b00b8;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00b9;
+ public static int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00ba;
+ public static int Theme_AppCompat=0x7f0b00bb;
+ public static int Theme_AppCompat_CompactMenu=0x7f0b00bc;
+ public static int Theme_AppCompat_Dialog=0x7f0b00bd;
+ public static int Theme_AppCompat_Dialog_Alert=0x7f0b00be;
+ public static int Theme_AppCompat_Dialog_MinWidth=0x7f0b00bf;
+ public static int Theme_AppCompat_DialogWhenLarge=0x7f0b00c0;
+ public static int Theme_AppCompat_Light=0x7f0b00c1;
+ public static int Theme_AppCompat_Light_DarkActionBar=0x7f0b00c2;
+ public static int Theme_AppCompat_Light_Dialog=0x7f0b00c3;
+ public static int Theme_AppCompat_Light_Dialog_Alert=0x7f0b00c4;
+ public static int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b00c5;
+ public static int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b00c6;
+ public static int Theme_AppCompat_Light_NoActionBar=0x7f0b00c7;
+ public static int Theme_AppCompat_NoActionBar=0x7f0b00c8;
+ public static int ThemeOverlay_AppCompat=0x7f0b00c9;
+ public static int ThemeOverlay_AppCompat_ActionBar=0x7f0b00ca;
+ public static int ThemeOverlay_AppCompat_Dark=0x7f0b00cb;
+ public static int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b00cc;
+ public static int ThemeOverlay_AppCompat_Light=0x7f0b00cd;
+ public static int TutorialActivityTheme=0x7f0b00ce;
+ public static int Widget_AppCompat_ActionBar=0x7f0b00cf;
+ public static int Widget_AppCompat_ActionBar_Solid=0x7f0b00d0;
+ public static int Widget_AppCompat_ActionBar_TabBar=0x7f0b00d1;
+ public static int Widget_AppCompat_ActionBar_TabText=0x7f0b00d2;
+ public static int Widget_AppCompat_ActionBar_TabView=0x7f0b00d3;
+ public static int Widget_AppCompat_ActionButton=0x7f0b00d4;
+ public static int Widget_AppCompat_ActionButton_CloseMode=0x7f0b00d5;
+ public static int Widget_AppCompat_ActionButton_Overflow=0x7f0b00d6;
+ public static int Widget_AppCompat_ActionMode=0x7f0b00d7;
+ public static int Widget_AppCompat_ActivityChooserView=0x7f0b00d8;
+ public static int Widget_AppCompat_AutoCompleteTextView=0x7f0b00d9;
+ public static int Widget_AppCompat_Button=0x7f0b00da;
+ public static int Widget_AppCompat_Button_Borderless=0x7f0b00db;
+ public static int Widget_AppCompat_Button_Borderless_Colored=0x7f0b00dc;
+ public static int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00dd;
+ public static int Widget_AppCompat_Button_Small=0x7f0b00de;
+ public static int Widget_AppCompat_ButtonBar=0x7f0b00df;
+ public static int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00e0;
+ public static int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00e1;
+ public static int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00e2;
+ public static int Widget_AppCompat_CompoundButton_Switch=0x7f0b00e3;
+ public static int Widget_AppCompat_DrawerArrowToggle=0x7f0b00e4;
+ public static int Widget_AppCompat_DropDownItem_Spinner=0x7f0b00e5;
+ public static int Widget_AppCompat_EditText=0x7f0b00e6;
+ public static int Widget_AppCompat_Light_ActionBar=0x7f0b00e7;
+ public static int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b00e8;
+ public static int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b00e9;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b00ea;
+ public static int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b00eb;
+ public static int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b00ec;
+ public static int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b00ed;
+ public static int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b00ee;
+ public static int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b00ef;
+ public static int Widget_AppCompat_Light_ActionButton=0x7f0b00f0;
+ public static int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b00f1;
+ public static int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b00f2;
+ public static int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b00f3;
+ public static int Widget_AppCompat_Light_ActivityChooserView=0x7f0b00f4;
+ public static int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b00f5;
+ public static int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b00f6;
+ public static int Widget_AppCompat_Light_ListPopupWindow=0x7f0b00f7;
+ public static int Widget_AppCompat_Light_ListView_DropDown=0x7f0b00f8;
+ public static int Widget_AppCompat_Light_PopupMenu=0x7f0b00f9;
+ public static int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b00fa;
+ public static int Widget_AppCompat_Light_SearchView=0x7f0b00fb;
+ public static int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b00fc;
+ public static int Widget_AppCompat_ListPopupWindow=0x7f0b00fd;
+ public static int Widget_AppCompat_ListView=0x7f0b00fe;
+ public static int Widget_AppCompat_ListView_DropDown=0x7f0b00ff;
+ public static int Widget_AppCompat_ListView_Menu=0x7f0b0100;
+ public static int Widget_AppCompat_PopupMenu=0x7f0b0101;
+ public static int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0102;
+ public static int Widget_AppCompat_PopupWindow=0x7f0b0103;
+ public static int Widget_AppCompat_ProgressBar=0x7f0b0104;
+ public static int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0105;
+ public static int Widget_AppCompat_RatingBar=0x7f0b0106;
+ public static int Widget_AppCompat_SearchView=0x7f0b0107;
+ public static int Widget_AppCompat_SearchView_ActionBar=0x7f0b0108;
+ public static int Widget_AppCompat_Spinner=0x7f0b0109;
+ public static int Widget_AppCompat_Spinner_DropDown=0x7f0b010a;
+ public static int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b010b;
+ public static int Widget_AppCompat_Spinner_Underlined=0x7f0b010c;
+ public static int Widget_AppCompat_TextView_SpinnerItem=0x7f0b010d;
+ public static int Widget_AppCompat_Toolbar=0x7f0b010e;
+ public static int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b010f;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#background}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:background
+ */
+ public static int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundSplit
+ */
+ public static int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundStacked}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundStacked
+ */
+ public static int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetEnd
+ */
+ public static int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetLeft
+ */
+ public static int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetRight
+ */
+ public static int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetStart
+ */
+ public static int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#customNavigationLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:customNavigationLayout
+ */
+ public static int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#displayOptions}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ @attr name com.braunster.tutorialview:displayOptions
+ */
+ public static int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#divider}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:divider
+ */
+ public static int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#elevation}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:elevation
+ */
+ public static int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#height}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:height
+ */
+ public static int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#hideOnContentScroll}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:hideOnContentScroll
+ */
+ public static int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeAsUpIndicator
+ */
+ public static int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeLayout
+ */
+ public static int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#icon}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:icon
+ */
+ public static int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#indeterminateProgressStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:indeterminateProgressStyle
+ */
+ public static int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#itemPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:itemPadding
+ */
+ public static int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#logo}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:logo
+ */
+ public static int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationMode}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ @attr name com.braunster.tutorialview:navigationMode
+ */
+ public static int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupTheme}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupTheme
+ */
+ public static int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#progressBarPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:progressBarPadding
+ */
+ public static int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#progressBarStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:progressBarStyle
+ */
+ public static int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:subtitle
+ */
+ public static int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextStyle
+ */
+ public static int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#title}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:title
+ */
+ public static int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextStyle
+ */
+ public static int ActionBar_titleTextStyle = 5;
+ /** Attributes that can be used with a ActionBarLayout.
+
+ @see #ActionBarLayout_android_layout_gravity
+ */
+ public static final int[] ActionBarLayout = {
+ 0x010100b3
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #ActionBarLayout} array.
+ @attr name android:layout_gravity
+ */
+ public static int ActionBarLayout_android_layout_gravity = 0;
+ /** Attributes that can be used with a ActionMenuItemView.
+
+ @see #ActionMenuItemView_android_minWidth
+ */
+ public static final int[] ActionMenuItemView = {
+ 0x0101013f
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#minWidth}
+ attribute's value can be found in the {@link #ActionMenuItemView} array.
+ @attr name android:minWidth
+ */
+ public static int ActionMenuItemView_android_minWidth = 0;
+ /** Attributes that can be used with a ActionMenuView.
+ */
+ public static final int[] ActionMenuView = {
+
+ };
+ /** Attributes that can be used with a ActionMode.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#background}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:background
+ */
+ public static int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:backgroundSplit
+ */
+ public static int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#closeItemLayout}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:closeItemLayout
+ */
+ public static int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#height}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:height
+ */
+ public static int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextStyle
+ */
+ public static int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextStyle
+ */
+ public static int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#expandActivityOverflowButtonDrawable}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:expandActivityOverflowButtonDrawable
+ */
+ public static int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#initialActivityCount}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:initialActivityCount
+ */
+ public static int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a AlertDialog.
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+ @attr name android:layout
+ */
+ public static int AlertDialog_android_layout = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonPanelSideLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonPanelSideLayout
+ */
+ public static int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listItemLayout
+ */
+ public static int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listLayout
+ */
+ public static int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#multiChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:multiChoiceItemLayout
+ */
+ public static int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#singleChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:singleChoiceItemLayout
+ */
+ public static int AlertDialog_singleChoiceItemLayout = 4;
+ /** Attributes that can be used with a AppCompatTextView.
+
This symbol is the offset where the {@link android.R.attr#textAppearance}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+ @attr name android:textAppearance
+ */
+ public static int AppCompatTextView_android_textAppearance = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview:textAllCaps
+ */
+ public static int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#barSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:barSize
+ */
+ public static int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#color}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:color
+ */
+ public static int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#drawableSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:drawableSize
+ */
+ public static int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#gapBetweenBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:gapBetweenBars
+ */
+ public static int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#middleBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:middleBarArrowSize
+ */
+ public static int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:spinBars
+ */
+ public static int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#thickness}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:thickness
+ */
+ public static int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#topBottomBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:topBottomBarArrowSize
+ */
+ public static int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#divider}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:divider
+ */
+ public static int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerPadding}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dividerPadding
+ */
+ public static int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#measureWithLargestChild}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:measureWithLargestChild
+ */
+ public static int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showDividers}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ @attr name com.braunster.tutorialview:showDividers
+ */
+ public static int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionLayout}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionLayout
+ */
+ public static int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionProviderClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:actionProviderClass
+ */
+ public static int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionViewClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:actionViewClass
+ */
+ public static int MenuItem_actionViewClass = 15;
+ /**
+
This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:alphabeticShortcut
+ */
+ public static int MenuItem_android_alphabeticShortcut = 9;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checkable}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checkable
+ */
+ public static int MenuItem_android_checkable = 11;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checked}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checked
+ */
+ public static int MenuItem_android_checked = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:enabled
+ */
+ public static int MenuItem_android_enabled = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#icon}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:icon
+ */
+ public static int MenuItem_android_icon = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:id
+ */
+ public static int MenuItem_android_id = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:menuCategory
+ */
+ public static int MenuItem_android_menuCategory = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#numericShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:numericShortcut
+ */
+ public static int MenuItem_android_numericShortcut = 10;
+ /**
+
This symbol is the offset where the {@link android.R.attr#onClick}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:onClick
+ */
+ public static int MenuItem_android_onClick = 12;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:orderInCategory
+ */
+ public static int MenuItem_android_orderInCategory = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#title}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:title
+ */
+ public static int MenuItem_android_title = 7;
+ /**
+
This symbol is the offset where the {@link android.R.attr#titleCondensed}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:titleCondensed
+ */
+ public static int MenuItem_android_titleCondensed = 8;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:visible
+ */
+ public static int MenuItem_android_visible = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showAsAction}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ @attr name com.braunster.tutorialview:showAsAction
+ */
+ public static int MenuItem_showAsAction = 13;
+ /** Attributes that can be used with a MenuView.
+
This symbol is the offset where the {@link android.R.attr#headerBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:headerBackground
+ */
+ public static int MenuView_android_headerBackground = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#horizontalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:horizontalDivider
+ */
+ public static int MenuView_android_horizontalDivider = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemBackground
+ */
+ public static int MenuView_android_itemBackground = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemIconDisabledAlpha
+ */
+ public static int MenuView_android_itemIconDisabledAlpha = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemTextAppearance
+ */
+ public static int MenuView_android_itemTextAppearance = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#verticalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:verticalDivider
+ */
+ public static int MenuView_android_verticalDivider = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static int MenuView_android_windowAnimationStyle = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#preserveIconSpacing}
+ attribute's value can be found in the {@link #MenuView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:preserveIconSpacing
+ */
+ public static int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#overlapAnchor}
+ attribute's value can be found in the {@link #PopupWindow} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:overlapAnchor
+ */
+ public static int PopupWindow_overlapAnchor = 1;
+ /** Attributes that can be used with a PopupWindowBackgroundState.
+
+ @see #PopupWindowBackgroundState_state_above_anchor
+ */
+ public static final int[] PopupWindowBackgroundState = {
+ 0x7f010036
+ };
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#state_above_anchor}
+ attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:state_above_anchor
+ */
+ public static int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#closeIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:closeIcon
+ */
+ public static int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#commitIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:commitIcon
+ */
+ public static int SearchView_commitIcon = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#goIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:goIcon
+ */
+ public static int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#iconifiedByDefault}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:iconifiedByDefault
+ */
+ public static int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#layout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:layout
+ */
+ public static int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#queryBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:queryBackground
+ */
+ public static int SearchView_queryBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#queryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:queryHint
+ */
+ public static int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchHintIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchHintIcon
+ */
+ public static int SearchView_searchHintIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchIcon
+ */
+ public static int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#submitBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:submitBackground
+ */
+ public static int SearchView_submitBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#suggestionRowLayout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:suggestionRowLayout
+ */
+ public static int SearchView_suggestionRowLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#voiceIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:voiceIcon
+ */
+ public static int SearchView_voiceIcon = 11;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:background
+ */
+ public static int Spinner_android_background = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static int Spinner_android_dropDownHorizontalOffset = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownSelector}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownSelector
+ */
+ public static int Spinner_android_dropDownSelector = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static int Spinner_android_dropDownVerticalOffset = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static int Spinner_android_dropDownWidth = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:gravity
+ */
+ public static int Spinner_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static int Spinner_android_popupBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#disableChildrenWhenDisabled}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:disableChildrenWhenDisabled
+ */
+ public static int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupPromptView}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupPromptView
+ */
+ public static int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:prompt
+ */
+ public static int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerMode}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ @attr name com.braunster.tutorialview:spinnerMode
+ */
+ public static int Spinner_spinnerMode = 8;
+ /** Attributes that can be used with a SwitchCompat.
+
This symbol is the offset where the {@link android.R.attr#textOff}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOff
+ */
+ public static int SwitchCompat_android_textOff = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textOn}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOn
+ */
+ public static int SwitchCompat_android_textOn = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#thumb}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:thumb
+ */
+ public static int SwitchCompat_android_thumb = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#showText}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:showText
+ */
+ public static int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#splitTrack}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:splitTrack
+ */
+ public static int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchMinWidth}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:switchMinWidth
+ */
+ public static int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:switchPadding
+ */
+ public static int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchTextAppearance}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:switchTextAppearance
+ */
+ public static int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#thumbTextPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:thumbTextPadding
+ */
+ public static int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#track}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:track
+ */
+ public static int SwitchCompat_track = 3;
+ /** Attributes that can be used with a TextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textColor
+ */
+ public static int TextAppearance_android_textColor = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textSize
+ */
+ public static int TextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textStyle}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textStyle
+ */
+ public static int TextAppearance_android_textStyle = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#typeface}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:typeface
+ */
+ public static int TextAppearance_android_typeface = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #TextAppearance} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview:textAllCaps
+ */
+ public static int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarDivider}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarDivider
+ */
+ public static int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarItemBackground
+ */
+ public static int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarPopupTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarPopupTheme
+ */
+ public static int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarSize}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ @attr name com.braunster.tutorialview:actionBarSize
+ */
+ public static int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarSplitStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarSplitStyle
+ */
+ public static int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarStyle
+ */
+ public static int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabBarStyle
+ */
+ public static int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabStyle
+ */
+ public static int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTabTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTabTextStyle
+ */
+ public static int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarTheme
+ */
+ public static int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionBarWidgetTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionBarWidgetTheme
+ */
+ public static int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionButtonStyle
+ */
+ public static int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionDropDownStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionDropDownStyle
+ */
+ public static int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionMenuTextAppearance}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionMenuTextAppearance
+ */
+ public static int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionMenuTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:actionMenuTextColor
+ */
+ public static int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeBackground
+ */
+ public static int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCloseButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCloseButtonStyle
+ */
+ public static int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCloseDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCloseDrawable
+ */
+ public static int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCopyDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCopyDrawable
+ */
+ public static int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeCutDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeCutDrawable
+ */
+ public static int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeFindDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeFindDrawable
+ */
+ public static int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModePasteDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModePasteDrawable
+ */
+ public static int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModePopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModePopupWindowStyle
+ */
+ public static int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeSelectAllDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeSelectAllDrawable
+ */
+ public static int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeShareDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeShareDrawable
+ */
+ public static int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeSplitBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeSplitBackground
+ */
+ public static int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeStyle
+ */
+ public static int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionModeWebSearchDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionModeWebSearchDrawable
+ */
+ public static int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionOverflowButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionOverflowButtonStyle
+ */
+ public static int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#actionOverflowMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:actionOverflowMenuStyle
+ */
+ public static int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#activityChooserViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:activityChooserViewStyle
+ */
+ public static int Theme_activityChooserViewStyle = 56;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogButtonGroupStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogButtonGroupStyle
+ */
+ public static int Theme_alertDialogButtonGroupStyle = 89;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogCenterButtons}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:alertDialogCenterButtons
+ */
+ public static int Theme_alertDialogCenterButtons = 90;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogStyle
+ */
+ public static int Theme_alertDialogStyle = 88;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#alertDialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:alertDialogTheme
+ */
+ public static int Theme_alertDialogTheme = 91;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static int Theme_android_windowAnimationStyle = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowIsFloating}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowIsFloating
+ */
+ public static int Theme_android_windowIsFloating = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#autoCompleteTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:autoCompleteTextViewStyle
+ */
+ public static int Theme_autoCompleteTextViewStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarButtonStyle
+ */
+ public static int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarNegativeButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarNegativeButtonStyle
+ */
+ public static int Theme_buttonBarNegativeButtonStyle = 94;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarNeutralButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarNeutralButtonStyle
+ */
+ public static int Theme_buttonBarNeutralButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarPositiveButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarPositiveButtonStyle
+ */
+ public static int Theme_buttonBarPositiveButtonStyle = 93;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonBarStyle
+ */
+ public static int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonStyle
+ */
+ public static int Theme_buttonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#buttonStyleSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:buttonStyleSmall
+ */
+ public static int Theme_buttonStyleSmall = 98;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#checkboxStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:checkboxStyle
+ */
+ public static int Theme_checkboxStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#checkedTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:checkedTextViewStyle
+ */
+ public static int Theme_checkedTextViewStyle = 100;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorAccent}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorAccent
+ */
+ public static int Theme_colorAccent = 82;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorButtonNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorButtonNormal
+ */
+ public static int Theme_colorButtonNormal = 86;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlActivated}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlActivated
+ */
+ public static int Theme_colorControlActivated = 84;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlHighlight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlHighlight
+ */
+ public static int Theme_colorControlHighlight = 85;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorControlNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorControlNormal
+ */
+ public static int Theme_colorControlNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorPrimary}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorPrimary
+ */
+ public static int Theme_colorPrimary = 80;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorPrimaryDark}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorPrimaryDark
+ */
+ public static int Theme_colorPrimaryDark = 81;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#colorSwitchThumbNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:colorSwitchThumbNormal
+ */
+ public static int Theme_colorSwitchThumbNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dialogPreferredPadding}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dialogPreferredPadding
+ */
+ public static int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dialogTheme
+ */
+ public static int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerHorizontal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dividerHorizontal
+ */
+ public static int Theme_dividerHorizontal = 55;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dividerVertical}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dividerVertical
+ */
+ public static int Theme_dividerVertical = 54;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dropDownListViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:dropDownListViewStyle
+ */
+ public static int Theme_dropDownListViewStyle = 72;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#dropdownListPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:dropdownListPreferredItemHeight
+ */
+ public static int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:editTextBackground
+ */
+ public static int Theme_editTextBackground = 62;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:editTextColor
+ */
+ public static int Theme_editTextColor = 61;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#editTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:editTextStyle
+ */
+ public static int Theme_editTextStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:homeAsUpIndicator
+ */
+ public static int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listChoiceBackgroundIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listChoiceBackgroundIndicator
+ */
+ public static int Theme_listChoiceBackgroundIndicator = 79;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listDividerAlertDialog}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listDividerAlertDialog
+ */
+ public static int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:listPopupWindowStyle
+ */
+ public static int Theme_listPopupWindowStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeight
+ */
+ public static int Theme_listPreferredItemHeight = 67;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeightLarge}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeightLarge
+ */
+ public static int Theme_listPreferredItemHeightLarge = 69;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemHeightSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemHeightSmall
+ */
+ public static int Theme_listPreferredItemHeightSmall = 68;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemPaddingLeft}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemPaddingLeft
+ */
+ public static int Theme_listPreferredItemPaddingLeft = 70;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#listPreferredItemPaddingRight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:listPreferredItemPaddingRight
+ */
+ public static int Theme_listPreferredItemPaddingRight = 71;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:panelBackground
+ */
+ public static int Theme_panelBackground = 76;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelMenuListTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:panelMenuListTheme
+ */
+ public static int Theme_panelMenuListTheme = 78;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#panelMenuListWidth}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:panelMenuListWidth
+ */
+ public static int Theme_panelMenuListWidth = 77;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupMenuStyle
+ */
+ public static int Theme_popupMenuStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupWindowStyle
+ */
+ public static int Theme_popupWindowStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#radioButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:radioButtonStyle
+ */
+ public static int Theme_radioButtonStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#ratingBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:ratingBarStyle
+ */
+ public static int Theme_ratingBarStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#searchViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:searchViewStyle
+ */
+ public static int Theme_searchViewStyle = 66;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#selectableItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:selectableItemBackground
+ */
+ public static int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#selectableItemBackgroundBorderless}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:selectableItemBackgroundBorderless
+ */
+ public static int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerDropDownItemStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:spinnerDropDownItemStyle
+ */
+ public static int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#spinnerStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:spinnerStyle
+ */
+ public static int Theme_spinnerStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#switchStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:switchStyle
+ */
+ public static int Theme_switchStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceLargePopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceLargePopupMenu
+ */
+ public static int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceListItem
+ */
+ public static int Theme_textAppearanceListItem = 74;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceListItemSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceListItemSmall
+ */
+ public static int Theme_textAppearanceListItemSmall = 75;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSearchResultSubtitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSearchResultSubtitle
+ */
+ public static int Theme_textAppearanceSearchResultSubtitle = 64;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSearchResultTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSearchResultTitle
+ */
+ public static int Theme_textAppearanceSearchResultTitle = 63;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textAppearanceSmallPopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:textAppearanceSmallPopupMenu
+ */
+ public static int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textColorAlertDialogListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:textColorAlertDialogListItem
+ */
+ public static int Theme_textColorAlertDialogListItem = 92;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#textColorSearchUrl}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview:textColorSearchUrl
+ */
+ public static int Theme_textColorSearchUrl = 65;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#toolbarNavigationButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:toolbarNavigationButtonStyle
+ */
+ public static int Theme_toolbarNavigationButtonStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#toolbarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:toolbarStyle
+ */
+ public static int Theme_toolbarStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionBar}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionBar
+ */
+ public static int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionBarOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionBarOverlay
+ */
+ public static int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowActionModeOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowActionModeOverlay
+ */
+ public static int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedHeightMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedHeightMajor
+ */
+ public static int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedHeightMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedHeightMinor
+ */
+ public static int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedWidthMajor
+ */
+ public static int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowFixedWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowFixedWidthMinor
+ */
+ public static int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowMinWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowMinWidthMajor
+ */
+ public static int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowMinWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowMinWidthMinor
+ */
+ public static int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#windowNoTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:windowNoTitle
+ */
+ public static int Theme_windowNoTitle = 3;
+ /** Attributes that can be used with a Toolbar.
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:gravity
+ */
+ public static int Toolbar_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#minHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:minHeight
+ */
+ public static int Toolbar_android_minHeight = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#collapseContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:collapseContentDescription
+ */
+ public static int Toolbar_collapseContentDescription = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#collapseIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:collapseIcon
+ */
+ public static int Toolbar_collapseIcon = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetEnd
+ */
+ public static int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetLeft
+ */
+ public static int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetRight
+ */
+ public static int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:contentInsetStart
+ */
+ public static int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#maxButtonHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:maxButtonHeight
+ */
+ public static int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:navigationContentDescription
+ */
+ public static int Toolbar_navigationContentDescription = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#navigationIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:navigationIcon
+ */
+ public static int Toolbar_navigationIcon = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:popupTheme
+ */
+ public static int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitle}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:subtitle
+ */
+ public static int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#subtitleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:subtitleTextAppearance
+ */
+ public static int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#title}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:title
+ */
+ public static int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginBottom}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginBottom
+ */
+ public static int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginEnd
+ */
+ public static int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginStart
+ */
+ public static int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMarginTop}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMarginTop
+ */
+ public static int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleMargins}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:titleMargins
+ */
+ public static int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#titleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:titleTextAppearance
+ */
+ public static int Toolbar_titleTextAppearance = 9;
+ /** Attributes that can be used with a View.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:focusable
+ */
+ public static int View_android_focusable = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:theme
+ */
+ public static int View_android_theme = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:backgroundTint
+ */
+ public static int View_backgroundTint = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.braunster.tutorialview:backgroundTintMode
+ */
+ public static int View_backgroundTintMode = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#paddingEnd}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:paddingEnd
+ */
+ public static int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#paddingStart}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview:paddingStart
+ */
+ public static int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview:theme
+ */
+ public static int View_theme = 4;
+ /** Attributes that can be used with a ViewStubCompat.
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:id
+ */
+ public static int ViewStubCompat_android_id = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inflatedId}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:inflatedId
+ */
+ public static int ViewStubCompat_android_inflatedId = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:layout
+ */
+ public static int ViewStubCompat_android_layout = 1;
+ };
+}
diff --git a/tutorial_view/build/generated/source/r/test/debug/android/support/v7/appcompat/R.java b/tutorial_view/build/generated/source/r/test/debug/android/support/v7/appcompat/R.java
new file mode 100644
index 0000000..1fd81fe
--- /dev/null
+++ b/tutorial_view/build/generated/source/r/test/debug/android/support/v7/appcompat/R.java
@@ -0,0 +1,1154 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+package android.support.v7.appcompat;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f040000;
+ public static final int abc_fade_out = 0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f040002;
+ public static final int abc_popup_enter = 0x7f040003;
+ public static final int abc_popup_exit = 0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f040005;
+ public static final int abc_slide_in_bottom = 0x7f040006;
+ public static final int abc_slide_in_top = 0x7f040007;
+ public static final int abc_slide_out_bottom = 0x7f040008;
+ public static final int abc_slide_out_top = 0x7f040009;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010063;
+ public static final int actionBarItemBackground = 0x7f010064;
+ public static final int actionBarPopupTheme = 0x7f01005d;
+ public static final int actionBarSize = 0x7f010062;
+ public static final int actionBarSplitStyle = 0x7f01005f;
+ public static final int actionBarStyle = 0x7f01005e;
+ public static final int actionBarTabBarStyle = 0x7f010059;
+ public static final int actionBarTabStyle = 0x7f010058;
+ public static final int actionBarTabTextStyle = 0x7f01005a;
+ public static final int actionBarTheme = 0x7f010060;
+ public static final int actionBarWidgetTheme = 0x7f010061;
+ public static final int actionButtonStyle = 0x7f01007d;
+ public static final int actionDropDownStyle = 0x7f010079;
+ public static final int actionLayout = 0x7f010031;
+ public static final int actionMenuTextAppearance = 0x7f010065;
+ public static final int actionMenuTextColor = 0x7f010066;
+ public static final int actionModeBackground = 0x7f010069;
+ public static final int actionModeCloseButtonStyle = 0x7f010068;
+ public static final int actionModeCloseDrawable = 0x7f01006b;
+ public static final int actionModeCopyDrawable = 0x7f01006d;
+ public static final int actionModeCutDrawable = 0x7f01006c;
+ public static final int actionModeFindDrawable = 0x7f010071;
+ public static final int actionModePasteDrawable = 0x7f01006e;
+ public static final int actionModePopupWindowStyle = 0x7f010073;
+ public static final int actionModeSelectAllDrawable = 0x7f01006f;
+ public static final int actionModeShareDrawable = 0x7f010070;
+ public static final int actionModeSplitBackground = 0x7f01006a;
+ public static final int actionModeStyle = 0x7f010067;
+ public static final int actionModeWebSearchDrawable = 0x7f010072;
+ public static final int actionOverflowButtonStyle = 0x7f01005b;
+ public static final int actionOverflowMenuStyle = 0x7f01005c;
+ public static final int actionProviderClass = 0x7f010033;
+ public static final int actionViewClass = 0x7f010032;
+ public static final int activityChooserViewStyle = 0x7f010084;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100a5;
+ public static final int alertDialogCenterButtons = 0x7f0100a6;
+ public static final int alertDialogStyle = 0x7f0100a4;
+ public static final int alertDialogTheme = 0x7f0100a7;
+ public static final int autoCompleteTextViewStyle = 0x7f0100ac;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100c5;
+ public static final int backgroundTintMode = 0x7f0100c6;
+ public static final int barSize = 0x7f01002b;
+ public static final int buttonBarButtonStyle = 0x7f01007f;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100aa;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100ab;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100a9;
+ public static final int buttonBarStyle = 0x7f01007e;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ad;
+ public static final int buttonStyleSmall = 0x7f0100ae;
+ public static final int checkboxStyle = 0x7f0100af;
+ public static final int checkedTextViewStyle = 0x7f0100b0;
+ public static final int closeIcon = 0x7f01003a;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100bf;
+ public static final int collapseIcon = 0x7f0100be;
+ public static final int color = 0x7f010025;
+ public static final int colorAccent = 0x7f01009e;
+ public static final int colorButtonNormal = 0x7f0100a2;
+ public static final int colorControlActivated = 0x7f0100a0;
+ public static final int colorControlHighlight = 0x7f0100a1;
+ public static final int colorControlNormal = 0x7f01009f;
+ public static final int colorPrimary = 0x7f01009c;
+ public static final int colorPrimaryDark = 0x7f01009d;
+ public static final int colorSwitchThumbNormal = 0x7f0100a3;
+ public static final int commitIcon = 0x7f01003f;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int dialogPreferredPadding = 0x7f010077;
+ public static final int dialogTheme = 0x7f010076;
+ public static final int disableChildrenWhenDisabled = 0x7f010046;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010083;
+ public static final int dividerPadding = 0x7f01002f;
+ public static final int dividerVertical = 0x7f010082;
+ public static final int drawableSize = 0x7f010027;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f010094;
+ public static final int dropdownListPreferredItemHeight = 0x7f01007a;
+ public static final int editTextBackground = 0x7f01008a;
+ public static final int editTextColor = 0x7f010089;
+ public static final int editTextStyle = 0x7f0100b1;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010028;
+ public static final int goIcon = 0x7f01003b;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f01007c;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010038;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010037;
+ public static final int listChoiceBackgroundIndicator = 0x7f01009b;
+ public static final int listDividerAlertDialog = 0x7f010078;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f010095;
+ public static final int listPreferredItemHeight = 0x7f01008f;
+ public static final int listPreferredItemHeightLarge = 0x7f010091;
+ public static final int listPreferredItemHeightSmall = 0x7f010090;
+ public static final int listPreferredItemPaddingLeft = 0x7f010092;
+ public static final int listPreferredItemPaddingRight = 0x7f010093;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100bd;
+ public static final int measureWithLargestChild = 0x7f01002d;
+ public static final int middleBarArrowSize = 0x7f01002a;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100c1;
+ public static final int navigationIcon = 0x7f0100c0;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010035;
+ public static final int paddingEnd = 0x7f0100c3;
+ public static final int paddingStart = 0x7f0100c2;
+ public static final int panelBackground = 0x7f010098;
+ public static final int panelMenuListTheme = 0x7f01009a;
+ public static final int panelMenuListWidth = 0x7f010099;
+ public static final int popupMenuStyle = 0x7f010087;
+ public static final int popupPromptView = 0x7f010045;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f010088;
+ public static final int preserveIconSpacing = 0x7f010034;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f010043;
+ public static final int queryBackground = 0x7f010041;
+ public static final int queryHint = 0x7f010039;
+ public static final int radioButtonStyle = 0x7f0100b2;
+ public static final int ratingBarStyle = 0x7f0100b3;
+ public static final int searchHintIcon = 0x7f01003d;
+ public static final int searchIcon = 0x7f01003c;
+ public static final int searchViewStyle = 0x7f01008e;
+ public static final int selectableItemBackground = 0x7f010080;
+ public static final int selectableItemBackgroundBorderless = 0x7f010081;
+ public static final int showAsAction = 0x7f010030;
+ public static final int showDividers = 0x7f01002e;
+ public static final int showText = 0x7f01004d;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spinBars = 0x7f010026;
+ public static final int spinnerDropDownItemStyle = 0x7f01007b;
+ public static final int spinnerMode = 0x7f010044;
+ public static final int spinnerStyle = 0x7f0100b4;
+ public static final int splitTrack = 0x7f01004c;
+ public static final int state_above_anchor = 0x7f010036;
+ public static final int submitBackground = 0x7f010042;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100b7;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f010040;
+ public static final int switchMinWidth = 0x7f01004a;
+ public static final int switchPadding = 0x7f01004b;
+ public static final int switchStyle = 0x7f0100b5;
+ public static final int switchTextAppearance = 0x7f010049;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f010074;
+ public static final int textAppearanceListItem = 0x7f010096;
+ public static final int textAppearanceListItemSmall = 0x7f010097;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f01008c;
+ public static final int textAppearanceSearchResultTitle = 0x7f01008b;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010075;
+ public static final int textColorAlertDialogListItem = 0x7f0100a8;
+ public static final int textColorSearchUrl = 0x7f01008d;
+ public static final int theme = 0x7f0100c4;
+ public static final int thickness = 0x7f01002c;
+ public static final int thumbTextPadding = 0x7f010048;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100bc;
+ public static final int titleMarginEnd = 0x7f0100ba;
+ public static final int titleMarginStart = 0x7f0100b9;
+ public static final int titleMarginTop = 0x7f0100bb;
+ public static final int titleMargins = 0x7f0100b8;
+ public static final int titleTextAppearance = 0x7f0100b6;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f010086;
+ public static final int toolbarStyle = 0x7f010085;
+ public static final int topBottomBarArrowSize = 0x7f010029;
+ public static final int track = 0x7f010047;
+ public static final int voiceIcon = 0x7f01003e;
+ public static final int windowActionBar = 0x7f01004e;
+ public static final int windowActionBarOverlay = 0x7f010050;
+ public static final int windowActionModeOverlay = 0x7f010051;
+ public static final int windowFixedHeightMajor = 0x7f010055;
+ public static final int windowFixedHeightMinor = 0x7f010053;
+ public static final int windowFixedWidthMajor = 0x7f010052;
+ public static final int windowFixedWidthMinor = 0x7f010054;
+ public static final int windowMinWidthMajor = 0x7f010056;
+ public static final int windowMinWidthMinor = 0x7f010057;
+ public static final int windowNoTitle = 0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f060034;
+ public static final int abc_input_method_navigation_guard = 0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f060036;
+ public static final int abc_primary_text_material_dark = 0x7f060037;
+ public static final int abc_primary_text_material_light = 0x7f060038;
+ public static final int abc_search_url_text = 0x7f060039;
+ public static final int abc_search_url_text_normal = 0x7f060001;
+ public static final int abc_search_url_text_pressed = 0x7f060002;
+ public static final int abc_search_url_text_selected = 0x7f060003;
+ public static final int abc_secondary_text_material_dark = 0x7f06003a;
+ public static final int abc_secondary_text_material_light = 0x7f06003b;
+ public static final int accent_material_dark = 0x7f060004;
+ public static final int accent_material_light = 0x7f060005;
+ public static final int background_floating_material_dark = 0x7f060006;
+ public static final int background_floating_material_light = 0x7f060007;
+ public static final int background_material_dark = 0x7f060008;
+ public static final int background_material_light = 0x7f060009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f06000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f06000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f06000d;
+ public static final int bright_foreground_material_dark = 0x7f06000e;
+ public static final int bright_foreground_material_light = 0x7f06000f;
+ public static final int button_material_dark = 0x7f060010;
+ public static final int button_material_light = 0x7f060011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f060012;
+ public static final int dim_foreground_disabled_material_light = 0x7f060013;
+ public static final int dim_foreground_material_dark = 0x7f060014;
+ public static final int dim_foreground_material_light = 0x7f060015;
+ public static final int highlighted_text_material_dark = 0x7f060016;
+ public static final int highlighted_text_material_light = 0x7f060017;
+ public static final int hint_foreground_material_dark = 0x7f060018;
+ public static final int hint_foreground_material_light = 0x7f060019;
+ public static final int link_text_material_dark = 0x7f06001a;
+ public static final int link_text_material_light = 0x7f06001b;
+ public static final int material_blue_grey_800 = 0x7f06001c;
+ public static final int material_blue_grey_900 = 0x7f06001d;
+ public static final int material_blue_grey_950 = 0x7f06001e;
+ public static final int material_deep_teal_200 = 0x7f06001f;
+ public static final int material_deep_teal_500 = 0x7f060020;
+ public static final int primary_dark_material_dark = 0x7f060021;
+ public static final int primary_dark_material_light = 0x7f060022;
+ public static final int primary_material_dark = 0x7f060023;
+ public static final int primary_material_light = 0x7f060024;
+ public static final int primary_text_default_material_dark = 0x7f060025;
+ public static final int primary_text_default_material_light = 0x7f060026;
+ public static final int primary_text_disabled_material_dark = 0x7f060027;
+ public static final int primary_text_disabled_material_light = 0x7f060028;
+ public static final int ripple_material_dark = 0x7f060029;
+ public static final int ripple_material_light = 0x7f06002a;
+ public static final int secondary_text_default_material_dark = 0x7f06002b;
+ public static final int secondary_text_default_material_light = 0x7f06002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f06002d;
+ public static final int secondary_text_disabled_material_light = 0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark = 0x7f06002f;
+ public static final int switch_thumb_disabled_material_light = 0x7f060030;
+ public static final int switch_thumb_material_dark = 0x7f06003c;
+ public static final int switch_thumb_material_light = 0x7f06003d;
+ public static final int switch_thumb_normal_material_dark = 0x7f060031;
+ public static final int switch_thumb_normal_material_light = 0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f070000;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_material = 0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070006;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070007;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07000b;
+ public static final int abc_action_button_min_height_material = 0x7f07000c;
+ public static final int abc_action_button_min_width_material = 0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f07000f;
+ public static final int abc_button_inset_horizontal_material = 0x7f070010;
+ public static final int abc_button_inset_vertical_material = 0x7f070011;
+ public static final int abc_button_padding_horizontal_material = 0x7f070012;
+ public static final int abc_button_padding_vertical_material = 0x7f070013;
+ public static final int abc_config_prefDialogWidth = 0x7f070014;
+ public static final int abc_control_corner_material = 0x7f070015;
+ public static final int abc_control_inset_material = 0x7f070016;
+ public static final int abc_control_padding_material = 0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070018;
+ public static final int abc_dialog_min_width_major = 0x7f070019;
+ public static final int abc_dialog_min_width_minor = 0x7f07001a;
+ public static final int abc_dialog_padding_material = 0x7f07001b;
+ public static final int abc_dialog_padding_top_material = 0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark = 0x7f07001d;
+ public static final int abc_disabled_alpha_material_light = 0x7f07001e;
+ public static final int abc_dropdownitem_icon_width = 0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f070023;
+ public static final int abc_edit_text_inset_top_material = 0x7f070024;
+ public static final int abc_floating_window_z = 0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f070026;
+ public static final int abc_panel_menu_list_width = 0x7f070027;
+ public static final int abc_search_view_preferred_width = 0x7f070028;
+ public static final int abc_search_view_text_min_width = 0x7f070029;
+ public static final int abc_switch_padding = 0x7f07002a;
+ public static final int abc_text_size_body_1_material = 0x7f07002b;
+ public static final int abc_text_size_body_2_material = 0x7f07002c;
+ public static final int abc_text_size_button_material = 0x7f07002d;
+ public static final int abc_text_size_caption_material = 0x7f07002e;
+ public static final int abc_text_size_display_1_material = 0x7f07002f;
+ public static final int abc_text_size_display_2_material = 0x7f070030;
+ public static final int abc_text_size_display_3_material = 0x7f070031;
+ public static final int abc_text_size_display_4_material = 0x7f070032;
+ public static final int abc_text_size_headline_material = 0x7f070033;
+ public static final int abc_text_size_large_material = 0x7f070034;
+ public static final int abc_text_size_medium_material = 0x7f070035;
+ public static final int abc_text_size_menu_material = 0x7f070036;
+ public static final int abc_text_size_small_material = 0x7f070037;
+ public static final int abc_text_size_subhead_material = 0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070039;
+ public static final int abc_text_size_title_material = 0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar = 0x7f07003b;
+ public static final int dialog_fixed_height_major = 0x7f07003c;
+ public static final int dialog_fixed_height_minor = 0x7f07003d;
+ public static final int dialog_fixed_width_major = 0x7f07003e;
+ public static final int dialog_fixed_width_minor = 0x7f07003f;
+ public static final int disabled_alpha_material_dark = 0x7f070040;
+ public static final int disabled_alpha_material_light = 0x7f070041;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f080040;
+ public static final int action_bar_activity_content = 0x7f080000;
+ public static final int action_bar_container = 0x7f08003f;
+ public static final int action_bar_root = 0x7f08003b;
+ public static final int action_bar_spinner = 0x7f080001;
+ public static final int action_bar_subtitle = 0x7f080024;
+ public static final int action_bar_title = 0x7f080023;
+ public static final int action_context_bar = 0x7f080041;
+ public static final int action_menu_divider = 0x7f080002;
+ public static final int action_menu_presenter = 0x7f080003;
+ public static final int action_mode_bar = 0x7f08003d;
+ public static final int action_mode_bar_stub = 0x7f08003c;
+ public static final int action_mode_close_button = 0x7f080025;
+ public static final int activity_chooser_view_content = 0x7f080026;
+ public static final int alertTitle = 0x7f080030;
+ public static final int always = 0x7f080016;
+ public static final int beginning = 0x7f080013;
+ public static final int buttonPanel = 0x7f080036;
+ public static final int checkbox = 0x7f080038;
+ public static final int collapseActionView = 0x7f080017;
+ public static final int contentPanel = 0x7f080031;
+ public static final int custom = 0x7f080035;
+ public static final int customPanel = 0x7f080034;
+ public static final int decor_content_parent = 0x7f08003e;
+ public static final int default_activity_button = 0x7f080029;
+ public static final int dialog = 0x7f08001b;
+ public static final int disableHome = 0x7f08000c;
+ public static final int dropdown = 0x7f08001c;
+ public static final int edit_query = 0x7f080042;
+ public static final int end = 0x7f080014;
+ public static final int expand_activities_button = 0x7f080027;
+ public static final int expanded_menu = 0x7f080037;
+ public static final int home = 0x7f080004;
+ public static final int homeAsUp = 0x7f08000d;
+ public static final int icon = 0x7f08002b;
+ public static final int ifRoom = 0x7f080018;
+ public static final int image = 0x7f080028;
+ public static final int listMode = 0x7f080009;
+ public static final int list_item = 0x7f08002a;
+ public static final int middle = 0x7f080015;
+ public static final int multiply = 0x7f08001e;
+ public static final int never = 0x7f080019;
+ public static final int none = 0x7f08000e;
+ public static final int normal = 0x7f08000a;
+ public static final int parentPanel = 0x7f08002d;
+ public static final int progress_circular = 0x7f080005;
+ public static final int progress_horizontal = 0x7f080006;
+ public static final int radio = 0x7f08003a;
+ public static final int screen = 0x7f08001f;
+ public static final int scrollView = 0x7f080032;
+ public static final int search_badge = 0x7f080044;
+ public static final int search_bar = 0x7f080043;
+ public static final int search_button = 0x7f080045;
+ public static final int search_close_btn = 0x7f08004a;
+ public static final int search_edit_frame = 0x7f080046;
+ public static final int search_go_btn = 0x7f08004c;
+ public static final int search_mag_icon = 0x7f080047;
+ public static final int search_plate = 0x7f080048;
+ public static final int search_src_text = 0x7f080049;
+ public static final int search_voice_btn = 0x7f08004d;
+ public static final int select_dialog_listview = 0x7f08004e;
+ public static final int shortcut = 0x7f080039;
+ public static final int showCustom = 0x7f08000f;
+ public static final int showHome = 0x7f080010;
+ public static final int showTitle = 0x7f080011;
+ public static final int split_action_bar = 0x7f080007;
+ public static final int src_atop = 0x7f080020;
+ public static final int src_in = 0x7f080021;
+ public static final int src_over = 0x7f080022;
+ public static final int submit_area = 0x7f08004b;
+ public static final int tabMode = 0x7f08000b;
+ public static final int textSpacerNoButtons = 0x7f080033;
+ public static final int title = 0x7f08002c;
+ public static final int title_template = 0x7f08002f;
+ public static final int topPanel = 0x7f08002e;
+ public static final int up = 0x7f080008;
+ public static final int useLogo = 0x7f080012;
+ public static final int withText = 0x7f08001a;
+ public static final int wrap_content = 0x7f08001d;
+ }
+ 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 abc_max_action_buttons = 0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f030000;
+ public static final int abc_action_bar_up_container = 0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f030002;
+ public static final int abc_action_menu_item_layout = 0x7f030003;
+ public static final int abc_action_menu_layout = 0x7f030004;
+ public static final int abc_action_mode_bar = 0x7f030005;
+ public static final int abc_action_mode_close_item_material = 0x7f030006;
+ public static final int abc_activity_chooser_view = 0x7f030007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f030008;
+ public static final int abc_alert_dialog_material = 0x7f030009;
+ public static final int abc_dialog_title_material = 0x7f03000a;
+ public static final int abc_expanded_menu_layout = 0x7f03000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f03000c;
+ public static final int abc_list_menu_item_icon = 0x7f03000d;
+ public static final int abc_list_menu_item_layout = 0x7f03000e;
+ public static final int abc_list_menu_item_radio = 0x7f03000f;
+ public static final int abc_popup_menu_item_layout = 0x7f030010;
+ public static final int abc_screen_content_include = 0x7f030011;
+ public static final int abc_screen_simple = 0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f030013;
+ public static final int abc_screen_toolbar = 0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f030015;
+ public static final int abc_search_view = 0x7f030016;
+ public static final int abc_select_dialog_material = 0x7f030017;
+ public static final int abc_simple_dropdown_hint = 0x7f030018;
+ public static final int select_dialog_item_material = 0x7f03001b;
+ public static final int select_dialog_multichoice_material = 0x7f03001c;
+ public static final int select_dialog_singlechoice_material = 0x7f03001d;
+ public static final int support_simple_spinner_dropdown_item = 0x7f03001f;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0a0000;
+ public static final int abc_action_bar_home_description_format = 0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0a0002;
+ public static final int abc_action_bar_up_description = 0x7f0a0003;
+ public static final int abc_action_menu_overflow_description = 0x7f0a0004;
+ public static final int abc_action_mode_done = 0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application = 0x7f0a0007;
+ public static final int abc_search_hint = 0x7f0a0008;
+ public static final int abc_searchview_description_clear = 0x7f0a0009;
+ public static final int abc_searchview_description_query = 0x7f0a000a;
+ public static final int abc_searchview_description_search = 0x7f0a000b;
+ public static final int abc_searchview_description_submit = 0x7f0a000c;
+ public static final int abc_searchview_description_voice = 0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0a000f;
+ public static final int abc_toolbar_collapse_description = 0x7f0a0010;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light = 0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog = 0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0b0003;
+ public static final int Base_AlertDialog_AppCompat = 0x7f0b0004;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f0b0005;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f0b0006;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0b0007;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0b0009;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f0b0008;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0b000a;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b0030;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b0033;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0b0042;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0b0046;
+ public static final int Base_Theme_AppCompat = 0x7f0b0034;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0b0035;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0b0036;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0b003a;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0b0037;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0b0039;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b0041;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b0040;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0b0110;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0b0111;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0b0118;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0b011b;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0b0047;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0b004a;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0b0054;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0b0055;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0b0056;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0b005b;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b005c;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0b0057;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0b005a;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b005d;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0b005f;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0b0062;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0b0063;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b006b;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0b006f;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0b0072;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0074;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0b0075;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0b0077;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0b007a;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0b007b;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b007d;
+ public static final int Platform_AppCompat = 0x7f0b007e;
+ public static final int Platform_AppCompat_Light = 0x7f0b007f;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0b0081;
+ public static final int Platform_V11_AppCompat = 0x7f0b0112;
+ public static final int Platform_V11_AppCompat_Light = 0x7f0b0113;
+ public static final int Platform_V12_AppCompat = 0x7f0b0114;
+ public static final int Platform_V12_AppCompat_Light = 0x7f0b0115;
+ public static final int Platform_V14_AppCompat = 0x7f0b0116;
+ public static final int Platform_V14_AppCompat_Light = 0x7f0b0117;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0b0082;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b008d;
+ public static final int TextAppearance_AppCompat = 0x7f0b008e;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b00b7;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b00ba;
+ public static final int ThemeOverlay_AppCompat = 0x7f0b00c9;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0b00cd;
+ public static final int Theme_AppCompat = 0x7f0b00bb;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0b00bc;
+ public static final int Theme_AppCompat_Dialog = 0x7f0b00bd;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0b00c0;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0b00be;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0b00bf;
+ public static final int Theme_AppCompat_Light = 0x7f0b00c1;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0b00c7;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0b00c8;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0b00cf;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0b00d7;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0b00d8;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0b00d9;
+ public static final int Widget_AppCompat_Button = 0x7f0b00da;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f0b00df;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b00e0;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0b00db;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0b00de;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b00e1;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0b00e3;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0b00e4;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0b00e5;
+ public static final int Widget_AppCompat_EditText = 0x7f0b00e6;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0b00fc;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0b00fd;
+ public static final int Widget_AppCompat_ListView = 0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0b0100;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0102;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0b0103;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0105;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0b0106;
+ public static final int Widget_AppCompat_SearchView = 0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0b0108;
+ public static final int Widget_AppCompat_Spinner = 0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0b010c;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0b010d;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b010f;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
+ public static final int AlertDialog_android_layout = 0;
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ public static final int AlertDialog_listItemLayout = 5;
+ public static final int AlertDialog_listLayout = 2;
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f };
+ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ public static final int LinearLayoutCompat_divider = 5;
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ public static final int LinearLayoutCompat_showDividers = 7;
+ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ public static final int MenuGroup_android_enabled = 0;
+ public static final int MenuGroup_android_id = 1;
+ public static final int MenuGroup_android_menuCategory = 3;
+ public static final int MenuGroup_android_orderInCategory = 4;
+ public static final int MenuGroup_android_visible = 2;
+ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 };
+ public static final int MenuItem_actionLayout = 14;
+ public static final int MenuItem_actionProviderClass = 16;
+ public static final int MenuItem_actionViewClass = 15;
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ public static final int MenuItem_android_checkable = 11;
+ public static final int MenuItem_android_checked = 3;
+ public static final int MenuItem_android_enabled = 1;
+ public static final int MenuItem_android_icon = 0;
+ public static final int MenuItem_android_id = 2;
+ public static final int MenuItem_android_menuCategory = 5;
+ public static final int MenuItem_android_numericShortcut = 10;
+ public static final int MenuItem_android_onClick = 12;
+ public static final int MenuItem_android_orderInCategory = 6;
+ public static final int MenuItem_android_title = 7;
+ public static final int MenuItem_android_titleCondensed = 8;
+ public static final int MenuItem_android_visible = 4;
+ public static final int MenuItem_showAsAction = 13;
+ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 };
+ public static final int MenuView_android_headerBackground = 4;
+ public static final int MenuView_android_horizontalDivider = 2;
+ public static final int MenuView_android_itemBackground = 5;
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ public static final int MenuView_android_itemTextAppearance = 1;
+ public static final int MenuView_android_verticalDivider = 3;
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ public static final int MenuView_preserveIconSpacing = 7;
+ public static final int[] PopupWindow = { 0x01010176, 0x7f010035 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010036 };
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ public static final int PopupWindow_android_popupBackground = 0;
+ public static final int PopupWindow_overlapAnchor = 1;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 12;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 14;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 10;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 15;
+ public static final int SearchView_suggestionRowLayout = 13;
+ public static final int SearchView_voiceIcon = 11;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ public static final int SwitchCompat_android_textOff = 1;
+ public static final int SwitchCompat_android_textOn = 0;
+ public static final int SwitchCompat_android_thumb = 2;
+ public static final int SwitchCompat_showText = 9;
+ public static final int SwitchCompat_splitTrack = 8;
+ public static final int SwitchCompat_switchMinWidth = 6;
+ public static final int SwitchCompat_switchPadding = 7;
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ public static final int SwitchCompat_track = 3;
+ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 };
+ public static final int TextAppearance_android_textColor = 3;
+ public static final int TextAppearance_android_textSize = 0;
+ public static final int TextAppearance_android_textStyle = 2;
+ public static final int TextAppearance_android_typeface = 1;
+ public static final int TextAppearance_textAllCaps = 4;
+ public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 56;
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ public static final int Theme_alertDialogCenterButtons = 90;
+ public static final int Theme_alertDialogStyle = 88;
+ public static final int Theme_alertDialogTheme = 91;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 97;
+ public static final int Theme_buttonStyleSmall = 98;
+ public static final int Theme_checkboxStyle = 99;
+ public static final int Theme_checkedTextViewStyle = 100;
+ public static final int Theme_colorAccent = 82;
+ public static final int Theme_colorButtonNormal = 86;
+ public static final int Theme_colorControlActivated = 84;
+ public static final int Theme_colorControlHighlight = 85;
+ public static final int Theme_colorControlNormal = 83;
+ public static final int Theme_colorPrimary = 80;
+ public static final int Theme_colorPrimaryDark = 81;
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 55;
+ public static final int Theme_dividerVertical = 54;
+ public static final int Theme_dropDownListViewStyle = 72;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 62;
+ public static final int Theme_editTextColor = 61;
+ public static final int Theme_editTextStyle = 101;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 73;
+ public static final int Theme_listPreferredItemHeight = 67;
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ public static final int Theme_panelBackground = 76;
+ public static final int Theme_panelMenuListTheme = 78;
+ public static final int Theme_panelMenuListWidth = 77;
+ public static final int Theme_popupMenuStyle = 59;
+ public static final int Theme_popupWindowStyle = 60;
+ public static final int Theme_radioButtonStyle = 102;
+ public static final int Theme_ratingBarStyle = 103;
+ public static final int Theme_searchViewStyle = 66;
+ public static final int Theme_selectableItemBackground = 52;
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ public static final int Theme_spinnerStyle = 104;
+ public static final int Theme_switchStyle = 105;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 74;
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ public static final int Theme_textColorSearchUrl = 65;
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ public static final int Theme_toolbarStyle = 57;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/R.java b/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/R.java
new file mode 100644
index 0000000..6b54004
--- /dev/null
+++ b/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/R.java
@@ -0,0 +1,1173 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+package com.braunster.tutorialview;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in = 0x7f040000;
+ public static final int abc_fade_out = 0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom = 0x7f040002;
+ public static final int abc_popup_enter = 0x7f040003;
+ public static final int abc_popup_exit = 0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom = 0x7f040005;
+ public static final int abc_slide_in_bottom = 0x7f040006;
+ public static final int abc_slide_in_top = 0x7f040007;
+ public static final int abc_slide_out_bottom = 0x7f040008;
+ public static final int abc_slide_out_top = 0x7f040009;
+ public static final int dummy = 0x7f04000a;
+ public static final int tutorial_info_view_fade_in = 0x7f04000b;
+ public static final int tutorial_info_view_fade_out = 0x7f04000c;
+ }
+ public static final class attr {
+ public static final int actionBarDivider = 0x7f010063;
+ public static final int actionBarItemBackground = 0x7f010064;
+ public static final int actionBarPopupTheme = 0x7f01005d;
+ public static final int actionBarSize = 0x7f010062;
+ public static final int actionBarSplitStyle = 0x7f01005f;
+ public static final int actionBarStyle = 0x7f01005e;
+ public static final int actionBarTabBarStyle = 0x7f010059;
+ public static final int actionBarTabStyle = 0x7f010058;
+ public static final int actionBarTabTextStyle = 0x7f01005a;
+ public static final int actionBarTheme = 0x7f010060;
+ public static final int actionBarWidgetTheme = 0x7f010061;
+ public static final int actionButtonStyle = 0x7f01007d;
+ public static final int actionDropDownStyle = 0x7f010079;
+ public static final int actionLayout = 0x7f010031;
+ public static final int actionMenuTextAppearance = 0x7f010065;
+ public static final int actionMenuTextColor = 0x7f010066;
+ public static final int actionModeBackground = 0x7f010069;
+ public static final int actionModeCloseButtonStyle = 0x7f010068;
+ public static final int actionModeCloseDrawable = 0x7f01006b;
+ public static final int actionModeCopyDrawable = 0x7f01006d;
+ public static final int actionModeCutDrawable = 0x7f01006c;
+ public static final int actionModeFindDrawable = 0x7f010071;
+ public static final int actionModePasteDrawable = 0x7f01006e;
+ public static final int actionModePopupWindowStyle = 0x7f010073;
+ public static final int actionModeSelectAllDrawable = 0x7f01006f;
+ public static final int actionModeShareDrawable = 0x7f010070;
+ public static final int actionModeSplitBackground = 0x7f01006a;
+ public static final int actionModeStyle = 0x7f010067;
+ public static final int actionModeWebSearchDrawable = 0x7f010072;
+ public static final int actionOverflowButtonStyle = 0x7f01005b;
+ public static final int actionOverflowMenuStyle = 0x7f01005c;
+ public static final int actionProviderClass = 0x7f010033;
+ public static final int actionViewClass = 0x7f010032;
+ public static final int activityChooserViewStyle = 0x7f010084;
+ public static final int alertDialogButtonGroupStyle = 0x7f0100a5;
+ public static final int alertDialogCenterButtons = 0x7f0100a6;
+ public static final int alertDialogStyle = 0x7f0100a4;
+ public static final int alertDialogTheme = 0x7f0100a7;
+ public static final int autoCompleteTextViewStyle = 0x7f0100ac;
+ public static final int background = 0x7f01000c;
+ public static final int backgroundSplit = 0x7f01000e;
+ public static final int backgroundStacked = 0x7f01000d;
+ public static final int backgroundTint = 0x7f0100c5;
+ public static final int backgroundTintMode = 0x7f0100c6;
+ public static final int barSize = 0x7f01002b;
+ public static final int buttonBarButtonStyle = 0x7f01007f;
+ public static final int buttonBarNegativeButtonStyle = 0x7f0100aa;
+ public static final int buttonBarNeutralButtonStyle = 0x7f0100ab;
+ public static final int buttonBarPositiveButtonStyle = 0x7f0100a9;
+ public static final int buttonBarStyle = 0x7f01007e;
+ public static final int buttonPanelSideLayout = 0x7f01001f;
+ public static final int buttonStyle = 0x7f0100ad;
+ public static final int buttonStyleSmall = 0x7f0100ae;
+ public static final int checkboxStyle = 0x7f0100af;
+ public static final int checkedTextViewStyle = 0x7f0100b0;
+ public static final int closeIcon = 0x7f01003a;
+ public static final int closeItemLayout = 0x7f01001c;
+ public static final int collapseContentDescription = 0x7f0100bf;
+ public static final int collapseIcon = 0x7f0100be;
+ public static final int color = 0x7f010025;
+ public static final int colorAccent = 0x7f01009e;
+ public static final int colorButtonNormal = 0x7f0100a2;
+ public static final int colorControlActivated = 0x7f0100a0;
+ public static final int colorControlHighlight = 0x7f0100a1;
+ public static final int colorControlNormal = 0x7f01009f;
+ public static final int colorPrimary = 0x7f01009c;
+ public static final int colorPrimaryDark = 0x7f01009d;
+ public static final int colorSwitchThumbNormal = 0x7f0100a3;
+ public static final int commitIcon = 0x7f01003f;
+ public static final int contentInsetEnd = 0x7f010017;
+ public static final int contentInsetLeft = 0x7f010018;
+ public static final int contentInsetRight = 0x7f010019;
+ public static final int contentInsetStart = 0x7f010016;
+ public static final int customNavigationLayout = 0x7f01000f;
+ public static final int dialogPreferredPadding = 0x7f010077;
+ public static final int dialogTheme = 0x7f010076;
+ public static final int disableChildrenWhenDisabled = 0x7f010046;
+ public static final int displayOptions = 0x7f010005;
+ public static final int divider = 0x7f01000b;
+ public static final int dividerHorizontal = 0x7f010083;
+ public static final int dividerPadding = 0x7f01002f;
+ public static final int dividerVertical = 0x7f010082;
+ public static final int drawableSize = 0x7f010027;
+ public static final int drawerArrowStyle = 0x7f010000;
+ public static final int dropDownListViewStyle = 0x7f010094;
+ public static final int dropdownListPreferredItemHeight = 0x7f01007a;
+ public static final int editTextBackground = 0x7f01008a;
+ public static final int editTextColor = 0x7f010089;
+ public static final int editTextStyle = 0x7f0100b1;
+ public static final int elevation = 0x7f01001a;
+ public static final int expandActivityOverflowButtonDrawable = 0x7f01001e;
+ public static final int gapBetweenBars = 0x7f010028;
+ public static final int goIcon = 0x7f01003b;
+ public static final int height = 0x7f010001;
+ public static final int hideOnContentScroll = 0x7f010015;
+ public static final int homeAsUpIndicator = 0x7f01007c;
+ public static final int homeLayout = 0x7f010010;
+ public static final int icon = 0x7f010009;
+ public static final int iconifiedByDefault = 0x7f010038;
+ public static final int indeterminateProgressStyle = 0x7f010012;
+ public static final int initialActivityCount = 0x7f01001d;
+ public static final int isLightTheme = 0x7f010002;
+ public static final int itemPadding = 0x7f010014;
+ public static final int layout = 0x7f010037;
+ public static final int listChoiceBackgroundIndicator = 0x7f01009b;
+ public static final int listDividerAlertDialog = 0x7f010078;
+ public static final int listItemLayout = 0x7f010023;
+ public static final int listLayout = 0x7f010020;
+ public static final int listPopupWindowStyle = 0x7f010095;
+ public static final int listPreferredItemHeight = 0x7f01008f;
+ public static final int listPreferredItemHeightLarge = 0x7f010091;
+ public static final int listPreferredItemHeightSmall = 0x7f010090;
+ public static final int listPreferredItemPaddingLeft = 0x7f010092;
+ public static final int listPreferredItemPaddingRight = 0x7f010093;
+ public static final int logo = 0x7f01000a;
+ public static final int maxButtonHeight = 0x7f0100bd;
+ public static final int measureWithLargestChild = 0x7f01002d;
+ public static final int middleBarArrowSize = 0x7f01002a;
+ public static final int multiChoiceItemLayout = 0x7f010021;
+ public static final int navigationContentDescription = 0x7f0100c1;
+ public static final int navigationIcon = 0x7f0100c0;
+ public static final int navigationMode = 0x7f010004;
+ public static final int overlapAnchor = 0x7f010035;
+ public static final int paddingEnd = 0x7f0100c3;
+ public static final int paddingStart = 0x7f0100c2;
+ public static final int panelBackground = 0x7f010098;
+ public static final int panelMenuListTheme = 0x7f01009a;
+ public static final int panelMenuListWidth = 0x7f010099;
+ public static final int popupMenuStyle = 0x7f010087;
+ public static final int popupPromptView = 0x7f010045;
+ public static final int popupTheme = 0x7f01001b;
+ public static final int popupWindowStyle = 0x7f010088;
+ public static final int preserveIconSpacing = 0x7f010034;
+ public static final int progressBarPadding = 0x7f010013;
+ public static final int progressBarStyle = 0x7f010011;
+ public static final int prompt = 0x7f010043;
+ public static final int queryBackground = 0x7f010041;
+ public static final int queryHint = 0x7f010039;
+ public static final int radioButtonStyle = 0x7f0100b2;
+ public static final int ratingBarStyle = 0x7f0100b3;
+ public static final int searchHintIcon = 0x7f01003d;
+ public static final int searchIcon = 0x7f01003c;
+ public static final int searchViewStyle = 0x7f01008e;
+ public static final int selectableItemBackground = 0x7f010080;
+ public static final int selectableItemBackgroundBorderless = 0x7f010081;
+ public static final int showAsAction = 0x7f010030;
+ public static final int showDividers = 0x7f01002e;
+ public static final int showText = 0x7f01004d;
+ public static final int singleChoiceItemLayout = 0x7f010022;
+ public static final int spinBars = 0x7f010026;
+ public static final int spinnerDropDownItemStyle = 0x7f01007b;
+ public static final int spinnerMode = 0x7f010044;
+ public static final int spinnerStyle = 0x7f0100b4;
+ public static final int splitTrack = 0x7f01004c;
+ public static final int state_above_anchor = 0x7f010036;
+ public static final int submitBackground = 0x7f010042;
+ public static final int subtitle = 0x7f010006;
+ public static final int subtitleTextAppearance = 0x7f0100b7;
+ public static final int subtitleTextStyle = 0x7f010008;
+ public static final int suggestionRowLayout = 0x7f010040;
+ public static final int switchMinWidth = 0x7f01004a;
+ public static final int switchPadding = 0x7f01004b;
+ public static final int switchStyle = 0x7f0100b5;
+ public static final int switchTextAppearance = 0x7f010049;
+ public static final int textAllCaps = 0x7f010024;
+ public static final int textAppearanceLargePopupMenu = 0x7f010074;
+ public static final int textAppearanceListItem = 0x7f010096;
+ public static final int textAppearanceListItemSmall = 0x7f010097;
+ public static final int textAppearanceSearchResultSubtitle = 0x7f01008c;
+ public static final int textAppearanceSearchResultTitle = 0x7f01008b;
+ public static final int textAppearanceSmallPopupMenu = 0x7f010075;
+ public static final int textColorAlertDialogListItem = 0x7f0100a8;
+ public static final int textColorSearchUrl = 0x7f01008d;
+ public static final int theme = 0x7f0100c4;
+ public static final int thickness = 0x7f01002c;
+ public static final int thumbTextPadding = 0x7f010048;
+ public static final int title = 0x7f010003;
+ public static final int titleMarginBottom = 0x7f0100bc;
+ public static final int titleMarginEnd = 0x7f0100ba;
+ public static final int titleMarginStart = 0x7f0100b9;
+ public static final int titleMarginTop = 0x7f0100bb;
+ public static final int titleMargins = 0x7f0100b8;
+ public static final int titleTextAppearance = 0x7f0100b6;
+ public static final int titleTextStyle = 0x7f010007;
+ public static final int toolbarNavigationButtonStyle = 0x7f010086;
+ public static final int toolbarStyle = 0x7f010085;
+ public static final int topBottomBarArrowSize = 0x7f010029;
+ public static final int track = 0x7f010047;
+ public static final int voiceIcon = 0x7f01003e;
+ public static final int windowActionBar = 0x7f01004e;
+ public static final int windowActionBarOverlay = 0x7f010050;
+ public static final int windowActionModeOverlay = 0x7f010051;
+ public static final int windowFixedHeightMajor = 0x7f010055;
+ public static final int windowFixedHeightMinor = 0x7f010053;
+ public static final int windowFixedWidthMajor = 0x7f010052;
+ public static final int windowFixedWidthMinor = 0x7f010054;
+ public static final int windowMinWidthMajor = 0x7f010056;
+ public static final int windowMinWidthMinor = 0x7f010057;
+ public static final int windowNoTitle = 0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs = 0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps = 0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside = 0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark = 0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light = 0x7f060034;
+ public static final int abc_input_method_navigation_guard = 0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark = 0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light = 0x7f060036;
+ public static final int abc_primary_text_material_dark = 0x7f060037;
+ public static final int abc_primary_text_material_light = 0x7f060038;
+ public static final int abc_search_url_text = 0x7f060039;
+ public static final int abc_search_url_text_normal = 0x7f060001;
+ public static final int abc_search_url_text_pressed = 0x7f060002;
+ public static final int abc_search_url_text_selected = 0x7f060003;
+ public static final int abc_secondary_text_material_dark = 0x7f06003a;
+ public static final int abc_secondary_text_material_light = 0x7f06003b;
+ public static final int accent_material_dark = 0x7f060004;
+ public static final int accent_material_light = 0x7f060005;
+ public static final int background_floating_material_dark = 0x7f060006;
+ public static final int background_floating_material_light = 0x7f060007;
+ public static final int background_material_dark = 0x7f060008;
+ public static final int background_material_light = 0x7f060009;
+ public static final int bright_foreground_disabled_material_dark = 0x7f06000a;
+ public static final int bright_foreground_disabled_material_light = 0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark = 0x7f06000c;
+ public static final int bright_foreground_inverse_material_light = 0x7f06000d;
+ public static final int bright_foreground_material_dark = 0x7f06000e;
+ public static final int bright_foreground_material_light = 0x7f06000f;
+ public static final int button_material_dark = 0x7f060010;
+ public static final int button_material_light = 0x7f060011;
+ public static final int dim_foreground_disabled_material_dark = 0x7f060012;
+ public static final int dim_foreground_disabled_material_light = 0x7f060013;
+ public static final int dim_foreground_material_dark = 0x7f060014;
+ public static final int dim_foreground_material_light = 0x7f060015;
+ public static final int highlighted_text_material_dark = 0x7f060016;
+ public static final int highlighted_text_material_light = 0x7f060017;
+ public static final int hint_foreground_material_dark = 0x7f060018;
+ public static final int hint_foreground_material_light = 0x7f060019;
+ public static final int link_text_material_dark = 0x7f06001a;
+ public static final int link_text_material_light = 0x7f06001b;
+ public static final int material_blue_grey_800 = 0x7f06001c;
+ public static final int material_blue_grey_900 = 0x7f06001d;
+ public static final int material_blue_grey_950 = 0x7f06001e;
+ public static final int material_deep_teal_200 = 0x7f06001f;
+ public static final int material_deep_teal_500 = 0x7f060020;
+ public static final int primary_dark_material_dark = 0x7f060021;
+ public static final int primary_dark_material_light = 0x7f060022;
+ public static final int primary_material_dark = 0x7f060023;
+ public static final int primary_material_light = 0x7f060024;
+ public static final int primary_text_default_material_dark = 0x7f060025;
+ public static final int primary_text_default_material_light = 0x7f060026;
+ public static final int primary_text_disabled_material_dark = 0x7f060027;
+ public static final int primary_text_disabled_material_light = 0x7f060028;
+ public static final int ripple_material_dark = 0x7f060029;
+ public static final int ripple_material_light = 0x7f06002a;
+ public static final int secondary_text_default_material_dark = 0x7f06002b;
+ public static final int secondary_text_default_material_light = 0x7f06002c;
+ public static final int secondary_text_disabled_material_dark = 0x7f06002d;
+ public static final int secondary_text_disabled_material_light = 0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark = 0x7f06002f;
+ public static final int switch_thumb_disabled_material_light = 0x7f060030;
+ public static final int switch_thumb_material_dark = 0x7f06003c;
+ public static final int switch_thumb_material_light = 0x7f06003d;
+ public static final int switch_thumb_normal_material_dark = 0x7f060031;
+ public static final int switch_thumb_normal_material_light = 0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material = 0x7f070000;
+ public static final int abc_action_bar_default_height_material = 0x7f070001;
+ public static final int abc_action_bar_default_padding_material = 0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material = 0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material = 0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material = 0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material = 0x7f070006;
+ public static final int abc_action_bar_progress_bar_size = 0x7f070007;
+ public static final int abc_action_bar_stacked_max_height = 0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width = 0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material = 0x7f07000b;
+ public static final int abc_action_button_min_height_material = 0x7f07000c;
+ public static final int abc_action_button_min_width_material = 0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material = 0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height = 0x7f07000f;
+ public static final int abc_button_inset_horizontal_material = 0x7f070010;
+ public static final int abc_button_inset_vertical_material = 0x7f070011;
+ public static final int abc_button_padding_horizontal_material = 0x7f070012;
+ public static final int abc_button_padding_vertical_material = 0x7f070013;
+ public static final int abc_config_prefDialogWidth = 0x7f070014;
+ public static final int abc_control_corner_material = 0x7f070015;
+ public static final int abc_control_inset_material = 0x7f070016;
+ public static final int abc_control_padding_material = 0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material = 0x7f070018;
+ public static final int abc_dialog_min_width_major = 0x7f070019;
+ public static final int abc_dialog_min_width_minor = 0x7f07001a;
+ public static final int abc_dialog_padding_material = 0x7f07001b;
+ public static final int abc_dialog_padding_top_material = 0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark = 0x7f07001d;
+ public static final int abc_disabled_alpha_material_light = 0x7f07001e;
+ public static final int abc_dropdownitem_icon_width = 0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left = 0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right = 0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material = 0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material = 0x7f070023;
+ public static final int abc_edit_text_inset_top_material = 0x7f070024;
+ public static final int abc_floating_window_z = 0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material = 0x7f070026;
+ public static final int abc_panel_menu_list_width = 0x7f070027;
+ public static final int abc_search_view_preferred_width = 0x7f070028;
+ public static final int abc_search_view_text_min_width = 0x7f070029;
+ public static final int abc_switch_padding = 0x7f07002a;
+ public static final int abc_text_size_body_1_material = 0x7f07002b;
+ public static final int abc_text_size_body_2_material = 0x7f07002c;
+ public static final int abc_text_size_button_material = 0x7f07002d;
+ public static final int abc_text_size_caption_material = 0x7f07002e;
+ public static final int abc_text_size_display_1_material = 0x7f07002f;
+ public static final int abc_text_size_display_2_material = 0x7f070030;
+ public static final int abc_text_size_display_3_material = 0x7f070031;
+ public static final int abc_text_size_display_4_material = 0x7f070032;
+ public static final int abc_text_size_headline_material = 0x7f070033;
+ public static final int abc_text_size_large_material = 0x7f070034;
+ public static final int abc_text_size_medium_material = 0x7f070035;
+ public static final int abc_text_size_menu_material = 0x7f070036;
+ public static final int abc_text_size_small_material = 0x7f070037;
+ public static final int abc_text_size_subhead_material = 0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar = 0x7f070039;
+ public static final int abc_text_size_title_material = 0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar = 0x7f07003b;
+ public static final int dialog_fixed_height_major = 0x7f07003c;
+ public static final int dialog_fixed_height_minor = 0x7f07003d;
+ public static final int dialog_fixed_width_major = 0x7f07003e;
+ public static final int dialog_fixed_width_minor = 0x7f07003f;
+ public static final int disabled_alpha_material_dark = 0x7f070040;
+ public static final int disabled_alpha_material_light = 0x7f070041;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha = 0x7f020000;
+ public static final int abc_btn_borderless_material = 0x7f020001;
+ public static final int abc_btn_check_material = 0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000 = 0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015 = 0x7f020004;
+ public static final int abc_btn_default_mtrl_shape = 0x7f020005;
+ public static final int abc_btn_radio_material = 0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f02000c;
+ public static final int abc_cab_background_internal_bg = 0x7f02000d;
+ public static final int abc_cab_background_top_material = 0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha = 0x7f02000f;
+ public static final int abc_dialog_material_background_dark = 0x7f020010;
+ public static final int abc_dialog_material_background_light = 0x7f020011;
+ public static final int abc_edit_text_material = 0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha = 0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha = 0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha = 0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f02001e;
+ public static final int abc_item_background_holo_dark = 0x7f02001f;
+ public static final int abc_item_background_holo_light = 0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha = 0x7f020021;
+ public static final int abc_list_focused_holo = 0x7f020022;
+ public static final int abc_list_longpressed_holo = 0x7f020023;
+ public static final int abc_list_pressed_holo_dark = 0x7f020024;
+ public static final int abc_list_pressed_holo_light = 0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark = 0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light = 0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark = 0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light = 0x7f020029;
+ public static final int abc_list_selector_holo_dark = 0x7f02002a;
+ public static final int abc_list_selector_holo_light = 0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult = 0x7f02002d;
+ public static final int abc_ratingbar_full_material = 0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha = 0x7f02002f;
+ public static final int abc_spinner_textfield_background_material = 0x7f020030;
+ public static final int abc_switch_thumb_material = 0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha = 0x7f020032;
+ public static final int abc_tab_indicator_material = 0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha = 0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha = 0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha = 0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha = 0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha = 0x7f020039;
+ public static final int abc_textfield_search_material = 0x7f02003a;
+ public static final int ic_launcher = 0x7f02003b;
+ }
+ public static final class id {
+ public static final int action_bar = 0x7f080040;
+ public static final int action_bar_activity_content = 0x7f080000;
+ public static final int action_bar_container = 0x7f08003f;
+ public static final int action_bar_root = 0x7f08003b;
+ public static final int action_bar_spinner = 0x7f080001;
+ public static final int action_bar_subtitle = 0x7f080024;
+ public static final int action_bar_title = 0x7f080023;
+ public static final int action_context_bar = 0x7f080041;
+ public static final int action_menu_divider = 0x7f080002;
+ public static final int action_menu_presenter = 0x7f080003;
+ public static final int action_mode_bar = 0x7f08003d;
+ public static final int action_mode_bar_stub = 0x7f08003c;
+ public static final int action_mode_close_button = 0x7f080025;
+ public static final int activity_chooser_view_content = 0x7f080026;
+ public static final int alertTitle = 0x7f080030;
+ public static final int always = 0x7f080016;
+ public static final int beginning = 0x7f080013;
+ public static final int buttonPanel = 0x7f080036;
+ public static final int checkbox = 0x7f080038;
+ public static final int collapseActionView = 0x7f080017;
+ public static final int contentPanel = 0x7f080031;
+ public static final int custom = 0x7f080035;
+ public static final int customPanel = 0x7f080034;
+ public static final int decor_content_parent = 0x7f08003e;
+ public static final int default_activity_button = 0x7f080029;
+ public static final int dialog = 0x7f08001b;
+ public static final int disableHome = 0x7f08000c;
+ public static final int dropdown = 0x7f08001c;
+ public static final int edit_query = 0x7f080042;
+ public static final int end = 0x7f080014;
+ public static final int expand_activities_button = 0x7f080027;
+ public static final int expanded_menu = 0x7f080037;
+ public static final int got_it_button_view = 0x7f080050;
+ public static final int home = 0x7f080004;
+ public static final int homeAsUp = 0x7f08000d;
+ public static final int icon = 0x7f08002b;
+ public static final int ifRoom = 0x7f080018;
+ public static final int image = 0x7f080028;
+ public static final int listMode = 0x7f080009;
+ public static final int list_item = 0x7f08002a;
+ public static final int middle = 0x7f080015;
+ public static final int multiply = 0x7f08001e;
+ public static final int never = 0x7f080019;
+ public static final int none = 0x7f08000e;
+ public static final int normal = 0x7f08000a;
+ public static final int parentPanel = 0x7f08002d;
+ public static final int progress_circular = 0x7f080005;
+ public static final int progress_horizontal = 0x7f080006;
+ public static final int radio = 0x7f08003a;
+ public static final int screen = 0x7f08001f;
+ public static final int scrollView = 0x7f080032;
+ public static final int search_badge = 0x7f080044;
+ public static final int search_bar = 0x7f080043;
+ public static final int search_button = 0x7f080045;
+ public static final int search_close_btn = 0x7f08004a;
+ public static final int search_edit_frame = 0x7f080046;
+ public static final int search_go_btn = 0x7f08004c;
+ public static final int search_mag_icon = 0x7f080047;
+ public static final int search_plate = 0x7f080048;
+ public static final int search_src_text = 0x7f080049;
+ public static final int search_voice_btn = 0x7f08004d;
+ public static final int select_dialog_listview = 0x7f08004e;
+ public static final int shortcut = 0x7f080039;
+ public static final int showCustom = 0x7f08000f;
+ public static final int showHome = 0x7f080010;
+ public static final int showTitle = 0x7f080011;
+ public static final int skip_button_view = 0x7f080051;
+ public static final int split_action_bar = 0x7f080007;
+ public static final int src_atop = 0x7f080020;
+ public static final int src_in = 0x7f080021;
+ public static final int src_over = 0x7f080022;
+ public static final int submit_area = 0x7f08004b;
+ public static final int tabMode = 0x7f08000b;
+ public static final int textSpacerNoButtons = 0x7f080033;
+ public static final int title = 0x7f08002c;
+ public static final int title_template = 0x7f08002f;
+ public static final int title_view = 0x7f080052;
+ public static final int topPanel = 0x7f08002e;
+ public static final int tutorial_info_text = 0x7f080053;
+ public static final int tutorial_layout = 0x7f08004f;
+ public static final int up = 0x7f080008;
+ public static final int useLogo = 0x7f080012;
+ public static final int withText = 0x7f08001a;
+ public static final int wrap_content = 0x7f08001d;
+ }
+ 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 abc_max_action_buttons = 0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item = 0x7f030000;
+ public static final int abc_action_bar_up_container = 0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout = 0x7f030002;
+ public static final int abc_action_menu_item_layout = 0x7f030003;
+ public static final int abc_action_menu_layout = 0x7f030004;
+ public static final int abc_action_mode_bar = 0x7f030005;
+ public static final int abc_action_mode_close_item_material = 0x7f030006;
+ public static final int abc_activity_chooser_view = 0x7f030007;
+ public static final int abc_activity_chooser_view_list_item = 0x7f030008;
+ public static final int abc_alert_dialog_material = 0x7f030009;
+ public static final int abc_dialog_title_material = 0x7f03000a;
+ public static final int abc_expanded_menu_layout = 0x7f03000b;
+ public static final int abc_list_menu_item_checkbox = 0x7f03000c;
+ public static final int abc_list_menu_item_icon = 0x7f03000d;
+ public static final int abc_list_menu_item_layout = 0x7f03000e;
+ public static final int abc_list_menu_item_radio = 0x7f03000f;
+ public static final int abc_popup_menu_item_layout = 0x7f030010;
+ public static final int abc_screen_content_include = 0x7f030011;
+ public static final int abc_screen_simple = 0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode = 0x7f030013;
+ public static final int abc_screen_toolbar = 0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line = 0x7f030015;
+ public static final int abc_search_view = 0x7f030016;
+ public static final int abc_select_dialog_material = 0x7f030017;
+ public static final int abc_simple_dropdown_hint = 0x7f030018;
+ public static final int activity_tutorial_layout = 0x7f030019;
+ public static final int got_it_button_view = 0x7f03001a;
+ public static final int select_dialog_item_material = 0x7f03001b;
+ public static final int select_dialog_multichoice_material = 0x7f03001c;
+ public static final int select_dialog_singlechoice_material = 0x7f03001d;
+ public static final int skip_button_view = 0x7f03001e;
+ public static final int support_simple_spinner_dropdown_item = 0x7f03001f;
+ public static final int title_view = 0x7f030020;
+ public static final int tutorial_text = 0x7f030021;
+ public static final int tutorial_text_custom_test = 0x7f030022;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description = 0x7f0a0000;
+ public static final int abc_action_bar_home_description_format = 0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format = 0x7f0a0002;
+ public static final int abc_action_bar_up_description = 0x7f0a0003;
+ public static final int abc_action_menu_overflow_description = 0x7f0a0004;
+ public static final int abc_action_mode_done = 0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all = 0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application = 0x7f0a0007;
+ public static final int abc_search_hint = 0x7f0a0008;
+ public static final int abc_searchview_description_clear = 0x7f0a0009;
+ public static final int abc_searchview_description_query = 0x7f0a000a;
+ public static final int abc_searchview_description_search = 0x7f0a000b;
+ public static final int abc_searchview_description_submit = 0x7f0a000c;
+ public static final int abc_searchview_description_voice = 0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with = 0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application = 0x7f0a000f;
+ public static final int abc_toolbar_collapse_description = 0x7f0a0010;
+ public static final int app_name = 0x7f0a0011;
+ public static final int got_it_button_text = 0x7f0a0012;
+ public static final int skip_button_text = 0x7f0a0013;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat = 0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light = 0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog = 0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp = 0x7f0b0003;
+ public static final int Base_AlertDialog_AppCompat = 0x7f0b0004;
+ public static final int Base_AlertDialog_AppCompat_Light = 0x7f0b0005;
+ public static final int Base_Animation_AppCompat_Dialog = 0x7f0b0006;
+ public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0b0007;
+ public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0b0009;
+ public static final int Base_DialogWindowTitle_AppCompat = 0x7f0b0008;
+ public static final int Base_TextAppearance_AppCompat = 0x7f0b000a;
+ public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Button = 0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Large = 0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_Small = 0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Title = 0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b0030;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b0033;
+ public static final int Base_ThemeOverlay_AppCompat = 0x7f0b0042;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0b0046;
+ public static final int Base_Theme_AppCompat = 0x7f0b0034;
+ public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0b0035;
+ public static final int Base_Theme_AppCompat_Dialog = 0x7f0b0036;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0b003a;
+ public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0b0037;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0b0039;
+ public static final int Base_Theme_AppCompat_Light = 0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b0041;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b0040;
+ public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0b0110;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0b0111;
+ public static final int Base_V21_Theme_AppCompat = 0x7f0b0118;
+ public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Light = 0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0b011b;
+ public static final int Base_V7_Theme_AppCompat = 0x7f0b0047;
+ public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Light = 0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0b004a;
+ public static final int Base_Widget_AppCompat_ActionBar = 0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionButton = 0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionMode = 0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0b0054;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0b0055;
+ public static final int Base_Widget_AppCompat_Button = 0x7f0b0056;
+ public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0b005b;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b005c;
+ public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0b0057;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_Small = 0x7f0b005a;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b005d;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0b005f;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0b0062;
+ public static final int Base_Widget_AppCompat_EditText = 0x7f0b0063;
+ public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b006b;
+ public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListView = 0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0b006f;
+ public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0b0072;
+ public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0074;
+ public static final int Base_Widget_AppCompat_RatingBar = 0x7f0b0075;
+ public static final int Base_Widget_AppCompat_SearchView = 0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0b0077;
+ public static final int Base_Widget_AppCompat_Spinner = 0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0b007a;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0b007b;
+ public static final int Base_Widget_AppCompat_Toolbar = 0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b007d;
+ public static final int Platform_AppCompat = 0x7f0b007e;
+ public static final int Platform_AppCompat_Light = 0x7f0b007f;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0b0081;
+ public static final int Platform_V11_AppCompat = 0x7f0b0112;
+ public static final int Platform_V11_AppCompat_Light = 0x7f0b0113;
+ public static final int Platform_V12_AppCompat = 0x7f0b0114;
+ public static final int Platform_V12_AppCompat_Light = 0x7f0b0115;
+ public static final int Platform_V14_AppCompat = 0x7f0b0116;
+ public static final int Platform_V14_AppCompat_Light = 0x7f0b0117;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0b0082;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b008d;
+ public static final int TextAppearance_AppCompat = 0x7f0b008e;
+ public static final int TextAppearance_AppCompat_Body1 = 0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body2 = 0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Button = 0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Caption = 0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Display1 = 0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display2 = 0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display3 = 0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display4 = 0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Headline = 0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Inverse = 0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Large = 0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Medium = 0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Menu = 0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_Small = 0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Subhead = 0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Title = 0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0b00b7;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0b00ba;
+ public static final int ThemeOverlay_AppCompat = 0x7f0b00c9;
+ public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_Dark = 0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Light = 0x7f0b00cd;
+ public static final int Theme_AppCompat = 0x7f0b00bb;
+ public static final int Theme_AppCompat_CompactMenu = 0x7f0b00bc;
+ public static final int Theme_AppCompat_Dialog = 0x7f0b00bd;
+ public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0b00c0;
+ public static final int Theme_AppCompat_Dialog_Alert = 0x7f0b00be;
+ public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0b00bf;
+ public static final int Theme_AppCompat_Light = 0x7f0b00c1;
+ public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_Dialog = 0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0b00c7;
+ public static final int Theme_AppCompat_NoActionBar = 0x7f0b00c8;
+ public static final int TutorialActivityTheme = 0x7f0b00ce;
+ public static final int Widget_AppCompat_ActionBar = 0x7f0b00cf;
+ public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionButton = 0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionMode = 0x7f0b00d7;
+ public static final int Widget_AppCompat_ActivityChooserView = 0x7f0b00d8;
+ public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0b00d9;
+ public static final int Widget_AppCompat_Button = 0x7f0b00da;
+ public static final int Widget_AppCompat_ButtonBar = 0x7f0b00df;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0b00e0;
+ public static final int Widget_AppCompat_Button_Borderless = 0x7f0b00db;
+ public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_Small = 0x7f0b00de;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0b00e1;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0b00e3;
+ public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0b00e4;
+ public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0b00e5;
+ public static final int Widget_AppCompat_EditText = 0x7f0b00e6;
+ public static final int Widget_AppCompat_Light_ActionBar = 0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionButton = 0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_SearchView = 0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0b00fc;
+ public static final int Widget_AppCompat_ListPopupWindow = 0x7f0b00fd;
+ public static final int Widget_AppCompat_ListView = 0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView_DropDown = 0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_Menu = 0x7f0b0100;
+ public static final int Widget_AppCompat_PopupMenu = 0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0b0102;
+ public static final int Widget_AppCompat_PopupWindow = 0x7f0b0103;
+ public static final int Widget_AppCompat_ProgressBar = 0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0b0105;
+ public static final int Widget_AppCompat_RatingBar = 0x7f0b0106;
+ public static final int Widget_AppCompat_SearchView = 0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0b0108;
+ public static final int Widget_AppCompat_Spinner = 0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0b010c;
+ public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0b010d;
+ public static final int Widget_AppCompat_Toolbar = 0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0b010f;
+ }
+ public static final class styleable {
+ public static final int[] ActionBar = { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c };
+ public static final int[] ActionBarLayout = { 0x010100b3 };
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ public static final int ActionBar_background = 10;
+ public static final int ActionBar_backgroundSplit = 12;
+ public static final int ActionBar_backgroundStacked = 11;
+ public static final int ActionBar_contentInsetEnd = 21;
+ public static final int ActionBar_contentInsetLeft = 22;
+ public static final int ActionBar_contentInsetRight = 23;
+ public static final int ActionBar_contentInsetStart = 20;
+ public static final int ActionBar_customNavigationLayout = 13;
+ public static final int ActionBar_displayOptions = 3;
+ public static final int ActionBar_divider = 9;
+ public static final int ActionBar_elevation = 24;
+ public static final int ActionBar_height = 0;
+ public static final int ActionBar_hideOnContentScroll = 19;
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ public static final int ActionBar_homeLayout = 14;
+ public static final int ActionBar_icon = 7;
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ public static final int ActionBar_itemPadding = 18;
+ public static final int ActionBar_logo = 8;
+ public static final int ActionBar_navigationMode = 2;
+ public static final int ActionBar_popupTheme = 25;
+ public static final int ActionBar_progressBarPadding = 17;
+ public static final int ActionBar_progressBarStyle = 15;
+ public static final int ActionBar_subtitle = 4;
+ public static final int ActionBar_subtitleTextStyle = 6;
+ public static final int ActionBar_title = 1;
+ public static final int ActionBar_titleTextStyle = 5;
+ public static final int[] ActionMenuItemView = { 0x0101013f };
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ public static final int[] ActionMenuView = { };
+ public static final int[] ActionMode = { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c };
+ public static final int ActionMode_background = 3;
+ public static final int ActionMode_backgroundSplit = 4;
+ public static final int ActionMode_closeItemLayout = 5;
+ public static final int ActionMode_height = 0;
+ public static final int ActionMode_subtitleTextStyle = 2;
+ public static final int ActionMode_titleTextStyle = 1;
+ public static final int[] ActivityChooserView = { 0x7f01001d, 0x7f01001e };
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ public static final int[] AlertDialog = { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 };
+ public static final int AlertDialog_android_layout = 0;
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ public static final int AlertDialog_listItemLayout = 5;
+ public static final int AlertDialog_listLayout = 2;
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ public static final int[] AppCompatTextView = { 0x01010034, 0x7f010024 };
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ public static final int AppCompatTextView_textAllCaps = 1;
+ public static final int[] DrawerArrowToggle = { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c };
+ public static final int DrawerArrowToggle_barSize = 6;
+ public static final int DrawerArrowToggle_color = 0;
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ public static final int DrawerArrowToggle_spinBars = 1;
+ public static final int DrawerArrowToggle_thickness = 7;
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f };
+ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 };
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ public static final int LinearLayoutCompat_divider = 5;
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ public static final int LinearLayoutCompat_showDividers = 7;
+ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad };
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 };
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ public static final int MenuGroup_android_enabled = 0;
+ public static final int MenuGroup_android_id = 1;
+ public static final int MenuGroup_android_menuCategory = 3;
+ public static final int MenuGroup_android_orderInCategory = 4;
+ public static final int MenuGroup_android_visible = 2;
+ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 };
+ public static final int MenuItem_actionLayout = 14;
+ public static final int MenuItem_actionProviderClass = 16;
+ public static final int MenuItem_actionViewClass = 15;
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ public static final int MenuItem_android_checkable = 11;
+ public static final int MenuItem_android_checked = 3;
+ public static final int MenuItem_android_enabled = 1;
+ public static final int MenuItem_android_icon = 0;
+ public static final int MenuItem_android_id = 2;
+ public static final int MenuItem_android_menuCategory = 5;
+ public static final int MenuItem_android_numericShortcut = 10;
+ public static final int MenuItem_android_onClick = 12;
+ public static final int MenuItem_android_orderInCategory = 6;
+ public static final int MenuItem_android_title = 7;
+ public static final int MenuItem_android_titleCondensed = 8;
+ public static final int MenuItem_android_visible = 4;
+ public static final int MenuItem_showAsAction = 13;
+ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 };
+ public static final int MenuView_android_headerBackground = 4;
+ public static final int MenuView_android_horizontalDivider = 2;
+ public static final int MenuView_android_itemBackground = 5;
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ public static final int MenuView_android_itemTextAppearance = 1;
+ public static final int MenuView_android_verticalDivider = 3;
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ public static final int MenuView_preserveIconSpacing = 7;
+ public static final int[] PopupWindow = { 0x01010176, 0x7f010035 };
+ public static final int[] PopupWindowBackgroundState = { 0x7f010036 };
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ public static final int PopupWindow_android_popupBackground = 0;
+ public static final int PopupWindow_overlapAnchor = 1;
+ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 };
+ public static final int SearchView_android_focusable = 0;
+ public static final int SearchView_android_imeOptions = 3;
+ public static final int SearchView_android_inputType = 2;
+ public static final int SearchView_android_maxWidth = 1;
+ public static final int SearchView_closeIcon = 7;
+ public static final int SearchView_commitIcon = 12;
+ public static final int SearchView_goIcon = 8;
+ public static final int SearchView_iconifiedByDefault = 5;
+ public static final int SearchView_layout = 4;
+ public static final int SearchView_queryBackground = 14;
+ public static final int SearchView_queryHint = 6;
+ public static final int SearchView_searchHintIcon = 10;
+ public static final int SearchView_searchIcon = 9;
+ public static final int SearchView_submitBackground = 15;
+ public static final int SearchView_suggestionRowLayout = 13;
+ public static final int SearchView_voiceIcon = 11;
+ public static final int[] Spinner = { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
+ public static final int Spinner_android_background = 1;
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ public static final int Spinner_android_dropDownSelector = 2;
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ public static final int Spinner_android_dropDownWidth = 4;
+ public static final int Spinner_android_gravity = 0;
+ public static final int Spinner_android_popupBackground = 3;
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ public static final int Spinner_popupPromptView = 9;
+ public static final int Spinner_prompt = 7;
+ public static final int Spinner_spinnerMode = 8;
+ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d };
+ public static final int SwitchCompat_android_textOff = 1;
+ public static final int SwitchCompat_android_textOn = 0;
+ public static final int SwitchCompat_android_thumb = 2;
+ public static final int SwitchCompat_showText = 9;
+ public static final int SwitchCompat_splitTrack = 8;
+ public static final int SwitchCompat_switchMinWidth = 6;
+ public static final int SwitchCompat_switchPadding = 7;
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ public static final int SwitchCompat_track = 3;
+ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 };
+ public static final int TextAppearance_android_textColor = 3;
+ public static final int TextAppearance_android_textSize = 0;
+ public static final int TextAppearance_android_textStyle = 2;
+ public static final int TextAppearance_android_typeface = 1;
+ public static final int TextAppearance_textAllCaps = 4;
+ public static final int[] Theme = { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 };
+ public static final int Theme_actionBarDivider = 23;
+ public static final int Theme_actionBarItemBackground = 24;
+ public static final int Theme_actionBarPopupTheme = 17;
+ public static final int Theme_actionBarSize = 22;
+ public static final int Theme_actionBarSplitStyle = 19;
+ public static final int Theme_actionBarStyle = 18;
+ public static final int Theme_actionBarTabBarStyle = 13;
+ public static final int Theme_actionBarTabStyle = 12;
+ public static final int Theme_actionBarTabTextStyle = 14;
+ public static final int Theme_actionBarTheme = 20;
+ public static final int Theme_actionBarWidgetTheme = 21;
+ public static final int Theme_actionButtonStyle = 49;
+ public static final int Theme_actionDropDownStyle = 45;
+ public static final int Theme_actionMenuTextAppearance = 25;
+ public static final int Theme_actionMenuTextColor = 26;
+ public static final int Theme_actionModeBackground = 29;
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ public static final int Theme_actionModeCloseDrawable = 31;
+ public static final int Theme_actionModeCopyDrawable = 33;
+ public static final int Theme_actionModeCutDrawable = 32;
+ public static final int Theme_actionModeFindDrawable = 37;
+ public static final int Theme_actionModePasteDrawable = 34;
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ public static final int Theme_actionModeShareDrawable = 36;
+ public static final int Theme_actionModeSplitBackground = 30;
+ public static final int Theme_actionModeStyle = 27;
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ public static final int Theme_activityChooserViewStyle = 56;
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ public static final int Theme_alertDialogCenterButtons = 90;
+ public static final int Theme_alertDialogStyle = 88;
+ public static final int Theme_alertDialogTheme = 91;
+ public static final int Theme_android_windowAnimationStyle = 1;
+ public static final int Theme_android_windowIsFloating = 0;
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ public static final int Theme_buttonBarButtonStyle = 51;
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ public static final int Theme_buttonBarStyle = 50;
+ public static final int Theme_buttonStyle = 97;
+ public static final int Theme_buttonStyleSmall = 98;
+ public static final int Theme_checkboxStyle = 99;
+ public static final int Theme_checkedTextViewStyle = 100;
+ public static final int Theme_colorAccent = 82;
+ public static final int Theme_colorButtonNormal = 86;
+ public static final int Theme_colorControlActivated = 84;
+ public static final int Theme_colorControlHighlight = 85;
+ public static final int Theme_colorControlNormal = 83;
+ public static final int Theme_colorPrimary = 80;
+ public static final int Theme_colorPrimaryDark = 81;
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ public static final int Theme_dialogPreferredPadding = 43;
+ public static final int Theme_dialogTheme = 42;
+ public static final int Theme_dividerHorizontal = 55;
+ public static final int Theme_dividerVertical = 54;
+ public static final int Theme_dropDownListViewStyle = 72;
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ public static final int Theme_editTextBackground = 62;
+ public static final int Theme_editTextColor = 61;
+ public static final int Theme_editTextStyle = 101;
+ public static final int Theme_homeAsUpIndicator = 48;
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ public static final int Theme_listDividerAlertDialog = 44;
+ public static final int Theme_listPopupWindowStyle = 73;
+ public static final int Theme_listPreferredItemHeight = 67;
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ public static final int Theme_panelBackground = 76;
+ public static final int Theme_panelMenuListTheme = 78;
+ public static final int Theme_panelMenuListWidth = 77;
+ public static final int Theme_popupMenuStyle = 59;
+ public static final int Theme_popupWindowStyle = 60;
+ public static final int Theme_radioButtonStyle = 102;
+ public static final int Theme_ratingBarStyle = 103;
+ public static final int Theme_searchViewStyle = 66;
+ public static final int Theme_selectableItemBackground = 52;
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ public static final int Theme_spinnerStyle = 104;
+ public static final int Theme_switchStyle = 105;
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ public static final int Theme_textAppearanceListItem = 74;
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ public static final int Theme_textColorSearchUrl = 65;
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ public static final int Theme_toolbarStyle = 57;
+ public static final int Theme_windowActionBar = 2;
+ public static final int Theme_windowActionBarOverlay = 4;
+ public static final int Theme_windowActionModeOverlay = 5;
+ public static final int Theme_windowFixedHeightMajor = 9;
+ public static final int Theme_windowFixedHeightMinor = 7;
+ public static final int Theme_windowFixedWidthMajor = 6;
+ public static final int Theme_windowFixedWidthMinor = 8;
+ public static final int Theme_windowMinWidthMajor = 10;
+ public static final int Theme_windowMinWidthMinor = 11;
+ public static final int Theme_windowNoTitle = 3;
+ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 };
+ public static final int Toolbar_android_gravity = 0;
+ public static final int Toolbar_android_minHeight = 1;
+ public static final int Toolbar_collapseContentDescription = 18;
+ public static final int Toolbar_collapseIcon = 17;
+ public static final int Toolbar_contentInsetEnd = 5;
+ public static final int Toolbar_contentInsetLeft = 6;
+ public static final int Toolbar_contentInsetRight = 7;
+ public static final int Toolbar_contentInsetStart = 4;
+ public static final int Toolbar_maxButtonHeight = 16;
+ public static final int Toolbar_navigationContentDescription = 20;
+ public static final int Toolbar_navigationIcon = 19;
+ public static final int Toolbar_popupTheme = 8;
+ public static final int Toolbar_subtitle = 3;
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ public static final int Toolbar_title = 2;
+ public static final int Toolbar_titleMarginBottom = 15;
+ public static final int Toolbar_titleMarginEnd = 13;
+ public static final int Toolbar_titleMarginStart = 12;
+ public static final int Toolbar_titleMarginTop = 14;
+ public static final int Toolbar_titleMargins = 11;
+ public static final int Toolbar_titleTextAppearance = 9;
+ public static final int[] View = { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 };
+ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 };
+ public static final int ViewStubCompat_android_id = 0;
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ public static final int ViewStubCompat_android_layout = 1;
+ public static final int View_android_focusable = 1;
+ public static final int View_android_theme = 0;
+ public static final int View_backgroundTint = 5;
+ public static final int View_backgroundTintMode = 6;
+ public static final int View_paddingEnd = 3;
+ public static final int View_paddingStart = 2;
+ public static final int View_theme = 4;
+ }
+}
diff --git a/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/test/R.java b/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/test/R.java
new file mode 100644
index 0000000..800dbe4
--- /dev/null
+++ b/tutorial_view/build/generated/source/r/test/debug/com/braunster/tutorialview/test/R.java
@@ -0,0 +1,5898 @@
+/* AUTO-GENERATED FILE. DO NOT MODIFY.
+ *
+ * This class was automatically generated by the
+ * aapt tool from the resource data it found. It
+ * should not be modified by hand.
+ */
+
+package com.braunster.tutorialview.test;
+
+public final class R {
+ public static final class anim {
+ public static final int abc_fade_in=0x7f040000;
+ public static final int abc_fade_out=0x7f040001;
+ public static final int abc_grow_fade_in_from_bottom=0x7f040002;
+ public static final int abc_popup_enter=0x7f040003;
+ public static final int abc_popup_exit=0x7f040004;
+ public static final int abc_shrink_fade_out_from_bottom=0x7f040005;
+ public static final int abc_slide_in_bottom=0x7f040006;
+ public static final int abc_slide_in_top=0x7f040007;
+ public static final int abc_slide_out_bottom=0x7f040008;
+ public static final int abc_slide_out_top=0x7f040009;
+ public static final int dummy=0x7f04000a;
+ public static final int tutorial_info_view_fade_in=0x7f04000b;
+ public static final int tutorial_info_view_fade_out=0x7f04000c;
+ }
+ public static final class attr {
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarDivider=0x7f010063;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarItemBackground=0x7f010064;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarPopupTheme=0x7f01005d;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ */
+ public static final int actionBarSize=0x7f010062;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarSplitStyle=0x7f01005f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarStyle=0x7f01005e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabBarStyle=0x7f010059;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabStyle=0x7f010058;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTabTextStyle=0x7f01005a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarTheme=0x7f010060;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionBarWidgetTheme=0x7f010061;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionButtonStyle=0x7f01007d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionDropDownStyle=0x7f010079;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionLayout=0x7f010031;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionMenuTextAppearance=0x7f010065;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int actionMenuTextColor=0x7f010066;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeBackground=0x7f010069;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseButtonStyle=0x7f010068;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCloseDrawable=0x7f01006b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCopyDrawable=0x7f01006d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeCutDrawable=0x7f01006c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeFindDrawable=0x7f010071;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePasteDrawable=0x7f01006e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModePopupWindowStyle=0x7f010073;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSelectAllDrawable=0x7f01006f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeShareDrawable=0x7f010070;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeSplitBackground=0x7f01006a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeStyle=0x7f010067;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionModeWebSearchDrawable=0x7f010072;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionOverflowButtonStyle=0x7f01005b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int actionOverflowMenuStyle=0x7f01005c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int actionProviderClass=0x7f010033;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int actionViewClass=0x7f010032;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int activityChooserViewStyle=0x7f010084;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogButtonGroupStyle=0x7f0100a5;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int alertDialogCenterButtons=0x7f0100a6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogStyle=0x7f0100a4;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int alertDialogTheme=0x7f0100a7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int autoCompleteTextViewStyle=0x7f0100ac;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int background=0x7f01000c;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundSplit=0x7f01000e;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int backgroundStacked=0x7f01000d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int backgroundTint=0x7f0100c5;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ */
+ public static final int backgroundTintMode=0x7f0100c6;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int barSize=0x7f01002b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarButtonStyle=0x7f01007f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNegativeButtonStyle=0x7f0100aa;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarNeutralButtonStyle=0x7f0100ab;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarPositiveButtonStyle=0x7f0100a9;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonBarStyle=0x7f01007e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonPanelSideLayout=0x7f01001f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonStyle=0x7f0100ad;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int buttonStyleSmall=0x7f0100ae;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int checkboxStyle=0x7f0100af;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int checkedTextViewStyle=0x7f0100b0;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeIcon=0x7f01003a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int closeItemLayout=0x7f01001c;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int collapseContentDescription=0x7f0100bf;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int collapseIcon=0x7f0100be;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int color=0x7f010025;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorAccent=0x7f01009e;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorButtonNormal=0x7f0100a2;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlActivated=0x7f0100a0;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlHighlight=0x7f0100a1;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorControlNormal=0x7f01009f;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorPrimary=0x7f01009c;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorPrimaryDark=0x7f01009d;
+ /**
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int colorSwitchThumbNormal=0x7f0100a3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int commitIcon=0x7f01003f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetEnd=0x7f010017;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetLeft=0x7f010018;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetRight=0x7f010019;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int contentInsetStart=0x7f010016;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int customNavigationLayout=0x7f01000f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dialogPreferredPadding=0x7f010077;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dialogTheme=0x7f010076;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int disableChildrenWhenDisabled=0x7f010046;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ */
+ public static final int displayOptions=0x7f010005;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int divider=0x7f01000b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerHorizontal=0x7f010083;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dividerPadding=0x7f01002f;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dividerVertical=0x7f010082;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int drawableSize=0x7f010027;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int drawerArrowStyle=0x7f010000;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int dropDownListViewStyle=0x7f010094;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int dropdownListPreferredItemHeight=0x7f01007a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextBackground=0x7f01008a;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int editTextColor=0x7f010089;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int editTextStyle=0x7f0100b1;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int elevation=0x7f01001a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int expandActivityOverflowButtonDrawable=0x7f01001e;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int gapBetweenBars=0x7f010028;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int goIcon=0x7f01003b;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int height=0x7f010001;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int hideOnContentScroll=0x7f010015;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeAsUpIndicator=0x7f01007c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int homeLayout=0x7f010010;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int icon=0x7f010009;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int iconifiedByDefault=0x7f010038;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int indeterminateProgressStyle=0x7f010012;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int initialActivityCount=0x7f01001d;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int isLightTheme=0x7f010002;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int itemPadding=0x7f010014;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int layout=0x7f010037;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listChoiceBackgroundIndicator=0x7f01009b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listDividerAlertDialog=0x7f010078;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listItemLayout=0x7f010023;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listLayout=0x7f010020;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int listPopupWindowStyle=0x7f010095;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeight=0x7f01008f;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightLarge=0x7f010091;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemHeightSmall=0x7f010090;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemPaddingLeft=0x7f010092;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int listPreferredItemPaddingRight=0x7f010093;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int logo=0x7f01000a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int maxButtonHeight=0x7f0100bd;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int measureWithLargestChild=0x7f01002d;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int middleBarArrowSize=0x7f01002a;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int multiChoiceItemLayout=0x7f010021;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int navigationContentDescription=0x7f0100c1;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int navigationIcon=0x7f0100c0;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ */
+ public static final int navigationMode=0x7f010004;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int overlapAnchor=0x7f010035;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int paddingEnd=0x7f0100c3;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int paddingStart=0x7f0100c2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelBackground=0x7f010098;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int panelMenuListTheme=0x7f01009a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int panelMenuListWidth=0x7f010099;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupMenuStyle=0x7f010087;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupPromptView=0x7f010045;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupTheme=0x7f01001b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int popupWindowStyle=0x7f010088;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int preserveIconSpacing=0x7f010034;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int progressBarPadding=0x7f010013;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int progressBarStyle=0x7f010011;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int prompt=0x7f010043;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int queryBackground=0x7f010041;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int queryHint=0x7f010039;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int radioButtonStyle=0x7f0100b2;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int ratingBarStyle=0x7f0100b3;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchHintIcon=0x7f01003d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchIcon=0x7f01003c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int searchViewStyle=0x7f01008e;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackground=0x7f010080;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int selectableItemBackgroundBorderless=0x7f010081;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ */
+ public static final int showAsAction=0x7f010030;
+ /**
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ */
+ public static final int showDividers=0x7f01002e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int showText=0x7f01004d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int singleChoiceItemLayout=0x7f010022;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int spinBars=0x7f010026;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int spinnerDropDownItemStyle=0x7f01007b;
+ /**
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ */
+ public static final int spinnerMode=0x7f010044;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int spinnerStyle=0x7f0100b4;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int splitTrack=0x7f01004c;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int state_above_anchor=0x7f010036;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int submitBackground=0x7f010042;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int subtitle=0x7f010006;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextAppearance=0x7f0100b7;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int subtitleTextStyle=0x7f010008;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int suggestionRowLayout=0x7f010040;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchMinWidth=0x7f01004a;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int switchPadding=0x7f01004b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchStyle=0x7f0100b5;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int switchTextAppearance=0x7f010049;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ */
+ public static final int textAllCaps=0x7f010024;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceLargePopupMenu=0x7f010074;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItem=0x7f010096;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceListItemSmall=0x7f010097;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultSubtitle=0x7f01008c;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSearchResultTitle=0x7f01008b;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int textAppearanceSmallPopupMenu=0x7f010075;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int textColorAlertDialogListItem=0x7f0100a8;
+ /**
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ */
+ public static final int textColorSearchUrl=0x7f01008d;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int theme=0x7f0100c4;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int thickness=0x7f01002c;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int thumbTextPadding=0x7f010048;
+ /**
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int title=0x7f010003;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginBottom=0x7f0100bc;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginEnd=0x7f0100ba;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginStart=0x7f0100b9;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMarginTop=0x7f0100bb;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int titleMargins=0x7f0100b8;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextAppearance=0x7f0100b6;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int titleTextStyle=0x7f010007;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarNavigationButtonStyle=0x7f010086;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int toolbarStyle=0x7f010085;
+ /**
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int topBottomBarArrowSize=0x7f010029;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int track=0x7f010047;
+ /**
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ */
+ public static final int voiceIcon=0x7f01003e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBar=0x7f01004e;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionBarOverlay=0x7f010050;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowActionModeOverlay=0x7f010051;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedHeightMajor=0x7f010055;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedHeightMinor=0x7f010053;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedWidthMajor=0x7f010052;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowFixedWidthMinor=0x7f010054;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowMinWidthMajor=0x7f010056;
+ /**
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowMinWidthMinor=0x7f010057;
+ /**
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ */
+ public static final int windowNoTitle=0x7f01004f;
+ }
+ public static final class bool {
+ public static final int abc_action_bar_embed_tabs=0x7f050000;
+ public static final int abc_action_bar_embed_tabs_pre_jb=0x7f050001;
+ public static final int abc_action_bar_expanded_action_views_exclusive=0x7f050002;
+ public static final int abc_config_actionMenuItemAllCaps=0x7f050003;
+ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f050004;
+ public static final int abc_config_closeDialogWhenTouchOutside=0x7f050005;
+ public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050006;
+ }
+ public static final class color {
+ public static final int abc_background_cache_hint_selector_material_dark=0x7f060033;
+ public static final int abc_background_cache_hint_selector_material_light=0x7f060034;
+ public static final int abc_input_method_navigation_guard=0x7f060000;
+ public static final int abc_primary_text_disable_only_material_dark=0x7f060035;
+ public static final int abc_primary_text_disable_only_material_light=0x7f060036;
+ public static final int abc_primary_text_material_dark=0x7f060037;
+ public static final int abc_primary_text_material_light=0x7f060038;
+ public static final int abc_search_url_text=0x7f060039;
+ public static final int abc_search_url_text_normal=0x7f060001;
+ public static final int abc_search_url_text_pressed=0x7f060002;
+ public static final int abc_search_url_text_selected=0x7f060003;
+ public static final int abc_secondary_text_material_dark=0x7f06003a;
+ public static final int abc_secondary_text_material_light=0x7f06003b;
+ public static final int accent_material_dark=0x7f060004;
+ public static final int accent_material_light=0x7f060005;
+ public static final int background_floating_material_dark=0x7f060006;
+ public static final int background_floating_material_light=0x7f060007;
+ public static final int background_material_dark=0x7f060008;
+ public static final int background_material_light=0x7f060009;
+ public static final int bright_foreground_disabled_material_dark=0x7f06000a;
+ public static final int bright_foreground_disabled_material_light=0x7f06000b;
+ public static final int bright_foreground_inverse_material_dark=0x7f06000c;
+ public static final int bright_foreground_inverse_material_light=0x7f06000d;
+ public static final int bright_foreground_material_dark=0x7f06000e;
+ public static final int bright_foreground_material_light=0x7f06000f;
+ public static final int button_material_dark=0x7f060010;
+ public static final int button_material_light=0x7f060011;
+ public static final int dim_foreground_disabled_material_dark=0x7f060012;
+ public static final int dim_foreground_disabled_material_light=0x7f060013;
+ public static final int dim_foreground_material_dark=0x7f060014;
+ public static final int dim_foreground_material_light=0x7f060015;
+ public static final int highlighted_text_material_dark=0x7f060016;
+ public static final int highlighted_text_material_light=0x7f060017;
+ public static final int hint_foreground_material_dark=0x7f060018;
+ public static final int hint_foreground_material_light=0x7f060019;
+ public static final int link_text_material_dark=0x7f06001a;
+ public static final int link_text_material_light=0x7f06001b;
+ public static final int material_blue_grey_800=0x7f06001c;
+ public static final int material_blue_grey_900=0x7f06001d;
+ public static final int material_blue_grey_950=0x7f06001e;
+ public static final int material_deep_teal_200=0x7f06001f;
+ public static final int material_deep_teal_500=0x7f060020;
+ public static final int primary_dark_material_dark=0x7f060021;
+ public static final int primary_dark_material_light=0x7f060022;
+ public static final int primary_material_dark=0x7f060023;
+ public static final int primary_material_light=0x7f060024;
+ public static final int primary_text_default_material_dark=0x7f060025;
+ public static final int primary_text_default_material_light=0x7f060026;
+ public static final int primary_text_disabled_material_dark=0x7f060027;
+ public static final int primary_text_disabled_material_light=0x7f060028;
+ public static final int ripple_material_dark=0x7f060029;
+ public static final int ripple_material_light=0x7f06002a;
+ public static final int secondary_text_default_material_dark=0x7f06002b;
+ public static final int secondary_text_default_material_light=0x7f06002c;
+ public static final int secondary_text_disabled_material_dark=0x7f06002d;
+ public static final int secondary_text_disabled_material_light=0x7f06002e;
+ public static final int switch_thumb_disabled_material_dark=0x7f06002f;
+ public static final int switch_thumb_disabled_material_light=0x7f060030;
+ public static final int switch_thumb_material_dark=0x7f06003c;
+ public static final int switch_thumb_material_light=0x7f06003d;
+ public static final int switch_thumb_normal_material_dark=0x7f060031;
+ public static final int switch_thumb_normal_material_light=0x7f060032;
+ }
+ public static final class dimen {
+ public static final int abc_action_bar_content_inset_material=0x7f070000;
+ public static final int abc_action_bar_default_height_material=0x7f070001;
+ public static final int abc_action_bar_default_padding_material=0x7f070002;
+ public static final int abc_action_bar_icon_vertical_padding_material=0x7f070003;
+ public static final int abc_action_bar_navigation_padding_start_material=0x7f070004;
+ public static final int abc_action_bar_overflow_padding_end_material=0x7f070005;
+ public static final int abc_action_bar_overflow_padding_start_material=0x7f070006;
+ public static final int abc_action_bar_progress_bar_size=0x7f070007;
+ public static final int abc_action_bar_stacked_max_height=0x7f070008;
+ public static final int abc_action_bar_stacked_tab_max_width=0x7f070009;
+ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f07000a;
+ public static final int abc_action_bar_subtitle_top_margin_material=0x7f07000b;
+ public static final int abc_action_button_min_height_material=0x7f07000c;
+ public static final int abc_action_button_min_width_material=0x7f07000d;
+ public static final int abc_action_button_min_width_overflow_material=0x7f07000e;
+ public static final int abc_alert_dialog_button_bar_height=0x7f07000f;
+ public static final int abc_button_inset_horizontal_material=0x7f070010;
+ public static final int abc_button_inset_vertical_material=0x7f070011;
+ public static final int abc_button_padding_horizontal_material=0x7f070012;
+ public static final int abc_button_padding_vertical_material=0x7f070013;
+ public static final int abc_config_prefDialogWidth=0x7f070014;
+ public static final int abc_control_corner_material=0x7f070015;
+ public static final int abc_control_inset_material=0x7f070016;
+ public static final int abc_control_padding_material=0x7f070017;
+ public static final int abc_dialog_list_padding_vertical_material=0x7f070018;
+ public static final int abc_dialog_min_width_major=0x7f070019;
+ public static final int abc_dialog_min_width_minor=0x7f07001a;
+ public static final int abc_dialog_padding_material=0x7f07001b;
+ public static final int abc_dialog_padding_top_material=0x7f07001c;
+ public static final int abc_disabled_alpha_material_dark=0x7f07001d;
+ public static final int abc_disabled_alpha_material_light=0x7f07001e;
+ public static final int abc_dropdownitem_icon_width=0x7f07001f;
+ public static final int abc_dropdownitem_text_padding_left=0x7f070020;
+ public static final int abc_dropdownitem_text_padding_right=0x7f070021;
+ public static final int abc_edit_text_inset_bottom_material=0x7f070022;
+ public static final int abc_edit_text_inset_horizontal_material=0x7f070023;
+ public static final int abc_edit_text_inset_top_material=0x7f070024;
+ public static final int abc_floating_window_z=0x7f070025;
+ public static final int abc_list_item_padding_horizontal_material=0x7f070026;
+ public static final int abc_panel_menu_list_width=0x7f070027;
+ public static final int abc_search_view_preferred_width=0x7f070028;
+ public static final int abc_search_view_text_min_width=0x7f070029;
+ public static final int abc_switch_padding=0x7f07002a;
+ public static final int abc_text_size_body_1_material=0x7f07002b;
+ public static final int abc_text_size_body_2_material=0x7f07002c;
+ public static final int abc_text_size_button_material=0x7f07002d;
+ public static final int abc_text_size_caption_material=0x7f07002e;
+ public static final int abc_text_size_display_1_material=0x7f07002f;
+ public static final int abc_text_size_display_2_material=0x7f070030;
+ public static final int abc_text_size_display_3_material=0x7f070031;
+ public static final int abc_text_size_display_4_material=0x7f070032;
+ public static final int abc_text_size_headline_material=0x7f070033;
+ public static final int abc_text_size_large_material=0x7f070034;
+ public static final int abc_text_size_medium_material=0x7f070035;
+ public static final int abc_text_size_menu_material=0x7f070036;
+ public static final int abc_text_size_small_material=0x7f070037;
+ public static final int abc_text_size_subhead_material=0x7f070038;
+ public static final int abc_text_size_subtitle_material_toolbar=0x7f070039;
+ public static final int abc_text_size_title_material=0x7f07003a;
+ public static final int abc_text_size_title_material_toolbar=0x7f07003b;
+ public static final int dialog_fixed_height_major=0x7f07003c;
+ public static final int dialog_fixed_height_minor=0x7f07003d;
+ public static final int dialog_fixed_width_major=0x7f07003e;
+ public static final int dialog_fixed_width_minor=0x7f07003f;
+ public static final int disabled_alpha_material_dark=0x7f070040;
+ public static final int disabled_alpha_material_light=0x7f070041;
+ }
+ public static final class drawable {
+ public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000;
+ public static final int abc_btn_borderless_material=0x7f020001;
+ public static final int abc_btn_check_material=0x7f020002;
+ public static final int abc_btn_check_to_on_mtrl_000=0x7f020003;
+ public static final int abc_btn_check_to_on_mtrl_015=0x7f020004;
+ public static final int abc_btn_default_mtrl_shape=0x7f020005;
+ public static final int abc_btn_radio_material=0x7f020006;
+ public static final int abc_btn_radio_to_on_mtrl_000=0x7f020007;
+ public static final int abc_btn_radio_to_on_mtrl_015=0x7f020008;
+ public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f020009;
+ public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000a;
+ public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000b;
+ public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000c;
+ public static final int abc_cab_background_internal_bg=0x7f02000d;
+ public static final int abc_cab_background_top_material=0x7f02000e;
+ public static final int abc_cab_background_top_mtrl_alpha=0x7f02000f;
+ public static final int abc_dialog_material_background_dark=0x7f020010;
+ public static final int abc_dialog_material_background_light=0x7f020011;
+ public static final int abc_edit_text_material=0x7f020012;
+ public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020013;
+ public static final int abc_ic_clear_mtrl_alpha=0x7f020014;
+ public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020015;
+ public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020016;
+ public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f020017;
+ public static final int abc_ic_menu_cut_mtrl_alpha=0x7f020018;
+ public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f020019;
+ public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001a;
+ public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001b;
+ public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001c;
+ public static final int abc_ic_search_api_mtrl_alpha=0x7f02001d;
+ public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f02001e;
+ public static final int abc_item_background_holo_dark=0x7f02001f;
+ public static final int abc_item_background_holo_light=0x7f020020;
+ public static final int abc_list_divider_mtrl_alpha=0x7f020021;
+ public static final int abc_list_focused_holo=0x7f020022;
+ public static final int abc_list_longpressed_holo=0x7f020023;
+ public static final int abc_list_pressed_holo_dark=0x7f020024;
+ public static final int abc_list_pressed_holo_light=0x7f020025;
+ public static final int abc_list_selector_background_transition_holo_dark=0x7f020026;
+ public static final int abc_list_selector_background_transition_holo_light=0x7f020027;
+ public static final int abc_list_selector_disabled_holo_dark=0x7f020028;
+ public static final int abc_list_selector_disabled_holo_light=0x7f020029;
+ public static final int abc_list_selector_holo_dark=0x7f02002a;
+ public static final int abc_list_selector_holo_light=0x7f02002b;
+ public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f02002c;
+ public static final int abc_popup_background_mtrl_mult=0x7f02002d;
+ public static final int abc_ratingbar_full_material=0x7f02002e;
+ public static final int abc_spinner_mtrl_am_alpha=0x7f02002f;
+ public static final int abc_spinner_textfield_background_material=0x7f020030;
+ public static final int abc_switch_thumb_material=0x7f020031;
+ public static final int abc_switch_track_mtrl_alpha=0x7f020032;
+ public static final int abc_tab_indicator_material=0x7f020033;
+ public static final int abc_tab_indicator_mtrl_alpha=0x7f020034;
+ public static final int abc_text_cursor_mtrl_alpha=0x7f020035;
+ public static final int abc_textfield_activated_mtrl_alpha=0x7f020036;
+ public static final int abc_textfield_default_mtrl_alpha=0x7f020037;
+ public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020038;
+ public static final int abc_textfield_search_default_mtrl_alpha=0x7f020039;
+ public static final int abc_textfield_search_material=0x7f02003a;
+ public static final int ic_launcher=0x7f02003b;
+ }
+ public static final class id {
+ public static final int action_bar=0x7f080040;
+ public static final int action_bar_activity_content=0x7f080000;
+ public static final int action_bar_container=0x7f08003f;
+ public static final int action_bar_root=0x7f08003b;
+ public static final int action_bar_spinner=0x7f080001;
+ public static final int action_bar_subtitle=0x7f080024;
+ public static final int action_bar_title=0x7f080023;
+ public static final int action_context_bar=0x7f080041;
+ public static final int action_menu_divider=0x7f080002;
+ public static final int action_menu_presenter=0x7f080003;
+ public static final int action_mode_bar=0x7f08003d;
+ public static final int action_mode_bar_stub=0x7f08003c;
+ public static final int action_mode_close_button=0x7f080025;
+ public static final int activity_chooser_view_content=0x7f080026;
+ public static final int alertTitle=0x7f080030;
+ public static final int always=0x7f080016;
+ public static final int beginning=0x7f080013;
+ public static final int buttonPanel=0x7f080036;
+ public static final int checkbox=0x7f080038;
+ public static final int collapseActionView=0x7f080017;
+ public static final int contentPanel=0x7f080031;
+ public static final int custom=0x7f080035;
+ public static final int customPanel=0x7f080034;
+ public static final int decor_content_parent=0x7f08003e;
+ public static final int default_activity_button=0x7f080029;
+ public static final int dialog=0x7f08001b;
+ public static final int disableHome=0x7f08000c;
+ public static final int dropdown=0x7f08001c;
+ public static final int edit_query=0x7f080042;
+ public static final int end=0x7f080014;
+ public static final int expand_activities_button=0x7f080027;
+ public static final int expanded_menu=0x7f080037;
+ public static final int got_it_button_view=0x7f080050;
+ public static final int home=0x7f080004;
+ public static final int homeAsUp=0x7f08000d;
+ public static final int icon=0x7f08002b;
+ public static final int ifRoom=0x7f080018;
+ public static final int image=0x7f080028;
+ public static final int listMode=0x7f080009;
+ public static final int list_item=0x7f08002a;
+ public static final int middle=0x7f080015;
+ public static final int multiply=0x7f08001e;
+ public static final int never=0x7f080019;
+ public static final int none=0x7f08000e;
+ public static final int normal=0x7f08000a;
+ public static final int parentPanel=0x7f08002d;
+ public static final int progress_circular=0x7f080005;
+ public static final int progress_horizontal=0x7f080006;
+ public static final int radio=0x7f08003a;
+ public static final int screen=0x7f08001f;
+ public static final int scrollView=0x7f080032;
+ public static final int search_badge=0x7f080044;
+ public static final int search_bar=0x7f080043;
+ public static final int search_button=0x7f080045;
+ public static final int search_close_btn=0x7f08004a;
+ public static final int search_edit_frame=0x7f080046;
+ public static final int search_go_btn=0x7f08004c;
+ public static final int search_mag_icon=0x7f080047;
+ public static final int search_plate=0x7f080048;
+ public static final int search_src_text=0x7f080049;
+ public static final int search_voice_btn=0x7f08004d;
+ public static final int select_dialog_listview=0x7f08004e;
+ public static final int shortcut=0x7f080039;
+ public static final int showCustom=0x7f08000f;
+ public static final int showHome=0x7f080010;
+ public static final int showTitle=0x7f080011;
+ public static final int skip_button_view=0x7f080051;
+ public static final int split_action_bar=0x7f080007;
+ public static final int src_atop=0x7f080020;
+ public static final int src_in=0x7f080021;
+ public static final int src_over=0x7f080022;
+ public static final int submit_area=0x7f08004b;
+ public static final int tabMode=0x7f08000b;
+ public static final int textSpacerNoButtons=0x7f080033;
+ public static final int title=0x7f08002c;
+ public static final int title_template=0x7f08002f;
+ public static final int title_view=0x7f080052;
+ public static final int topPanel=0x7f08002e;
+ public static final int tutorial_info_text=0x7f080053;
+ public static final int tutorial_layout=0x7f08004f;
+ public static final int up=0x7f080008;
+ public static final int useLogo=0x7f080012;
+ public static final int withText=0x7f08001a;
+ public static final int wrap_content=0x7f08001d;
+ }
+ 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 abc_max_action_buttons=0x7f090002;
+ }
+ public static final class layout {
+ public static final int abc_action_bar_title_item=0x7f030000;
+ public static final int abc_action_bar_up_container=0x7f030001;
+ public static final int abc_action_bar_view_list_nav_layout=0x7f030002;
+ public static final int abc_action_menu_item_layout=0x7f030003;
+ public static final int abc_action_menu_layout=0x7f030004;
+ public static final int abc_action_mode_bar=0x7f030005;
+ public static final int abc_action_mode_close_item_material=0x7f030006;
+ public static final int abc_activity_chooser_view=0x7f030007;
+ public static final int abc_activity_chooser_view_list_item=0x7f030008;
+ public static final int abc_alert_dialog_material=0x7f030009;
+ public static final int abc_dialog_title_material=0x7f03000a;
+ public static final int abc_expanded_menu_layout=0x7f03000b;
+ public static final int abc_list_menu_item_checkbox=0x7f03000c;
+ public static final int abc_list_menu_item_icon=0x7f03000d;
+ public static final int abc_list_menu_item_layout=0x7f03000e;
+ public static final int abc_list_menu_item_radio=0x7f03000f;
+ public static final int abc_popup_menu_item_layout=0x7f030010;
+ public static final int abc_screen_content_include=0x7f030011;
+ public static final int abc_screen_simple=0x7f030012;
+ public static final int abc_screen_simple_overlay_action_mode=0x7f030013;
+ public static final int abc_screen_toolbar=0x7f030014;
+ public static final int abc_search_dropdown_item_icons_2line=0x7f030015;
+ public static final int abc_search_view=0x7f030016;
+ public static final int abc_select_dialog_material=0x7f030017;
+ public static final int abc_simple_dropdown_hint=0x7f030018;
+ public static final int activity_tutorial_layout=0x7f030019;
+ public static final int got_it_button_view=0x7f03001a;
+ public static final int select_dialog_item_material=0x7f03001b;
+ public static final int select_dialog_multichoice_material=0x7f03001c;
+ public static final int select_dialog_singlechoice_material=0x7f03001d;
+ public static final int skip_button_view=0x7f03001e;
+ public static final int support_simple_spinner_dropdown_item=0x7f03001f;
+ public static final int title_view=0x7f030020;
+ public static final int tutorial_text=0x7f030021;
+ public static final int tutorial_text_custom_test=0x7f030022;
+ }
+ public static final class string {
+ public static final int abc_action_bar_home_description=0x7f0a0000;
+ public static final int abc_action_bar_home_description_format=0x7f0a0001;
+ public static final int abc_action_bar_home_subtitle_description_format=0x7f0a0002;
+ public static final int abc_action_bar_up_description=0x7f0a0003;
+ public static final int abc_action_menu_overflow_description=0x7f0a0004;
+ public static final int abc_action_mode_done=0x7f0a0005;
+ public static final int abc_activity_chooser_view_see_all=0x7f0a0006;
+ public static final int abc_activitychooserview_choose_application=0x7f0a0007;
+ public static final int abc_search_hint=0x7f0a0008;
+ public static final int abc_searchview_description_clear=0x7f0a0009;
+ public static final int abc_searchview_description_query=0x7f0a000a;
+ public static final int abc_searchview_description_search=0x7f0a000b;
+ public static final int abc_searchview_description_submit=0x7f0a000c;
+ public static final int abc_searchview_description_voice=0x7f0a000d;
+ public static final int abc_shareactionprovider_share_with=0x7f0a000e;
+ public static final int abc_shareactionprovider_share_with_application=0x7f0a000f;
+ public static final int abc_toolbar_collapse_description=0x7f0a0010;
+ public static final int app_name=0x7f0a0011;
+ public static final int got_it_button_text=0x7f0a0012;
+ public static final int skip_button_text=0x7f0a0013;
+ }
+ public static final class style {
+ public static final int AlertDialog_AppCompat=0x7f0b0000;
+ public static final int AlertDialog_AppCompat_Light=0x7f0b0001;
+ public static final int Animation_AppCompat_Dialog=0x7f0b0002;
+ public static final int Animation_AppCompat_DropDownUp=0x7f0b0003;
+ public static final int Base_AlertDialog_AppCompat=0x7f0b0004;
+ public static final int Base_AlertDialog_AppCompat_Light=0x7f0b0005;
+ public static final int Base_Animation_AppCompat_Dialog=0x7f0b0006;
+ public static final int Base_Animation_AppCompat_DropDownUp=0x7f0b0007;
+ public static final int Base_DialogWindowTitle_AppCompat=0x7f0b0008;
+ public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0b0009;
+ public static final int Base_TextAppearance_AppCompat=0x7f0b000a;
+ public static final int Base_TextAppearance_AppCompat_Body1=0x7f0b000b;
+ public static final int Base_TextAppearance_AppCompat_Body2=0x7f0b000c;
+ public static final int Base_TextAppearance_AppCompat_Button=0x7f0b000d;
+ public static final int Base_TextAppearance_AppCompat_Caption=0x7f0b000e;
+ public static final int Base_TextAppearance_AppCompat_Display1=0x7f0b000f;
+ public static final int Base_TextAppearance_AppCompat_Display2=0x7f0b0010;
+ public static final int Base_TextAppearance_AppCompat_Display3=0x7f0b0011;
+ public static final int Base_TextAppearance_AppCompat_Display4=0x7f0b0012;
+ public static final int Base_TextAppearance_AppCompat_Headline=0x7f0b0013;
+ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0b0014;
+ public static final int Base_TextAppearance_AppCompat_Large=0x7f0b0015;
+ public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b0016;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b0017;
+ public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b0018;
+ public static final int Base_TextAppearance_AppCompat_Medium=0x7f0b0019;
+ public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b001a;
+ public static final int Base_TextAppearance_AppCompat_Menu=0x7f0b001b;
+ public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0b001c;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b001d;
+ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b001e;
+ public static final int Base_TextAppearance_AppCompat_Small=0x7f0b001f;
+ public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b0020;
+ public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0b0021;
+ public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0022;
+ public static final int Base_TextAppearance_AppCompat_Title=0x7f0b0023;
+ public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b0024;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0025;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0026;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0027;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0028;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0029;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002a;
+ public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002b;
+ public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002c;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b002d;
+ public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002e;
+ public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b002f;
+ public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0030;
+ public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0031;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b0032;
+ public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0033;
+ public static final int Base_Theme_AppCompat=0x7f0b0034;
+ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0b0035;
+ public static final int Base_Theme_AppCompat_Dialog=0x7f0b0036;
+ public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0037;
+ public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b0038;
+ public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b0039;
+ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b003a;
+ public static final int Base_Theme_AppCompat_Light=0x7f0b003b;
+ public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b003c;
+ public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0b003d;
+ public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b003e;
+ public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b003f;
+ public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0040;
+ public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0041;
+ public static final int Base_ThemeOverlay_AppCompat=0x7f0b0042;
+ public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0043;
+ public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0044;
+ public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0045;
+ public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0b0046;
+ public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0b0110;
+ public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b0111;
+ public static final int Base_V21_Theme_AppCompat=0x7f0b0118;
+ public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0b0119;
+ public static final int Base_V21_Theme_AppCompat_Light=0x7f0b011a;
+ public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b011b;
+ public static final int Base_V7_Theme_AppCompat=0x7f0b0047;
+ public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0b0048;
+ public static final int Base_V7_Theme_AppCompat_Light=0x7f0b0049;
+ public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b004a;
+ public static final int Base_Widget_AppCompat_ActionBar=0x7f0b004b;
+ public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b004c;
+ public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b004d;
+ public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b004e;
+ public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b004f;
+ public static final int Base_Widget_AppCompat_ActionButton=0x7f0b0050;
+ public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0051;
+ public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0052;
+ public static final int Base_Widget_AppCompat_ActionMode=0x7f0b0053;
+ public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0b0054;
+ public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b0055;
+ public static final int Base_Widget_AppCompat_Button=0x7f0b0056;
+ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0b0057;
+ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b0058;
+ public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b0059;
+ public static final int Base_Widget_AppCompat_Button_Small=0x7f0b005a;
+ public static final int Base_Widget_AppCompat_ButtonBar=0x7f0b005b;
+ public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b005c;
+ public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b005d;
+ public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b005e;
+ public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b005f;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b0060;
+ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b0061;
+ public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0062;
+ public static final int Base_Widget_AppCompat_EditText=0x7f0b0063;
+ public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0b0064;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0065;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0066;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0067;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0068;
+ public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0069;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b006a;
+ public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b006b;
+ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0b006c;
+ public static final int Base_Widget_AppCompat_ListView=0x7f0b006d;
+ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0b006e;
+ public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0b006f;
+ public static final int Base_Widget_AppCompat_PopupMenu=0x7f0b0070;
+ public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b0071;
+ public static final int Base_Widget_AppCompat_PopupWindow=0x7f0b0072;
+ public static final int Base_Widget_AppCompat_ProgressBar=0x7f0b0073;
+ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0074;
+ public static final int Base_Widget_AppCompat_RatingBar=0x7f0b0075;
+ public static final int Base_Widget_AppCompat_SearchView=0x7f0b0076;
+ public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b0077;
+ public static final int Base_Widget_AppCompat_Spinner=0x7f0b0078;
+ public static final int Base_Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b0079;
+ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b007a;
+ public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b007b;
+ public static final int Base_Widget_AppCompat_Toolbar=0x7f0b007c;
+ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b007d;
+ public static final int Platform_AppCompat=0x7f0b007e;
+ public static final int Platform_AppCompat_Light=0x7f0b007f;
+ public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b0080;
+ public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0b0081;
+ public static final int Platform_V11_AppCompat=0x7f0b0112;
+ public static final int Platform_V11_AppCompat_Light=0x7f0b0113;
+ public static final int Platform_V12_AppCompat=0x7f0b0114;
+ public static final int Platform_V12_AppCompat_Light=0x7f0b0115;
+ public static final int Platform_V14_AppCompat=0x7f0b0116;
+ public static final int Platform_V14_AppCompat_Light=0x7f0b0117;
+ public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b0082;
+ public static final int RtlOverlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b0083;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b0084;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b0085;
+ public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b0086;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b0087;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b0088;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b0089;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b008a;
+ public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b008b;
+ public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b008c;
+ public static final int RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b008d;
+ public static final int TextAppearance_AppCompat=0x7f0b008e;
+ public static final int TextAppearance_AppCompat_Body1=0x7f0b008f;
+ public static final int TextAppearance_AppCompat_Body2=0x7f0b0090;
+ public static final int TextAppearance_AppCompat_Button=0x7f0b0091;
+ public static final int TextAppearance_AppCompat_Caption=0x7f0b0092;
+ public static final int TextAppearance_AppCompat_Display1=0x7f0b0093;
+ public static final int TextAppearance_AppCompat_Display2=0x7f0b0094;
+ public static final int TextAppearance_AppCompat_Display3=0x7f0b0095;
+ public static final int TextAppearance_AppCompat_Display4=0x7f0b0096;
+ public static final int TextAppearance_AppCompat_Headline=0x7f0b0097;
+ public static final int TextAppearance_AppCompat_Inverse=0x7f0b0098;
+ public static final int TextAppearance_AppCompat_Large=0x7f0b0099;
+ public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0b009a;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b009b;
+ public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b009c;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b009d;
+ public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b009e;
+ public static final int TextAppearance_AppCompat_Medium=0x7f0b009f;
+ public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0b00a0;
+ public static final int TextAppearance_AppCompat_Menu=0x7f0b00a1;
+ public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00a2;
+ public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b00a3;
+ public static final int TextAppearance_AppCompat_Small=0x7f0b00a4;
+ public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0b00a5;
+ public static final int TextAppearance_AppCompat_Subhead=0x7f0b00a6;
+ public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00a7;
+ public static final int TextAppearance_AppCompat_Title=0x7f0b00a8;
+ public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0b00a9;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b00aa;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b00ab;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b00ac;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b00ad;
+ public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b00ae;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b00af;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b00b0;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b00b1;
+ public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b00b2;
+ public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b00b3;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00b4;
+ public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00b5;
+ public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0b00b6;
+ public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00b7;
+ public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b00b8;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00b9;
+ public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00ba;
+ public static final int Theme_AppCompat=0x7f0b00bb;
+ public static final int Theme_AppCompat_CompactMenu=0x7f0b00bc;
+ public static final int Theme_AppCompat_Dialog=0x7f0b00bd;
+ public static final int Theme_AppCompat_Dialog_Alert=0x7f0b00be;
+ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0b00bf;
+ public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b00c0;
+ public static final int Theme_AppCompat_Light=0x7f0b00c1;
+ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b00c2;
+ public static final int Theme_AppCompat_Light_Dialog=0x7f0b00c3;
+ public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0b00c4;
+ public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b00c5;
+ public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b00c6;
+ public static final int Theme_AppCompat_Light_NoActionBar=0x7f0b00c7;
+ public static final int Theme_AppCompat_NoActionBar=0x7f0b00c8;
+ public static final int ThemeOverlay_AppCompat=0x7f0b00c9;
+ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0b00ca;
+ public static final int ThemeOverlay_AppCompat_Dark=0x7f0b00cb;
+ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b00cc;
+ public static final int ThemeOverlay_AppCompat_Light=0x7f0b00cd;
+ public static final int TutorialActivityTheme=0x7f0b00ce;
+ public static final int Widget_AppCompat_ActionBar=0x7f0b00cf;
+ public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b00d0;
+ public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b00d1;
+ public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b00d2;
+ public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b00d3;
+ public static final int Widget_AppCompat_ActionButton=0x7f0b00d4;
+ public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b00d5;
+ public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b00d6;
+ public static final int Widget_AppCompat_ActionMode=0x7f0b00d7;
+ public static final int Widget_AppCompat_ActivityChooserView=0x7f0b00d8;
+ public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b00d9;
+ public static final int Widget_AppCompat_Button=0x7f0b00da;
+ public static final int Widget_AppCompat_Button_Borderless=0x7f0b00db;
+ public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0b00dc;
+ public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00dd;
+ public static final int Widget_AppCompat_Button_Small=0x7f0b00de;
+ public static final int Widget_AppCompat_ButtonBar=0x7f0b00df;
+ public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00e0;
+ public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00e1;
+ public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00e2;
+ public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0b00e3;
+ public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0b00e4;
+ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b00e5;
+ public static final int Widget_AppCompat_EditText=0x7f0b00e6;
+ public static final int Widget_AppCompat_Light_ActionBar=0x7f0b00e7;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b00e8;
+ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b00e9;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b00ea;
+ public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b00eb;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b00ec;
+ public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b00ed;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b00ee;
+ public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b00ef;
+ public static final int Widget_AppCompat_Light_ActionButton=0x7f0b00f0;
+ public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b00f1;
+ public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b00f2;
+ public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b00f3;
+ public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b00f4;
+ public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b00f5;
+ public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b00f6;
+ public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b00f7;
+ public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b00f8;
+ public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b00f9;
+ public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b00fa;
+ public static final int Widget_AppCompat_Light_SearchView=0x7f0b00fb;
+ public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b00fc;
+ public static final int Widget_AppCompat_ListPopupWindow=0x7f0b00fd;
+ public static final int Widget_AppCompat_ListView=0x7f0b00fe;
+ public static final int Widget_AppCompat_ListView_DropDown=0x7f0b00ff;
+ public static final int Widget_AppCompat_ListView_Menu=0x7f0b0100;
+ public static final int Widget_AppCompat_PopupMenu=0x7f0b0101;
+ public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0102;
+ public static final int Widget_AppCompat_PopupWindow=0x7f0b0103;
+ public static final int Widget_AppCompat_ProgressBar=0x7f0b0104;
+ public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0105;
+ public static final int Widget_AppCompat_RatingBar=0x7f0b0106;
+ public static final int Widget_AppCompat_SearchView=0x7f0b0107;
+ public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0b0108;
+ public static final int Widget_AppCompat_Spinner=0x7f0b0109;
+ public static final int Widget_AppCompat_Spinner_DropDown=0x7f0b010a;
+ public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b010b;
+ public static final int Widget_AppCompat_Spinner_Underlined=0x7f0b010c;
+ public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0b010d;
+ public static final int Widget_AppCompat_Toolbar=0x7f0b010e;
+ public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b010f;
+ }
+ public static final class styleable {
+ /** Attributes that can be used with a ActionBar.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#background}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:background
+ */
+ public static final int ActionBar_background = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:backgroundSplit
+ */
+ public static final int ActionBar_backgroundSplit = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#backgroundStacked}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:backgroundStacked
+ */
+ public static final int ActionBar_backgroundStacked = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetEnd
+ */
+ public static final int ActionBar_contentInsetEnd = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetLeft
+ */
+ public static final int ActionBar_contentInsetLeft = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetRight
+ */
+ public static final int ActionBar_contentInsetRight = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetStart
+ */
+ public static final int ActionBar_contentInsetStart = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#customNavigationLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:customNavigationLayout
+ */
+ public static final int ActionBar_customNavigationLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#displayOptions}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
useLogo
0x1
+
showHome
0x2
+
homeAsUp
0x4
+
showTitle
0x8
+
showCustom
0x10
+
disableHome
0x20
+
+ @attr name com.braunster.tutorialview.test:displayOptions
+ */
+ public static final int ActionBar_displayOptions = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#divider}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:divider
+ */
+ public static final int ActionBar_divider = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#elevation}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:elevation
+ */
+ public static final int ActionBar_elevation = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#height}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:height
+ */
+ public static final int ActionBar_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#hideOnContentScroll}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:hideOnContentScroll
+ */
+ public static final int ActionBar_hideOnContentScroll = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:homeAsUpIndicator
+ */
+ public static final int ActionBar_homeAsUpIndicator = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#homeLayout}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:homeLayout
+ */
+ public static final int ActionBar_homeLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#icon}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:icon
+ */
+ public static final int ActionBar_icon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#indeterminateProgressStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:indeterminateProgressStyle
+ */
+ public static final int ActionBar_indeterminateProgressStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#itemPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:itemPadding
+ */
+ public static final int ActionBar_itemPadding = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#logo}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:logo
+ */
+ public static final int ActionBar_logo = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#navigationMode}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
normal
0
+
listMode
1
+
tabMode
2
+
+ @attr name com.braunster.tutorialview.test:navigationMode
+ */
+ public static final int ActionBar_navigationMode = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#popupTheme}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:popupTheme
+ */
+ public static final int ActionBar_popupTheme = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#progressBarPadding}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:progressBarPadding
+ */
+ public static final int ActionBar_progressBarPadding = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#progressBarStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:progressBarStyle
+ */
+ public static final int ActionBar_progressBarStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#subtitle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:subtitle
+ */
+ public static final int ActionBar_subtitle = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:subtitleTextStyle
+ */
+ public static final int ActionBar_subtitleTextStyle = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#title}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:title
+ */
+ public static final int ActionBar_title = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionBar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:titleTextStyle
+ */
+ public static final int ActionBar_titleTextStyle = 5;
+ /** Attributes that can be used with a ActionBarLayout.
+
+ @see #ActionBarLayout_android_layout_gravity
+ */
+ public static final int[] ActionBarLayout = {
+ 0x010100b3
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #ActionBarLayout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int ActionBarLayout_android_layout_gravity = 0;
+ /** Attributes that can be used with a ActionMenuItemView.
+
+ @see #ActionMenuItemView_android_minWidth
+ */
+ public static final int[] ActionMenuItemView = {
+ 0x0101013f
+ };
+ /**
+
This symbol is the offset where the {@link android.R.attr#minWidth}
+ attribute's value can be found in the {@link #ActionMenuItemView} array.
+ @attr name android:minWidth
+ */
+ public static final int ActionMenuItemView_android_minWidth = 0;
+ /** Attributes that can be used with a ActionMenuView.
+ */
+ public static final int[] ActionMenuView = {
+
+ };
+ /** Attributes that can be used with a ActionMode.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#background}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:background
+ */
+ public static final int ActionMode_background = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#backgroundSplit}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:backgroundSplit
+ */
+ public static final int ActionMode_backgroundSplit = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#closeItemLayout}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:closeItemLayout
+ */
+ public static final int ActionMode_closeItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#height}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:height
+ */
+ public static final int ActionMode_height = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#subtitleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:subtitleTextStyle
+ */
+ public static final int ActionMode_subtitleTextStyle = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleTextStyle}
+ attribute's value can be found in the {@link #ActionMode} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:titleTextStyle
+ */
+ public static final int ActionMode_titleTextStyle = 1;
+ /** Attributes that can be used with a ActivityChooserView.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#expandActivityOverflowButtonDrawable}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:expandActivityOverflowButtonDrawable
+ */
+ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#initialActivityCount}
+ attribute's value can be found in the {@link #ActivityChooserView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:initialActivityCount
+ */
+ public static final int ActivityChooserView_initialActivityCount = 0;
+ /** Attributes that can be used with a AlertDialog.
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+ @attr name android:layout
+ */
+ public static final int AlertDialog_android_layout = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonPanelSideLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonPanelSideLayout
+ */
+ public static final int AlertDialog_buttonPanelSideLayout = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:listItemLayout
+ */
+ public static final int AlertDialog_listItemLayout = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:listLayout
+ */
+ public static final int AlertDialog_listLayout = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#multiChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:multiChoiceItemLayout
+ */
+ public static final int AlertDialog_multiChoiceItemLayout = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#singleChoiceItemLayout}
+ attribute's value can be found in the {@link #AlertDialog} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:singleChoiceItemLayout
+ */
+ public static final int AlertDialog_singleChoiceItemLayout = 4;
+ /** Attributes that can be used with a AppCompatTextView.
+
This symbol is the offset where the {@link android.R.attr#textAppearance}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+ @attr name android:textAppearance
+ */
+ public static final int AppCompatTextView_android_textAppearance = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #AppCompatTextView} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview.test:textAllCaps
+ */
+ public static final int AppCompatTextView_textAllCaps = 1;
+ /** Attributes that can be used with a DrawerArrowToggle.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#barSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:barSize
+ */
+ public static final int DrawerArrowToggle_barSize = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#color}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:color
+ */
+ public static final int DrawerArrowToggle_color = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#drawableSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:drawableSize
+ */
+ public static final int DrawerArrowToggle_drawableSize = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#gapBetweenBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:gapBetweenBars
+ */
+ public static final int DrawerArrowToggle_gapBetweenBars = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#middleBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:middleBarArrowSize
+ */
+ public static final int DrawerArrowToggle_middleBarArrowSize = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#spinBars}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:spinBars
+ */
+ public static final int DrawerArrowToggle_spinBars = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#thickness}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:thickness
+ */
+ public static final int DrawerArrowToggle_thickness = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#topBottomBarArrowSize}
+ attribute's value can be found in the {@link #DrawerArrowToggle} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:topBottomBarArrowSize
+ */
+ public static final int DrawerArrowToggle_topBottomBarArrowSize = 4;
+ /** Attributes that can be used with a LinearLayoutCompat.
+
This symbol is the offset where the {@link android.R.attr#baselineAligned}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAligned
+ */
+ public static final int LinearLayoutCompat_android_baselineAligned = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:baselineAlignedChildIndex
+ */
+ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:gravity
+ */
+ public static final int LinearLayoutCompat_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orientation}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:orientation
+ */
+ public static final int LinearLayoutCompat_android_orientation = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#weightSum}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+ @attr name android:weightSum
+ */
+ public static final int LinearLayoutCompat_android_weightSum = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#divider}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:divider
+ */
+ public static final int LinearLayoutCompat_divider = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dividerPadding}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:dividerPadding
+ */
+ public static final int LinearLayoutCompat_dividerPadding = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#measureWithLargestChild}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:measureWithLargestChild
+ */
+ public static final int LinearLayoutCompat_measureWithLargestChild = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#showDividers}
+ attribute's value can be found in the {@link #LinearLayoutCompat} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
none
0
+
beginning
1
+
middle
2
+
end
4
+
+ @attr name com.braunster.tutorialview.test:showDividers
+ */
+ public static final int LinearLayoutCompat_showDividers = 7;
+ /** Attributes that can be used with a LinearLayoutCompat_Layout.
+
This symbol is the offset where the {@link android.R.attr#layout_gravity}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_gravity
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_height}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_height
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_height = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_weight}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_weight
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout_width}
+ attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array.
+ @attr name android:layout_width
+ */
+ public static final int LinearLayoutCompat_Layout_android_layout_width = 1;
+ /** Attributes that can be used with a ListPopupWindow.
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #ListPopupWindow} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1;
+ /** Attributes that can be used with a MenuGroup.
+
This symbol is the offset where the {@link android.R.attr#checkableBehavior}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:checkableBehavior
+ */
+ public static final int MenuGroup_android_checkableBehavior = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:enabled
+ */
+ public static final int MenuGroup_android_enabled = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:id
+ */
+ public static final int MenuGroup_android_id = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuGroup_android_menuCategory = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuGroup_android_orderInCategory = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuGroup} array.
+ @attr name android:visible
+ */
+ public static final int MenuGroup_android_visible = 2;
+ /** Attributes that can be used with a MenuItem.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionLayout}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionLayout
+ */
+ public static final int MenuItem_actionLayout = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionProviderClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:actionProviderClass
+ */
+ public static final int MenuItem_actionProviderClass = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionViewClass}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:actionViewClass
+ */
+ public static final int MenuItem_actionViewClass = 15;
+ /**
+
This symbol is the offset where the {@link android.R.attr#alphabeticShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:alphabeticShortcut
+ */
+ public static final int MenuItem_android_alphabeticShortcut = 9;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checkable}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checkable
+ */
+ public static final int MenuItem_android_checkable = 11;
+ /**
+
This symbol is the offset where the {@link android.R.attr#checked}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:checked
+ */
+ public static final int MenuItem_android_checked = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#enabled}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:enabled
+ */
+ public static final int MenuItem_android_enabled = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#icon}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:icon
+ */
+ public static final int MenuItem_android_icon = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:id
+ */
+ public static final int MenuItem_android_id = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#menuCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:menuCategory
+ */
+ public static final int MenuItem_android_menuCategory = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#numericShortcut}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:numericShortcut
+ */
+ public static final int MenuItem_android_numericShortcut = 10;
+ /**
+
This symbol is the offset where the {@link android.R.attr#onClick}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:onClick
+ */
+ public static final int MenuItem_android_onClick = 12;
+ /**
+
This symbol is the offset where the {@link android.R.attr#orderInCategory}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:orderInCategory
+ */
+ public static final int MenuItem_android_orderInCategory = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#title}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:title
+ */
+ public static final int MenuItem_android_title = 7;
+ /**
+
This symbol is the offset where the {@link android.R.attr#titleCondensed}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:titleCondensed
+ */
+ public static final int MenuItem_android_titleCondensed = 8;
+ /**
+
This symbol is the offset where the {@link android.R.attr#visible}
+ attribute's value can be found in the {@link #MenuItem} array.
+ @attr name android:visible
+ */
+ public static final int MenuItem_android_visible = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#showAsAction}
+ attribute's value can be found in the {@link #MenuItem} array.
+
+
+
Must be one or more (separated by '|') of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
never
0
+
ifRoom
1
+
always
2
+
withText
4
+
collapseActionView
8
+
+ @attr name com.braunster.tutorialview.test:showAsAction
+ */
+ public static final int MenuItem_showAsAction = 13;
+ /** Attributes that can be used with a MenuView.
+
This symbol is the offset where the {@link android.R.attr#headerBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:headerBackground
+ */
+ public static final int MenuView_android_headerBackground = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#horizontalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:horizontalDivider
+ */
+ public static final int MenuView_android_horizontalDivider = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemBackground}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemBackground
+ */
+ public static final int MenuView_android_itemBackground = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemIconDisabledAlpha
+ */
+ public static final int MenuView_android_itemIconDisabledAlpha = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#itemTextAppearance}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:itemTextAppearance
+ */
+ public static final int MenuView_android_itemTextAppearance = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#verticalDivider}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:verticalDivider
+ */
+ public static final int MenuView_android_verticalDivider = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #MenuView} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static final int MenuView_android_windowAnimationStyle = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#preserveIconSpacing}
+ attribute's value can be found in the {@link #MenuView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:preserveIconSpacing
+ */
+ public static final int MenuView_preserveIconSpacing = 7;
+ /** Attributes that can be used with a PopupWindow.
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #PopupWindow} array.
+ @attr name android:popupBackground
+ */
+ public static final int PopupWindow_android_popupBackground = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#overlapAnchor}
+ attribute's value can be found in the {@link #PopupWindow} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:overlapAnchor
+ */
+ public static final int PopupWindow_overlapAnchor = 1;
+ /** Attributes that can be used with a PopupWindowBackgroundState.
+
+ @see #PopupWindowBackgroundState_state_above_anchor
+ */
+ public static final int[] PopupWindowBackgroundState = {
+ 0x7f010036
+ };
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#state_above_anchor}
+ attribute's value can be found in the {@link #PopupWindowBackgroundState} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:state_above_anchor
+ */
+ public static final int PopupWindowBackgroundState_state_above_anchor = 0;
+ /** Attributes that can be used with a SearchView.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:focusable
+ */
+ public static final int SearchView_android_focusable = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#imeOptions}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:imeOptions
+ */
+ public static final int SearchView_android_imeOptions = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inputType}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:inputType
+ */
+ public static final int SearchView_android_inputType = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#maxWidth}
+ attribute's value can be found in the {@link #SearchView} array.
+ @attr name android:maxWidth
+ */
+ public static final int SearchView_android_maxWidth = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#closeIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:closeIcon
+ */
+ public static final int SearchView_closeIcon = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#commitIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:commitIcon
+ */
+ public static final int SearchView_commitIcon = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#goIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:goIcon
+ */
+ public static final int SearchView_goIcon = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#iconifiedByDefault}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:iconifiedByDefault
+ */
+ public static final int SearchView_iconifiedByDefault = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#layout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:layout
+ */
+ public static final int SearchView_layout = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#queryBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:queryBackground
+ */
+ public static final int SearchView_queryBackground = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#queryHint}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:queryHint
+ */
+ public static final int SearchView_queryHint = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#searchHintIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:searchHintIcon
+ */
+ public static final int SearchView_searchHintIcon = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#searchIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:searchIcon
+ */
+ public static final int SearchView_searchIcon = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#submitBackground}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:submitBackground
+ */
+ public static final int SearchView_submitBackground = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#suggestionRowLayout}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:suggestionRowLayout
+ */
+ public static final int SearchView_suggestionRowLayout = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#voiceIcon}
+ attribute's value can be found in the {@link #SearchView} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:voiceIcon
+ */
+ public static final int SearchView_voiceIcon = 11;
+ /** Attributes that can be used with a Spinner.
+
This symbol is the offset where the {@link android.R.attr#background}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:background
+ */
+ public static final int Spinner_android_background = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownHorizontalOffset
+ */
+ public static final int Spinner_android_dropDownHorizontalOffset = 5;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownSelector}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownSelector
+ */
+ public static final int Spinner_android_dropDownSelector = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownVerticalOffset
+ */
+ public static final int Spinner_android_dropDownVerticalOffset = 6;
+ /**
+
This symbol is the offset where the {@link android.R.attr#dropDownWidth}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:dropDownWidth
+ */
+ public static final int Spinner_android_dropDownWidth = 4;
+ /**
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:gravity
+ */
+ public static final int Spinner_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#popupBackground}
+ attribute's value can be found in the {@link #Spinner} array.
+ @attr name android:popupBackground
+ */
+ public static final int Spinner_android_popupBackground = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#disableChildrenWhenDisabled}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:disableChildrenWhenDisabled
+ */
+ public static final int Spinner_disableChildrenWhenDisabled = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#popupPromptView}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:popupPromptView
+ */
+ public static final int Spinner_popupPromptView = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#prompt}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:prompt
+ */
+ public static final int Spinner_prompt = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#spinnerMode}
+ attribute's value can be found in the {@link #Spinner} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
dialog
0
+
dropdown
1
+
+ @attr name com.braunster.tutorialview.test:spinnerMode
+ */
+ public static final int Spinner_spinnerMode = 8;
+ /** Attributes that can be used with a SwitchCompat.
+
This symbol is the offset where the {@link android.R.attr#textOff}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOff
+ */
+ public static final int SwitchCompat_android_textOff = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textOn}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:textOn
+ */
+ public static final int SwitchCompat_android_textOn = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#thumb}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+ @attr name android:thumb
+ */
+ public static final int SwitchCompat_android_thumb = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#showText}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:showText
+ */
+ public static final int SwitchCompat_showText = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#splitTrack}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:splitTrack
+ */
+ public static final int SwitchCompat_splitTrack = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#switchMinWidth}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:switchMinWidth
+ */
+ public static final int SwitchCompat_switchMinWidth = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#switchPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:switchPadding
+ */
+ public static final int SwitchCompat_switchPadding = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#switchTextAppearance}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:switchTextAppearance
+ */
+ public static final int SwitchCompat_switchTextAppearance = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#thumbTextPadding}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:thumbTextPadding
+ */
+ public static final int SwitchCompat_thumbTextPadding = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#track}
+ attribute's value can be found in the {@link #SwitchCompat} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:track
+ */
+ public static final int SwitchCompat_track = 3;
+ /** Attributes that can be used with a TextAppearance.
+
This symbol is the offset where the {@link android.R.attr#textColor}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textColor
+ */
+ public static final int TextAppearance_android_textColor = 3;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textSize}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textSize
+ */
+ public static final int TextAppearance_android_textSize = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#textStyle}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:textStyle
+ */
+ public static final int TextAppearance_android_textStyle = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#typeface}
+ attribute's value can be found in the {@link #TextAppearance} array.
+ @attr name android:typeface
+ */
+ public static final int TextAppearance_android_typeface = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAllCaps}
+ attribute's value can be found in the {@link #TextAppearance} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a boolean value, either "true" or "false".
+ @attr name com.braunster.tutorialview.test:textAllCaps
+ */
+ public static final int TextAppearance_textAllCaps = 4;
+ /** Attributes that can be used with a Theme.
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarDivider}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarDivider
+ */
+ public static final int Theme_actionBarDivider = 23;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarItemBackground
+ */
+ public static final int Theme_actionBarItemBackground = 24;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarPopupTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarPopupTheme
+ */
+ public static final int Theme_actionBarPopupTheme = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarSize}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+
May be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
wrap_content
0
+
+ @attr name com.braunster.tutorialview.test:actionBarSize
+ */
+ public static final int Theme_actionBarSize = 22;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarSplitStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarSplitStyle
+ */
+ public static final int Theme_actionBarSplitStyle = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarStyle
+ */
+ public static final int Theme_actionBarStyle = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarTabBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarTabBarStyle
+ */
+ public static final int Theme_actionBarTabBarStyle = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarTabStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarTabStyle
+ */
+ public static final int Theme_actionBarTabStyle = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarTabTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarTabTextStyle
+ */
+ public static final int Theme_actionBarTabTextStyle = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarTheme
+ */
+ public static final int Theme_actionBarTheme = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionBarWidgetTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionBarWidgetTheme
+ */
+ public static final int Theme_actionBarWidgetTheme = 21;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionButtonStyle
+ */
+ public static final int Theme_actionButtonStyle = 49;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionDropDownStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionDropDownStyle
+ */
+ public static final int Theme_actionDropDownStyle = 45;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionMenuTextAppearance}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionMenuTextAppearance
+ */
+ public static final int Theme_actionMenuTextAppearance = 25;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionMenuTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:actionMenuTextColor
+ */
+ public static final int Theme_actionMenuTextColor = 26;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeBackground
+ */
+ public static final int Theme_actionModeBackground = 29;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeCloseButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeCloseButtonStyle
+ */
+ public static final int Theme_actionModeCloseButtonStyle = 28;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeCloseDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeCloseDrawable
+ */
+ public static final int Theme_actionModeCloseDrawable = 31;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeCopyDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeCopyDrawable
+ */
+ public static final int Theme_actionModeCopyDrawable = 33;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeCutDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeCutDrawable
+ */
+ public static final int Theme_actionModeCutDrawable = 32;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeFindDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeFindDrawable
+ */
+ public static final int Theme_actionModeFindDrawable = 37;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModePasteDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModePasteDrawable
+ */
+ public static final int Theme_actionModePasteDrawable = 34;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModePopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModePopupWindowStyle
+ */
+ public static final int Theme_actionModePopupWindowStyle = 39;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeSelectAllDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeSelectAllDrawable
+ */
+ public static final int Theme_actionModeSelectAllDrawable = 35;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeShareDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeShareDrawable
+ */
+ public static final int Theme_actionModeShareDrawable = 36;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeSplitBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeSplitBackground
+ */
+ public static final int Theme_actionModeSplitBackground = 30;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeStyle
+ */
+ public static final int Theme_actionModeStyle = 27;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionModeWebSearchDrawable}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionModeWebSearchDrawable
+ */
+ public static final int Theme_actionModeWebSearchDrawable = 38;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionOverflowButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionOverflowButtonStyle
+ */
+ public static final int Theme_actionOverflowButtonStyle = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#actionOverflowMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:actionOverflowMenuStyle
+ */
+ public static final int Theme_actionOverflowMenuStyle = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#activityChooserViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:activityChooserViewStyle
+ */
+ public static final int Theme_activityChooserViewStyle = 56;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#alertDialogButtonGroupStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:alertDialogButtonGroupStyle
+ */
+ public static final int Theme_alertDialogButtonGroupStyle = 89;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#alertDialogCenterButtons}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:alertDialogCenterButtons
+ */
+ public static final int Theme_alertDialogCenterButtons = 90;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#alertDialogStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:alertDialogStyle
+ */
+ public static final int Theme_alertDialogStyle = 88;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#alertDialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:alertDialogTheme
+ */
+ public static final int Theme_alertDialogTheme = 91;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowAnimationStyle}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowAnimationStyle
+ */
+ public static final int Theme_android_windowAnimationStyle = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#windowIsFloating}
+ attribute's value can be found in the {@link #Theme} array.
+ @attr name android:windowIsFloating
+ */
+ public static final int Theme_android_windowIsFloating = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#autoCompleteTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:autoCompleteTextViewStyle
+ */
+ public static final int Theme_autoCompleteTextViewStyle = 96;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonBarButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonBarButtonStyle
+ */
+ public static final int Theme_buttonBarButtonStyle = 51;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonBarNegativeButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonBarNegativeButtonStyle
+ */
+ public static final int Theme_buttonBarNegativeButtonStyle = 94;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonBarNeutralButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonBarNeutralButtonStyle
+ */
+ public static final int Theme_buttonBarNeutralButtonStyle = 95;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonBarPositiveButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonBarPositiveButtonStyle
+ */
+ public static final int Theme_buttonBarPositiveButtonStyle = 93;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonBarStyle
+ */
+ public static final int Theme_buttonBarStyle = 50;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonStyle
+ */
+ public static final int Theme_buttonStyle = 97;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#buttonStyleSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:buttonStyleSmall
+ */
+ public static final int Theme_buttonStyleSmall = 98;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#checkboxStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:checkboxStyle
+ */
+ public static final int Theme_checkboxStyle = 99;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#checkedTextViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:checkedTextViewStyle
+ */
+ public static final int Theme_checkedTextViewStyle = 100;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorAccent}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorAccent
+ */
+ public static final int Theme_colorAccent = 82;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorButtonNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorButtonNormal
+ */
+ public static final int Theme_colorButtonNormal = 86;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorControlActivated}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorControlActivated
+ */
+ public static final int Theme_colorControlActivated = 84;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorControlHighlight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorControlHighlight
+ */
+ public static final int Theme_colorControlHighlight = 85;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorControlNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorControlNormal
+ */
+ public static final int Theme_colorControlNormal = 83;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorPrimary}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorPrimary
+ */
+ public static final int Theme_colorPrimary = 80;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorPrimaryDark}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorPrimaryDark
+ */
+ public static final int Theme_colorPrimaryDark = 81;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#colorSwitchThumbNormal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:colorSwitchThumbNormal
+ */
+ public static final int Theme_colorSwitchThumbNormal = 87;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dialogPreferredPadding}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:dialogPreferredPadding
+ */
+ public static final int Theme_dialogPreferredPadding = 43;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dialogTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:dialogTheme
+ */
+ public static final int Theme_dialogTheme = 42;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dividerHorizontal}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:dividerHorizontal
+ */
+ public static final int Theme_dividerHorizontal = 55;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dividerVertical}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:dividerVertical
+ */
+ public static final int Theme_dividerVertical = 54;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dropDownListViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:dropDownListViewStyle
+ */
+ public static final int Theme_dropDownListViewStyle = 72;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#dropdownListPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:dropdownListPreferredItemHeight
+ */
+ public static final int Theme_dropdownListPreferredItemHeight = 46;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#editTextBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:editTextBackground
+ */
+ public static final int Theme_editTextBackground = 62;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#editTextColor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:editTextColor
+ */
+ public static final int Theme_editTextColor = 61;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#editTextStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:editTextStyle
+ */
+ public static final int Theme_editTextStyle = 101;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#homeAsUpIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:homeAsUpIndicator
+ */
+ public static final int Theme_homeAsUpIndicator = 48;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listChoiceBackgroundIndicator}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:listChoiceBackgroundIndicator
+ */
+ public static final int Theme_listChoiceBackgroundIndicator = 79;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listDividerAlertDialog}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:listDividerAlertDialog
+ */
+ public static final int Theme_listDividerAlertDialog = 44;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPopupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:listPopupWindowStyle
+ */
+ public static final int Theme_listPopupWindowStyle = 73;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPreferredItemHeight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:listPreferredItemHeight
+ */
+ public static final int Theme_listPreferredItemHeight = 67;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPreferredItemHeightLarge}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:listPreferredItemHeightLarge
+ */
+ public static final int Theme_listPreferredItemHeightLarge = 69;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPreferredItemHeightSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:listPreferredItemHeightSmall
+ */
+ public static final int Theme_listPreferredItemHeightSmall = 68;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPreferredItemPaddingLeft}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:listPreferredItemPaddingLeft
+ */
+ public static final int Theme_listPreferredItemPaddingLeft = 70;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#listPreferredItemPaddingRight}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:listPreferredItemPaddingRight
+ */
+ public static final int Theme_listPreferredItemPaddingRight = 71;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#panelBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:panelBackground
+ */
+ public static final int Theme_panelBackground = 76;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#panelMenuListTheme}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:panelMenuListTheme
+ */
+ public static final int Theme_panelMenuListTheme = 78;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#panelMenuListWidth}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:panelMenuListWidth
+ */
+ public static final int Theme_panelMenuListWidth = 77;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#popupMenuStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:popupMenuStyle
+ */
+ public static final int Theme_popupMenuStyle = 59;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#popupWindowStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:popupWindowStyle
+ */
+ public static final int Theme_popupWindowStyle = 60;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#radioButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:radioButtonStyle
+ */
+ public static final int Theme_radioButtonStyle = 102;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#ratingBarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:ratingBarStyle
+ */
+ public static final int Theme_ratingBarStyle = 103;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#searchViewStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:searchViewStyle
+ */
+ public static final int Theme_searchViewStyle = 66;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#selectableItemBackground}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:selectableItemBackground
+ */
+ public static final int Theme_selectableItemBackground = 52;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#selectableItemBackgroundBorderless}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:selectableItemBackgroundBorderless
+ */
+ public static final int Theme_selectableItemBackgroundBorderless = 53;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#spinnerDropDownItemStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:spinnerDropDownItemStyle
+ */
+ public static final int Theme_spinnerDropDownItemStyle = 47;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#spinnerStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:spinnerStyle
+ */
+ public static final int Theme_spinnerStyle = 104;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#switchStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:switchStyle
+ */
+ public static final int Theme_switchStyle = 105;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceLargePopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceLargePopupMenu
+ */
+ public static final int Theme_textAppearanceLargePopupMenu = 40;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceListItem
+ */
+ public static final int Theme_textAppearanceListItem = 74;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceListItemSmall}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceListItemSmall
+ */
+ public static final int Theme_textAppearanceListItemSmall = 75;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceSearchResultSubtitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceSearchResultSubtitle
+ */
+ public static final int Theme_textAppearanceSearchResultSubtitle = 64;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceSearchResultTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceSearchResultTitle
+ */
+ public static final int Theme_textAppearanceSearchResultTitle = 63;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textAppearanceSmallPopupMenu}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:textAppearanceSmallPopupMenu
+ */
+ public static final int Theme_textAppearanceSmallPopupMenu = 41;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textColorAlertDialogListItem}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:textColorAlertDialogListItem
+ */
+ public static final int Theme_textColorAlertDialogListItem = 92;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#textColorSearchUrl}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+
May be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+ @attr name com.braunster.tutorialview.test:textColorSearchUrl
+ */
+ public static final int Theme_textColorSearchUrl = 65;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#toolbarNavigationButtonStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:toolbarNavigationButtonStyle
+ */
+ public static final int Theme_toolbarNavigationButtonStyle = 58;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#toolbarStyle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:toolbarStyle
+ */
+ public static final int Theme_toolbarStyle = 57;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowActionBar}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowActionBar
+ */
+ public static final int Theme_windowActionBar = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowActionBarOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowActionBarOverlay
+ */
+ public static final int Theme_windowActionBarOverlay = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowActionModeOverlay}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowActionModeOverlay
+ */
+ public static final int Theme_windowActionModeOverlay = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowFixedHeightMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowFixedHeightMajor
+ */
+ public static final int Theme_windowFixedHeightMajor = 9;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowFixedHeightMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowFixedHeightMinor
+ */
+ public static final int Theme_windowFixedHeightMinor = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowFixedWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowFixedWidthMajor
+ */
+ public static final int Theme_windowFixedWidthMajor = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowFixedWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowFixedWidthMinor
+ */
+ public static final int Theme_windowFixedWidthMinor = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowMinWidthMajor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowMinWidthMajor
+ */
+ public static final int Theme_windowMinWidthMajor = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowMinWidthMinor}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%".
+The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to
+some parent container.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowMinWidthMinor
+ */
+ public static final int Theme_windowMinWidthMinor = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#windowNoTitle}
+ attribute's value can be found in the {@link #Theme} array.
+
+
+
Must be a boolean value, either "true" or "false".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:windowNoTitle
+ */
+ public static final int Theme_windowNoTitle = 3;
+ /** Attributes that can be used with a Toolbar.
+
This symbol is the offset where the {@link android.R.attr#gravity}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:gravity
+ */
+ public static final int Toolbar_android_gravity = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#minHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+ @attr name android:minHeight
+ */
+ public static final int Toolbar_android_minHeight = 1;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#collapseContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:collapseContentDescription
+ */
+ public static final int Toolbar_collapseContentDescription = 18;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#collapseIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:collapseIcon
+ */
+ public static final int Toolbar_collapseIcon = 17;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetEnd
+ */
+ public static final int Toolbar_contentInsetEnd = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetLeft}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetLeft
+ */
+ public static final int Toolbar_contentInsetLeft = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetRight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetRight
+ */
+ public static final int Toolbar_contentInsetRight = 7;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#contentInsetStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:contentInsetStart
+ */
+ public static final int Toolbar_contentInsetStart = 4;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#maxButtonHeight}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:maxButtonHeight
+ */
+ public static final int Toolbar_maxButtonHeight = 16;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#navigationContentDescription}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:navigationContentDescription
+ */
+ public static final int Toolbar_navigationContentDescription = 20;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#navigationIcon}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:navigationIcon
+ */
+ public static final int Toolbar_navigationIcon = 19;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#popupTheme}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:popupTheme
+ */
+ public static final int Toolbar_popupTheme = 8;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#subtitle}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:subtitle
+ */
+ public static final int Toolbar_subtitle = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#subtitleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:subtitleTextAppearance
+ */
+ public static final int Toolbar_subtitleTextAppearance = 10;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#title}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:title
+ */
+ public static final int Toolbar_title = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleMarginBottom}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:titleMarginBottom
+ */
+ public static final int Toolbar_titleMarginBottom = 15;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleMarginEnd}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:titleMarginEnd
+ */
+ public static final int Toolbar_titleMarginEnd = 13;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleMarginStart}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:titleMarginStart
+ */
+ public static final int Toolbar_titleMarginStart = 12;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleMarginTop}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:titleMarginTop
+ */
+ public static final int Toolbar_titleMarginTop = 14;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleMargins}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:titleMargins
+ */
+ public static final int Toolbar_titleMargins = 11;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#titleTextAppearance}
+ attribute's value can be found in the {@link #Toolbar} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:titleTextAppearance
+ */
+ public static final int Toolbar_titleTextAppearance = 9;
+ /** Attributes that can be used with a View.
+
This symbol is the offset where the {@link android.R.attr#focusable}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:focusable
+ */
+ public static final int View_android_focusable = 1;
+ /**
+
This symbol is the offset where the {@link android.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+ @attr name android:theme
+ */
+ public static final int View_android_theme = 0;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#backgroundTint}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a color value, in the form of "#rgb", "#argb",
+"#rrggbb", or "#aarrggbb".
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:backgroundTint
+ */
+ public static final int View_backgroundTint = 5;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#backgroundTintMode}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be one of the following constant values.
+
+
+
+
+
Constant
Value
Description
+
src_over
3
+
src_in
5
+
src_atop
9
+
multiply
14
+
screen
15
+
+ @attr name com.braunster.tutorialview.test:backgroundTintMode
+ */
+ public static final int View_backgroundTintMode = 6;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#paddingEnd}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:paddingEnd
+ */
+ public static final int View_paddingEnd = 3;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#paddingStart}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".
+Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
+in (inches), mm (millimeters).
+
This may also be a reference to a resource (in the form
+"@[package:]type:name") or
+theme attribute (in the form
+"?[package:][type:]name")
+containing a value of this type.
+ @attr name com.braunster.tutorialview.test:paddingStart
+ */
+ public static final int View_paddingStart = 2;
+ /**
+
This symbol is the offset where the {@link com.braunster.tutorialview.test.R.attr#theme}
+ attribute's value can be found in the {@link #View} array.
+
+
+
Must be a reference to another resource, in the form "@[+][package:]type:name"
+or to a theme attribute in the form "?[package:][type:]name".
+ @attr name com.braunster.tutorialview.test:theme
+ */
+ public static final int View_theme = 4;
+ /** Attributes that can be used with a ViewStubCompat.
+
This symbol is the offset where the {@link android.R.attr#id}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:id
+ */
+ public static final int ViewStubCompat_android_id = 0;
+ /**
+
This symbol is the offset where the {@link android.R.attr#inflatedId}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:inflatedId
+ */
+ public static final int ViewStubCompat_android_inflatedId = 2;
+ /**
+
This symbol is the offset where the {@link android.R.attr#layout}
+ attribute's value can be found in the {@link #ViewStubCompat} array.
+ @attr name android:layout
+ */
+ public static final int ViewStubCompat_android_layout = 1;
+ };
+}
diff --git a/tutorial_view/build/intermediates/assets/test/debug/fonts/olivier.ttf b/tutorial_view/build/intermediates/assets/test/debug/fonts/olivier.ttf
new file mode 100644
index 0000000..6d56f71
Binary files /dev/null and b/tutorial_view/build/intermediates/assets/test/debug/fonts/olivier.ttf differ
diff --git a/tutorial_view/build/intermediates/assets/test/debug/fonts/roboto_light.ttf b/tutorial_view/build/intermediates/assets/test/debug/fonts/roboto_light.ttf
new file mode 100644
index 0000000..13bf13a
Binary files /dev/null and b/tutorial_view/build/intermediates/assets/test/debug/fonts/roboto_light.ttf differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/AndroidManifest.xml b/tutorial_view/build/intermediates/bundles/debug/AndroidManifest.xml
new file mode 100644
index 0000000..05ee62d
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/AndroidManifest.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/R.txt b/tutorial_view/build/intermediates/bundles/debug/R.txt
new file mode 100644
index 0000000..eb918b8
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/R.txt
@@ -0,0 +1,1139 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim dummy 0x7f04000a
+int anim tutorial_info_view_fade_in 0x7f04000b
+int anim tutorial_info_view_fade_out 0x7f04000c
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable ic_launcher 0x7f02003b
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id got_it_button_view 0x7f080050
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id skip_button_view 0x7f080051
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id title_view 0x7f080052
+int id topPanel 0x7f08002e
+int id tutorial_info_text 0x7f080053
+int id tutorial_layout 0x7f08004f
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout activity_tutorial_layout 0x7f030019
+int layout got_it_button_view 0x7f03001a
+int layout select_dialog_item_material 0x7f03001b
+int layout select_dialog_multichoice_material 0x7f03001c
+int layout select_dialog_singlechoice_material 0x7f03001d
+int layout skip_button_view 0x7f03001e
+int layout support_simple_spinner_dropdown_item 0x7f03001f
+int layout title_view 0x7f030020
+int layout tutorial_text 0x7f030021
+int layout tutorial_text_custom_test 0x7f030022
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int string app_name 0x7f0a0011
+int string got_it_button_text 0x7f0a0012
+int string skip_button_text 0x7f0a0013
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b0110
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0111
+int style Base_V21_Theme_AppCompat 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light 0x7f0b011a
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011b
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0112
+int style Platform_V11_AppCompat_Light 0x7f0b0113
+int style Platform_V12_AppCompat 0x7f0b0114
+int style Platform_V12_AppCompat_Light 0x7f0b0115
+int style Platform_V14_AppCompat 0x7f0b0116
+int style Platform_V14_AppCompat_Light 0x7f0b0117
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style TutorialActivityTheme 0x7f0b00ce
+int style Widget_AppCompat_ActionBar 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d2
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d3
+int style Widget_AppCompat_ActionButton 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d5
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d6
+int style Widget_AppCompat_ActionMode 0x7f0b00d7
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d8
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d9
+int style Widget_AppCompat_Button 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless 0x7f0b00db
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00dc
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dd
+int style Widget_AppCompat_Button_Small 0x7f0b00de
+int style Widget_AppCompat_ButtonBar 0x7f0b00df
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e2
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e3
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e4
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e5
+int style Widget_AppCompat_EditText 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f2
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f3
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f4
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f5
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f6
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f7
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f9
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00fa
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fb
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fc
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fd
+int style Widget_AppCompat_ListView 0x7f0b00fe
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00ff
+int style Widget_AppCompat_ListView_Menu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu 0x7f0b0101
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0102
+int style Widget_AppCompat_PopupWindow 0x7f0b0103
+int style Widget_AppCompat_ProgressBar 0x7f0b0104
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0105
+int style Widget_AppCompat_RatingBar 0x7f0b0106
+int style Widget_AppCompat_SearchView 0x7f0b0107
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0108
+int style Widget_AppCompat_Spinner 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b010a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010b
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010c
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010d
+int style Widget_AppCompat_Toolbar 0x7f0b010e
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010f
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/tutorial_view/build/intermediates/bundles/debug/assets/fonts/olivier.ttf b/tutorial_view/build/intermediates/bundles/debug/assets/fonts/olivier.ttf
new file mode 100644
index 0000000..6d56f71
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/assets/fonts/olivier.ttf differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/assets/fonts/roboto_light.ttf b/tutorial_view/build/intermediates/bundles/debug/assets/fonts/roboto_light.ttf
new file mode 100644
index 0000000..13bf13a
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/assets/fonts/roboto_light.ttf differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/classes.jar b/tutorial_view/build/intermediates/bundles/debug/classes.jar
new file mode 100644
index 0000000..2003523
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/classes.jar differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/anim/dummy.xml b/tutorial_view/build/intermediates/bundles/debug/res/anim/dummy.xml
new file mode 100644
index 0000000..4db5be7
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_in.xml b/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..9e88280
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_out.xml b/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..6375a18
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..96a442e
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/res/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..359047d
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/res/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/res/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..4df1894
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/debug/res/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/activity_tutorial_layout.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..5f6cc4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/got_it_button_view.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/got_it_button_view.xml
new file mode 100644
index 0000000..e20df01
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/skip_button_view.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/skip_button_view.xml
new file mode 100644
index 0000000..2080474
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/title_view.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/title_view.xml
new file mode 100644
index 0000000..83f71da
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text.xml
new file mode 100644
index 0000000..46b019f
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text_custom_test.xml b/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..8d0f76f
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/values-v21/values.xml b/tutorial_view/build/intermediates/bundles/debug/res/values-v21/values.xml
new file mode 100644
index 0000000..18b1229
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/values-v21/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/debug/res/values/values.xml b/tutorial_view/build/intermediates/bundles/debug/res/values/values.xml
new file mode 100644
index 0000000..c464041
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/debug/res/values/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/AndroidManifest.xml b/tutorial_view/build/intermediates/bundles/release/AndroidManifest.xml
new file mode 100644
index 0000000..05ee62d
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/AndroidManifest.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/R.txt b/tutorial_view/build/intermediates/bundles/release/R.txt
new file mode 100644
index 0000000..eb918b8
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/R.txt
@@ -0,0 +1,1139 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim dummy 0x7f04000a
+int anim tutorial_info_view_fade_in 0x7f04000b
+int anim tutorial_info_view_fade_out 0x7f04000c
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable ic_launcher 0x7f02003b
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id got_it_button_view 0x7f080050
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id skip_button_view 0x7f080051
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id title_view 0x7f080052
+int id topPanel 0x7f08002e
+int id tutorial_info_text 0x7f080053
+int id tutorial_layout 0x7f08004f
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout activity_tutorial_layout 0x7f030019
+int layout got_it_button_view 0x7f03001a
+int layout select_dialog_item_material 0x7f03001b
+int layout select_dialog_multichoice_material 0x7f03001c
+int layout select_dialog_singlechoice_material 0x7f03001d
+int layout skip_button_view 0x7f03001e
+int layout support_simple_spinner_dropdown_item 0x7f03001f
+int layout title_view 0x7f030020
+int layout tutorial_text 0x7f030021
+int layout tutorial_text_custom_test 0x7f030022
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int string app_name 0x7f0a0011
+int string got_it_button_text 0x7f0a0012
+int string skip_button_text 0x7f0a0013
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b0110
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0111
+int style Base_V21_Theme_AppCompat 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light 0x7f0b011a
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011b
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0112
+int style Platform_V11_AppCompat_Light 0x7f0b0113
+int style Platform_V12_AppCompat 0x7f0b0114
+int style Platform_V12_AppCompat_Light 0x7f0b0115
+int style Platform_V14_AppCompat 0x7f0b0116
+int style Platform_V14_AppCompat_Light 0x7f0b0117
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style TutorialActivityTheme 0x7f0b00ce
+int style Widget_AppCompat_ActionBar 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d2
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d3
+int style Widget_AppCompat_ActionButton 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d5
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d6
+int style Widget_AppCompat_ActionMode 0x7f0b00d7
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d8
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d9
+int style Widget_AppCompat_Button 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless 0x7f0b00db
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00dc
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dd
+int style Widget_AppCompat_Button_Small 0x7f0b00de
+int style Widget_AppCompat_ButtonBar 0x7f0b00df
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e2
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e3
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e4
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e5
+int style Widget_AppCompat_EditText 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f2
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f3
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f4
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f5
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f6
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f7
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f9
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00fa
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fb
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fc
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fd
+int style Widget_AppCompat_ListView 0x7f0b00fe
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00ff
+int style Widget_AppCompat_ListView_Menu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu 0x7f0b0101
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0102
+int style Widget_AppCompat_PopupWindow 0x7f0b0103
+int style Widget_AppCompat_ProgressBar 0x7f0b0104
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0105
+int style Widget_AppCompat_RatingBar 0x7f0b0106
+int style Widget_AppCompat_SearchView 0x7f0b0107
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0108
+int style Widget_AppCompat_Spinner 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b010a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010b
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010c
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010d
+int style Widget_AppCompat_Toolbar 0x7f0b010e
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010f
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/tutorial_view/build/intermediates/bundles/release/assets/fonts/olivier.ttf b/tutorial_view/build/intermediates/bundles/release/assets/fonts/olivier.ttf
new file mode 100644
index 0000000..6d56f71
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/assets/fonts/olivier.ttf differ
diff --git a/tutorial_view/build/intermediates/bundles/release/assets/fonts/roboto_light.ttf b/tutorial_view/build/intermediates/bundles/release/assets/fonts/roboto_light.ttf
new file mode 100644
index 0000000..13bf13a
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/assets/fonts/roboto_light.ttf differ
diff --git a/tutorial_view/build/intermediates/bundles/release/classes.jar b/tutorial_view/build/intermediates/bundles/release/classes.jar
new file mode 100644
index 0000000..8664ed1
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/classes.jar differ
diff --git a/tutorial_view/build/intermediates/bundles/release/res/anim/dummy.xml b/tutorial_view/build/intermediates/bundles/release/res/anim/dummy.xml
new file mode 100644
index 0000000..4db5be7
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_in.xml b/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..9e88280
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_out.xml b/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..6375a18
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/drawable-hdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/release/res/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..96a442e
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/res/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/release/res/drawable-mdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/release/res/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..359047d
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/res/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/release/res/drawable-xhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/release/res/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/res/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/release/res/drawable-xxhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/bundles/release/res/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..4df1894
Binary files /dev/null and b/tutorial_view/build/intermediates/bundles/release/res/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/activity_tutorial_layout.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..5f6cc4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/got_it_button_view.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/got_it_button_view.xml
new file mode 100644
index 0000000..e20df01
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/skip_button_view.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/skip_button_view.xml
new file mode 100644
index 0000000..2080474
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/title_view.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/title_view.xml
new file mode 100644
index 0000000..83f71da
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text.xml
new file mode 100644
index 0000000..46b019f
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text_custom_test.xml b/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..8d0f76f
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/values-v21/values.xml b/tutorial_view/build/intermediates/bundles/release/res/values-v21/values.xml
new file mode 100644
index 0000000..475fcb1
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/values-v21/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/bundles/release/res/values/values.xml b/tutorial_view/build/intermediates/bundles/release/res/values/values.xml
new file mode 100644
index 0000000..d727516
--- /dev/null
+++ b/tutorial_view/build/intermediates/bundles/release/res/values/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/BuildConfig.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/BuildConfig.class
new file mode 100644
index 0000000..02ce10c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/BuildConfig.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class
new file mode 100644
index 0000000..05d21c3
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$anim.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class
new file mode 100644
index 0000000..3992b78
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$attr.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class
new file mode 100644
index 0000000..43cf268
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$bool.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class
new file mode 100644
index 0000000..21ba349
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$color.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class
new file mode 100644
index 0000000..c279c06
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$dimen.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class
new file mode 100644
index 0000000..7c30fa6
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$drawable.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class
new file mode 100644
index 0000000..b7b3f9e
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$id.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class
new file mode 100644
index 0000000..bbbd160
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$integer.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class
new file mode 100644
index 0000000..6c2926b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$layout.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class
new file mode 100644
index 0000000..7d76938
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$string.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class
new file mode 100644
index 0000000..c24aaf4
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$style.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class
new file mode 100644
index 0000000..4f81132
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R$styleable.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R.class
new file mode 100644
index 0000000..62d24fe
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/R.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$1.class
new file mode 100644
index 0000000..542c3b6
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2$1.class
new file mode 100644
index 0000000..cc25214
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2.class
new file mode 100644
index 0000000..784cb2b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$3.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$3.class
new file mode 100644
index 0000000..f1a7cde
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity.class
new file mode 100644
index 0000000..ccd7be1
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialActivity.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialInterface.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialInterface.class
new file mode 100644
index 0000000..ccd4da3
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialViewInterface.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialViewInterface.class
new file mode 100644
index 0000000..6b7904d
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/TutorialViewInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/WalkThroughInterface.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/WalkThroughInterface.class
new file mode 100644
index 0000000..1f15f61
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/WalkThroughInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Debug.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Debug.class
new file mode 100644
index 0000000..bdd384c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Debug.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/SharedPrefsHelper.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/SharedPrefsHelper.class
new file mode 100644
index 0000000..0d70d3d
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/SharedPrefsHelper.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$1.class
new file mode 100644
index 0000000..53b49cb
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$GotItPosition.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$GotItPosition.class
new file mode 100644
index 0000000..89c42a9
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$GotItPosition.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$InfoPosition.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$InfoPosition.class
new file mode 100644
index 0000000..4a96886
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial$InfoPosition.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial.class
new file mode 100644
index 0000000..5813101
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/Tutorial.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialBuilder.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialBuilder.class
new file mode 100644
index 0000000..d3fa22b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialBuilder.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialIntentBuilder.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialIntentBuilder.class
new file mode 100644
index 0000000..4cdc33b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/object/TutorialIntentBuilder.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$1.class
new file mode 100644
index 0000000..0a829ee
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$2.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$2.class
new file mode 100644
index 0000000..c430d0c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$3.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$3.class
new file mode 100644
index 0000000..b5651ab
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$4.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$4.class
new file mode 100644
index 0000000..11cf6d0
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class
new file mode 100644
index 0000000..9d59914
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class
new file mode 100644
index 0000000..dd4b354
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView.class
new file mode 100644
index 0000000..3ea5cc7
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/AbstractTutorialView.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$1.class
new file mode 100644
index 0000000..a8bdc64
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$2.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$2.class
new file mode 100644
index 0000000..f64328b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$3.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$3.class
new file mode 100644
index 0000000..7a6a1b4
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$4.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$4.class
new file mode 100644
index 0000000..4ac8bbf
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$5.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$5.class
new file mode 100644
index 0000000..8316433
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$5.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$6.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$6.class
new file mode 100644
index 0000000..31f995e
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView$6.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView.class
new file mode 100644
index 0000000..f958baf
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/RippleTutorialView.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$1.class
new file mode 100644
index 0000000..71ceeaa
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$2.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$2.class
new file mode 100644
index 0000000..9c188bd
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class
new file mode 100644
index 0000000..c409d0f
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout.class
new file mode 100644
index 0000000..b923d83
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialLayout.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$1.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$1.class
new file mode 100644
index 0000000..01ce093
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$2.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$2.class
new file mode 100644
index 0000000..b6966ce
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$3.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$3.class
new file mode 100644
index 0000000..ec97b01
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$4.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$4.class
new file mode 100644
index 0000000..a2c756c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$5.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$5.class
new file mode 100644
index 0000000..56e1a78
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$5.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$6.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$6.class
new file mode 100644
index 0000000..710871a
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$6.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$7.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$7.class
new file mode 100644
index 0000000..531aca9
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView$7.class differ
diff --git a/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView.class b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView.class
new file mode 100644
index 0000000..82dc5b1
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/debug/com/braunster/tutorialview/view/TutorialView.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/BuildConfig.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/BuildConfig.class
new file mode 100644
index 0000000..8eb076c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/BuildConfig.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$anim.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$anim.class
new file mode 100644
index 0000000..05d21c3
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$anim.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$attr.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$attr.class
new file mode 100644
index 0000000..3992b78
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$attr.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$bool.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$bool.class
new file mode 100644
index 0000000..43cf268
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$bool.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$color.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$color.class
new file mode 100644
index 0000000..21ba349
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$color.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$dimen.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$dimen.class
new file mode 100644
index 0000000..c279c06
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$dimen.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$drawable.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$drawable.class
new file mode 100644
index 0000000..7c30fa6
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$drawable.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$id.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$id.class
new file mode 100644
index 0000000..b7b3f9e
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$id.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$integer.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$integer.class
new file mode 100644
index 0000000..bbbd160
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$integer.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$layout.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$layout.class
new file mode 100644
index 0000000..6c2926b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$layout.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$string.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$string.class
new file mode 100644
index 0000000..7d76938
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$string.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$style.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$style.class
new file mode 100644
index 0000000..c24aaf4
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$style.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$styleable.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$styleable.class
new file mode 100644
index 0000000..4f81132
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R$styleable.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R.class
new file mode 100644
index 0000000..62d24fe
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/R.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$1.class
new file mode 100644
index 0000000..542c3b6
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2$1.class
new file mode 100644
index 0000000..cc25214
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2.class
new file mode 100644
index 0000000..784cb2b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$3.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$3.class
new file mode 100644
index 0000000..f1a7cde
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity.class
new file mode 100644
index 0000000..ccd7be1
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialActivity.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialInterface.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialInterface.class
new file mode 100644
index 0000000..ccd4da3
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialViewInterface.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialViewInterface.class
new file mode 100644
index 0000000..6b7904d
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/TutorialViewInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/WalkThroughInterface.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/WalkThroughInterface.class
new file mode 100644
index 0000000..1f15f61
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/WalkThroughInterface.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Debug.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Debug.class
new file mode 100644
index 0000000..bdd384c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Debug.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/SharedPrefsHelper.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/SharedPrefsHelper.class
new file mode 100644
index 0000000..0d70d3d
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/SharedPrefsHelper.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$1.class
new file mode 100644
index 0000000..53b49cb
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$GotItPosition.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$GotItPosition.class
new file mode 100644
index 0000000..89c42a9
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$GotItPosition.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$InfoPosition.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$InfoPosition.class
new file mode 100644
index 0000000..4a96886
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial$InfoPosition.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial.class
new file mode 100644
index 0000000..5813101
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/Tutorial.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialBuilder.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialBuilder.class
new file mode 100644
index 0000000..d3fa22b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialBuilder.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialIntentBuilder.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialIntentBuilder.class
new file mode 100644
index 0000000..4cdc33b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/object/TutorialIntentBuilder.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1$1.class
new file mode 100644
index 0000000..eb31653
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1.class
new file mode 100644
index 0000000..d26ecff
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$2.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$2.class
new file mode 100644
index 0000000..0751f75
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$3.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$3.class
new file mode 100644
index 0000000..efe421b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$4.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$4.class
new file mode 100644
index 0000000..cb0bb26
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class
new file mode 100644
index 0000000..724a6d0
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$AnimationType.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class
new file mode 100644
index 0000000..dd4b354
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView$TutorialClosedListener.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView.class
new file mode 100644
index 0000000..79dc822
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/AbstractTutorialView.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$1.class
new file mode 100644
index 0000000..a8bdc64
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$2.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$2.class
new file mode 100644
index 0000000..f64328b
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$3.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$3.class
new file mode 100644
index 0000000..7a6a1b4
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$4.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$4.class
new file mode 100644
index 0000000..4ac8bbf
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$5.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$5.class
new file mode 100644
index 0000000..8316433
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$5.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$6.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$6.class
new file mode 100644
index 0000000..31f995e
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView$6.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView.class
new file mode 100644
index 0000000..f958baf
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/RippleTutorialView.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$1.class
new file mode 100644
index 0000000..71ceeaa
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$2.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$2.class
new file mode 100644
index 0000000..9c188bd
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class
new file mode 100644
index 0000000..c409d0f
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout$WalkThroughListener.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout.class
new file mode 100644
index 0000000..b923d83
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialLayout.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$1.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$1.class
new file mode 100644
index 0000000..01ce093
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$1.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$2.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$2.class
new file mode 100644
index 0000000..b6966ce
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$2.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$3.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$3.class
new file mode 100644
index 0000000..ec97b01
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$3.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$4.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$4.class
new file mode 100644
index 0000000..a2c756c
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$4.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$5.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$5.class
new file mode 100644
index 0000000..56e1a78
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$5.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$6.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$6.class
new file mode 100644
index 0000000..710871a
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$6.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$7.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$7.class
new file mode 100644
index 0000000..531aca9
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView$7.class differ
diff --git a/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView.class b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView.class
new file mode 100644
index 0000000..82dc5b1
Binary files /dev/null and b/tutorial_view/build/intermediates/classes/release/com/braunster/tutorialview/view/TutorialView.class differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt
new file mode 100644
index 0000000..33359f0
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt
@@ -0,0 +1,1120 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id topPanel 0x7f08002e
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout select_dialog_item_material 0x7f030019
+int layout select_dialog_multichoice_material 0x7f03001a
+int layout select_dialog_singlechoice_material 0x7f03001b
+int layout support_simple_spinner_dropdown_item 0x7f03001c
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b010f
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0110
+int style Base_V21_Theme_AppCompat 0x7f0b0117
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Light 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011a
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0111
+int style Platform_V11_AppCompat_Light 0x7f0b0112
+int style Platform_V12_AppCompat 0x7f0b0113
+int style Platform_V12_AppCompat_Light 0x7f0b0114
+int style Platform_V14_AppCompat 0x7f0b0115
+int style Platform_V14_AppCompat_Light 0x7f0b0116
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style Widget_AppCompat_ActionBar 0x7f0b00ce
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d2
+int style Widget_AppCompat_ActionButton 0x7f0b00d3
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d5
+int style Widget_AppCompat_ActionMode 0x7f0b00d6
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d7
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d8
+int style Widget_AppCompat_Button 0x7f0b00d9
+int style Widget_AppCompat_Button_Borderless 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00db
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dc
+int style Widget_AppCompat_Button_Small 0x7f0b00dd
+int style Widget_AppCompat_ButtonBar 0x7f0b00de
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00df
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e2
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e3
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e4
+int style Widget_AppCompat_EditText 0x7f0b00e5
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f2
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f3
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f4
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f5
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f6
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f7
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00f9
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fa
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fb
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fc
+int style Widget_AppCompat_ListView 0x7f0b00fd
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00fe
+int style Widget_AppCompat_ListView_Menu 0x7f0b00ff
+int style Widget_AppCompat_PopupMenu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0101
+int style Widget_AppCompat_PopupWindow 0x7f0b0102
+int style Widget_AppCompat_ProgressBar 0x7f0b0103
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0104
+int style Widget_AppCompat_RatingBar 0x7f0b0105
+int style Widget_AppCompat_SearchView 0x7f0b0106
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0107
+int style Widget_AppCompat_Spinner 0x7f0b0108
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010a
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010b
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010c
+int style Widget_AppCompat_Toolbar 0x7f0b010d
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010e
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..58122b1
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip
new file mode 100644
index 0000000..c7fed9d
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar
new file mode 100644
index 0000000..e0b4e20
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/classes.jar differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml
new file mode 100644
index 0000000..35e4aa5
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml
new file mode 100644
index 0000000..c71dc12
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..c9cb7d3
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..c7b18b2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..535a092
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..8d28106
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..7d819d5
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..7dd9880
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..e11c80c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..9fa9e4f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..61e47c2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..926f2bd
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..e5c143a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..697c8ba
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..2d22cdf
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..7f4bd59
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..a82fbea
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..169b3cd
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml
new file mode 100644
index 0000000..9827356
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..5566c2a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..e96a7df
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..132aef8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..8e95351
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..705e0d9
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b692710
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..a6b3696
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..5e0bf84
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..b2191da
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..2a94e6e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91b0cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..36348a8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..530ca45
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b527495
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..0d22743
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..17fc083
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..c67a5dd
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..666b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..133de52
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..ff3b596
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2ab970d
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..08ee2b4
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e075ab8
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..25274ee
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..012e524
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..68f606b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..95d3382
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..3444b5c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..52655a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..acacfd9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..f98179f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..5411635
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..ab9c90f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..db7bacc
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..c38248f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..bb98c2f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..4e95440
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..f23ed0a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..329d880
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..964686a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..315afd2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..170e958
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..17aacb2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..503fe9e
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..e068d48
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..c6c180c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..ca4712a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..7ce06a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..73482e2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..e1a9e0d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..ffb6a77
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..c52ce7d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..df8895d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..29c798b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..4babdf2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..472faac
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..449be09
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f1b0a07
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..e4613d5
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..e31c0b9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..7bc5206
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..0d10365
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..7a6d272
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..f96f64f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..468fe14
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..2ab548b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..dfc0d7e
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..00cfd33
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..a4011d8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..c76ab75
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..91f62f8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..76d2c37
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..eeccbc2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..7c17788
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml
new file mode 100644
index 0000000..8050f0d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml
new file mode 100644
index 0000000..bceeaf6
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml
new file mode 100644
index 0000000..495be02
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml
new file mode 100644
index 0000000..39a0b8c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml
new file mode 100644
index 0000000..078dd47
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml
new file mode 100644
index 0000000..16e784b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml
new file mode 100644
index 0000000..ef5477c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml
new file mode 100644
index 0000000..3d9628d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml
new file mode 100644
index 0000000..33867f2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml
new file mode 100644
index 0000000..24b8e51
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml
new file mode 100644
index 0000000..cd0bcbe
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml
new file mode 100644
index 0000000..ab5fea6
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml
new file mode 100644
index 0000000..df9949f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml
new file mode 100644
index 0000000..329ddec
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml
new file mode 100644
index 0000000..2caae58
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml
new file mode 100644
index 0000000..e097657
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml
new file mode 100644
index 0000000..1bd7354
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml
new file mode 100644
index 0000000..28ecbb9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml
new file mode 100644
index 0000000..703a48a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml
new file mode 100644
index 0000000..ee73b76
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml
new file mode 100644
index 0000000..bd0a3ff
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..7d80f6b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..d9db7af
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml
new file mode 100644
index 0000000..5cee91f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml
new file mode 100644
index 0000000..cfbad3e
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml
new file mode 100644
index 0000000..4136206
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml
new file mode 100644
index 0000000..d7b69d1
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml
new file mode 100644
index 0000000..a78f16e
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml
new file mode 100644
index 0000000..10416a8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml
new file mode 100644
index 0000000..e12fdb0
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml
new file mode 100644
index 0000000..db23729
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml
new file mode 100644
index 0000000..167cc12
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml
new file mode 100644
index 0000000..5b2be7f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..ca71cff
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml
new file mode 100644
index 0000000..88d4282
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml
new file mode 100644
index 0000000..cbb7321
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml
new file mode 100644
index 0000000..01665e9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml
new file mode 100644
index 0000000..c3e1291
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml
new file mode 100644
index 0000000..75a944b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ true
+
+
+ true
+
+
+ 48dp
+ 0dp
+
+
+ 32dp
+
+
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml
new file mode 100644
index 0000000..fa578f9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml
@@ -0,0 +1,22 @@
+
+
+
+
+ true
+
+
+ true
+ 440dp
+
+
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml
new file mode 100644
index 0000000..2dccd57
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml
new file mode 100644
index 0000000..4dae547
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml
new file mode 100644
index 0000000..c5284bd
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml
new file mode 100644
index 0000000..c52ce99
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml
new file mode 100644
index 0000000..24a1606
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml
new file mode 100644
index 0000000..6a742c1
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml
new file mode 100644
index 0000000..6408c6a
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml
new file mode 100644
index 0000000..8c4d77b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml
new file mode 100644
index 0000000..8881c68
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml
new file mode 100644
index 0000000..56a3b44
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml
new file mode 100644
index 0000000..58f2061
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml
new file mode 100644
index 0000000..b50f3b0
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml
new file mode 100644
index 0000000..d13752f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml
new file mode 100644
index 0000000..1f0e3b9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml
new file mode 100644
index 0000000..547dadc
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml
new file mode 100644
index 0000000..d481d7b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml
new file mode 100644
index 0000000..f3f7acd
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml
new file mode 100644
index 0000000..30e114e
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml
new file mode 100644
index 0000000..f1ea4b3
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml
new file mode 100644
index 0000000..aafad0f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml
new file mode 100644
index 0000000..36e3412
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml
new file mode 100644
index 0000000..071ddaa
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml
new file mode 100644
index 0000000..ac3d4b8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml
new file mode 100644
index 0000000..0e96241
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..1f76c38
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+
+
+ 580dp
+
+
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml
new file mode 100644
index 0000000..5443056
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml
new file mode 100644
index 0000000..a2a85f2
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml
new file mode 100644
index 0000000..e126e07
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml
new file mode 100644
index 0000000..f67e79f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml
new file mode 100644
index 0000000..9fe3516
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml
new file mode 100644
index 0000000..13e26c3
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml
new file mode 100644
index 0000000..c656d55
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..6292661
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml
new file mode 100644
index 0000000..734fb2f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml
new file mode 100644
index 0000000..58e8c09
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml
new file mode 100644
index 0000000..89a75f9
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml
new file mode 100644
index 0000000..41b7009
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml
new file mode 100644
index 0000000..79ff579
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml
new file mode 100644
index 0000000..24a65a7
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml
@@ -0,0 +1,275 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml
new file mode 100644
index 0000000..8fd629b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..2c8ee7d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..060127b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml
@@ -0,0 +1,9 @@
+
+
+
+
+ true
+
+
+ true
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..67b3b2f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..aef006d
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..66422e8
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..5041515
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..35ed941
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ false
+
+
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml
new file mode 100644
index 0000000..495f124
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml
new file mode 100644
index 0000000..23ab4be
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml
new file mode 100644
index 0000000..8e253eb
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml
new file mode 100644
index 0000000..3c8273b
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml
new file mode 100644
index 0000000..439c7b6
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml
@@ -0,0 +1,1490 @@
+
+
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+
+
+ true
+ false
+ true
+
+
+ false
+
+
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+
+
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+
+
+ 40dp
+ 48dp
+ 180dp
+
+
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+
+
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+
+
+ 320dp
+
+
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+
+
+ 0.30
+ 0.26
+
+
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+
+
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+
+
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+
+
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+
+
+ 80%
+ 100%
+ 320dp
+ 320dp
+
+
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+
+
+ 2
+
+
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml
new file mode 100644
index 0000000..f273269
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaMetadataCompat;
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/RatingCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable RatingCompat;
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
@@ -0,0 +1,20 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable MediaSessionCompat.Token;
+parcelable MediaSessionCompat.QueueItem;
+parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable ParcelableVolumeInfo;
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable PlaybackStateCompat;
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar
new file mode 100644
index 0000000..4b9dce4
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/classes.jar differ
diff --git a/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar
new file mode 100644
index 0000000..3ba54e1
Binary files /dev/null and b/tutorial_view/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/libs/internal_impl-22.1.1.jar differ
diff --git a/tutorial_view/build/intermediates/incremental/aidl/debug/dependency.store b/tutorial_view/build/intermediates/incremental/aidl/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/tutorial_view/build/intermediates/incremental/aidl/debug/dependency.store differ
diff --git a/tutorial_view/build/intermediates/incremental/aidl/release/dependency.store b/tutorial_view/build/intermediates/incremental/aidl/release/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/tutorial_view/build/intermediates/incremental/aidl/release/dependency.store differ
diff --git a/tutorial_view/build/intermediates/incremental/aidl/test/debug/dependency.store b/tutorial_view/build/intermediates/incremental/aidl/test/debug/dependency.store
new file mode 100644
index 0000000..8b8400d
Binary files /dev/null and b/tutorial_view/build/intermediates/incremental/aidl/test/debug/dependency.store differ
diff --git a/tutorial_view/build/intermediates/incremental/mergeAssets/debug/merger.xml b/tutorial_view/build/intermediates/incremental/mergeAssets/debug/merger.xml
new file mode 100644
index 0000000..f41b2c3
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeAssets/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/mergeAssets/release/merger.xml b/tutorial_view/build/intermediates/incremental/mergeAssets/release/merger.xml
new file mode 100644
index 0000000..8b75854
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeAssets/release/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/mergeAssets/test/debug/merger.xml b/tutorial_view/build/intermediates/incremental/mergeAssets/test/debug/merger.xml
new file mode 100644
index 0000000..e16d1d2
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeAssets/test/debug/merger.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/mergeResources/debug/merger.xml b/tutorial_view/build/intermediates/incremental/mergeResources/debug/merger.xml
new file mode 100644
index 0000000..cded748
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeResources/debug/merger.xml
@@ -0,0 +1,1336 @@
+
+20dp14sptrue56dp@android:color/black8dp#ff2632382dp16dpSee all8dp#8a000000Share with %s48dp#1f000000Choose an app#36ffffff@color/material_deep_teal_200#6680cbc4#ff5a595bfalse@dimen/abc_control_padding_materialtrue@android:color/black#80fffffffalse10dpDone#ffffffff320dp4dp28dipSearch#ff616161#39000000@android:color/white7dp0.26#66009688#de00000012sp@color/material_deep_teal_20048dp#ff80cbc436dpSubmit query320dip14sp@color/bright_foreground_disabled_material_light#ffeeeeee48dp#ff00000056sp14sp95%16spCollapse#ffd6d7d7-3dp%1$s, %2$s, %3$s8dip0.3080%4dp#7fa87f#ff3030305dp#4dffffff296dp@color/bright_foreground_material_light#24000000#80bebebe180dp10dp#ffeeeeee14sp@dimen/abc_action_bar_content_inset_material40dp#ff212121@android:color/black#ffefefef22sp34sp16sp24spSearch query#ff0096886dpNavigate up3dp#80323232#ffbdbdbdMore options320dp0dp220100%320dp20sp15024dp#4Dffffff@color/bright_foreground_material_dark32dipNavigate home0.30112sp16dp0.2616dp#ff323232160dip#fff1f1f1#b3ffffff4dp#ff21272b16dpShare with@color/material_deep_teal_500%1$s, %2$s45sp@android:color/black#ffbebebe#ff757575Voice searchfalse#80000000@color/material_deep_teal_50018sp18dp#ff42424248dp65%Clear querytrue#ffbdbdbd4dp@dimen/abc_control_inset_material#ff37474f6dptrueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراکگذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینههای بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""اشتراکگذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54dip"पूर्ण""ध्वनि खोज""क्वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើសច្រើនទៀត""រួចរាល់""សម្អាតសំណួរ""ដាក់ស្នើសំណួរ""ស្វែងរកសំណួរ""ចែករំលែកជាមួយ %s""មើលទាំងអស់""ការស្វែងរកសំឡេង""រកមើលឡើងលើ""ចែករំលែកជាមួយ""រកមើលទៅដើម""ស្វែងរក""ជ្រើសកម្មវិធី""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%192dip440dp60%truetrue90%490%"ສົ່ງການຊອກຫາ""ໂຕເລືອກອື່ນ""ແບ່ງປັນກັບ %s""ລຶບຂໍ້ຄວາມຊອກຫາ""ຊອກຫາດ້ວຍສຽງ""ຂຶ້ນເທິງ""ເລືອກແອັບຯ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ""ກັບໄປໜ້າຫຼັກ""ເບິ່ງທັງຫມົດ""ແລ້ວໆ""Išvalyti užklausą""Pasirinkti programą""Pateikti užklausą""Bendrinti naudojant „%s“""Eiti į viršų""Bendrinti naudojant""Paieška balsu""Atlikta""Paieškos užklausa""Eiti į pagrindinį puslapį""Paieška""Daugiau parinkčių""Peržiūrėti viską""Skatīt visu""Izvēlieties lietotni""Pārvietoties uz sākuma ekrānu""Meklēt""Meklēšana ar balsi""Gatavs""Meklēšanas vaicājums""Kopīgot ar:""Iesniegt vaicājumu""Vairāk opciju""Pārvietoties augšup""Notīrīt vaicājumu""Kopīgot ar %s""Пребарај барање""Движи се нагоре""Поднеси барање""Види ги сите""Избери апликација""Повеќе опции""Пребарај""Сподели со""Гласовно пребарување""Готово""Движи се кон дома""Исчисти барање""ഇവരുമായി പങ്കിടുക""തിരയൽ""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""എല്ലാം കാണുക""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""കൂടുതല് ഓപ്ഷനുകള്""പൂർത്തിയാക്കി""വോയ്സ് തിരയൽ""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""അന്വേഷണം സമർപ്പിക്കുക""Хайх""Нүүр хуудас руу шилжих""Нэмэлт сонголтууд""Бүгдийг харах""Хайх асуулга""Хуваалцах""%s-тай хуваалцах""Асуулгыг цэвэрлэх""Апп сонгох""Дууссан""Дуут хайлт""Дээш шилжих""Асуулгыг илгээх""क्वेरी स्पष्ट करा""शोध""%s सह सामायिक करा""सर्व पहा""एक अॅप निवडा""वर नेव्हिगेट करा""पूर्ण झाले""क्वेरी सबमिट करा""शोध क्वेरी""यांच्यासह सामायिक करा""मुख्यपृष्ठ नेव्हिगेट करा""व्हॉइस शोध""अधिक पर्याय""Pilih apl""Selesai""Lagi pilihan""Lihat semua""Carian suara""Kongsi dengan %s""Navigasi skrin utama""Navigasi ke atas""Cari""Kongsi dengan""Pertanyaan carian""Serah pertanyaan""Kosongkan pertanyaan""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""အပေါ်သို့သွားရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""%s ကို မျှဝေပါရန်""ပိုမိုရွေးချယ်စရာများ""ရှာစရာ အချက်အလက်နေရာ""မျှဝေဖို့ ရွေးပါ""ရှာဖွေရန်""အသံဖြင့် ရှာဖွေခြင်း""မူလနေရာကို သွားရန်""Flere alternativer""Del med %s""Del med""Se alle""Slett søket""Søk""Søkeord""Velg en app""Gå til startsiden""Ferdig""Gå opp""Utfør søket""Talesøk""भ्वाइस खोजी""एउटा अनुप्रयोग छान्नुहोस्""जिज्ञासा पेस गर्नुहोस्""प्रश्न हटाउनुहोस्""जिज्ञासाको खोज गर्नुहोस्""साझेदारी गर्नुहोस्...""%s सँग साझेदारी गर्नुहोस्""सबै हेर्नुहोस्""सम्पन्न भयो""खोज्नुहोस्""गृह खोज्नुहोस्""माथि खोज्नुहोस्""थप विकल्पहरू""Meer opties""Gereed""Navigeren naar startpositie""Alles weergeven""Gesproken zoekopdracht""Zoeken""Een app selecteren""Delen met %s""Zoekopdracht""Delen met""Zoekopdracht wissen""Zoekopdracht verzenden""Omhoog navigeren""Udostępnij dla %s""Wyczyść zapytanie""Wyszukiwanie głosowe""Więcej opcji""Udostępnij dla""Gotowe""Szukaj""Przejdź do strony głównej""Wybierz aplikację""Zobacz wszystkie""Wyszukiwane hasło""Wyślij zapytanie""Przejdź wyżej"false"Limpar consulta""Mais opções""Compartilhar com %s""Enviar consulta""Navegar para cima""Concluído""Consulta de pesquisa""Navegar para a página inicial""Ver tudo""Compartilhar com""Pesquisar""Pesquisa por voz""Selecione um aplicativo""Enviar consulta""Consulta de pesquisa""Partilhar com %s""Mais opções""Partilhar com""Escolher uma aplicação""Concluído""Navegar para a página inicial""Pesquisar""Limpar consulta""Ver tudo""Pesquisa por voz""Navegar para cima""Mai multe opțiuni""Căutați""Afișați-le pe toate""Interogare de căutare""Navigați la ecranul de pornire""Alegeți o aplicaţie""Terminat""Ștergeți interogarea""Trimiteți la""Căutare vocală""Trimiteți interogarea""Trimiteți la %s""Navigați în sus""Поисковый запрос""Отправить запрос""Открыть доступ пользователю %s""Перейти на главный экран""Показать все""Голосовой поиск""Открыть доступ""Выбрать приложение""Поиск""Удалить запрос""Перейти вверх""Готово""Другие параметры""අවසාන වූ""සෙවුම් විමසුම""ඉහලට සංචාලනය කරන්න""විමසුම යොමු කරන්න""යෙදුමක් තෝරන්න""විමසුම හිස් කරන්න""සියල්ල බලන්න""සමඟ බෙදාගන්න""%s සමඟ බෙදාගන්න""ගෙදරට සංචාලනය කරන්න""සෙවීම""තවත් විකල්ප""හඬ සෙවීම""Vymazať dopyt""Hľadať""Prejsť na plochu""Zobraziť všetko""Zdieľať pomocou""Hlasové vyhľadávanie""Vyhľadávací dopyt""Zdieľať pomocou %s""Ďalšie možnosti""Prejsť hore""Odoslať dopyt""Zvoľte aplikáciu""Hotovo""Krmarjenje navzgor""Deljenje z:""Iskanje""Deljenje z""Krmarjenje domov""Glasovno iskanje""Izbira aplikacije""Iskalna poizvedba""Končano""Pošiljanje poizvedbe""Pokaži vse""Izbris poizvedbe""Več možnosti""Одлазак на Почетну""Избор апликације""Дели са апликацијом %s""Још опција""Слање упита""Гласовна претрага""Кретање нагоре""Брисање упита""Претрага""Готово""Дели са""Упит за претрагу""Прикажи све""Dela med""Visa alla""Sök""Ta bort frågan""Navigera uppåt""Fler alternativ""Dela med %s""Klart""Röstsökning""Sökfråga""Skicka fråga""Välj en app""Visa startsidan""Tafuta""Shiriki na:""Shiriki na %s""Hoja ya utafutaji""Chagua programu""Futa hoja""Nenda mwanzo""Wasilisha hoja""Tafuta kwa kutamka""Nenda juu""Nimemaliza""Chaguo zaidi""Angalia zote"580dp20dp4dp18dp64dp524dp8dp16dp"முடிந்தது""தேடல் வினவல்""மேலே வழிசெலுத்து""%s உடன் பகிர்""இதனுடன் பகிர்""முகப்பிற்கு வழிசெலுத்து""பயன்பாட்டைத் தேர்வுசெய்க""மேலும் விருப்பங்கள்""வினவலை அழி""வினவலைச் சமர்ப்பி""குரல் தேடல்""தேடு""எல்லாம் காட்டு""ప్రశ్నను క్లియర్ చేయి""వీరితో భాగస్వామ్యం చేయి""పైకి నావిగేట్ చేయండి""అనువర్తనాన్ని ఎంచుకోండి""వాయిస్ శోధన""శోధించు""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""పూర్తయింది""మరిన్ని ఎంపికలు""హోమ్కు నావిగేట్ చేయండి""ప్రశ్నని సమర్పించు""ప్రశ్న శోధించండి""ค้นหาด้วยเสียง""เสร็จสิ้น""นำทางไปหน้าแรก""แชร์กับ""แชร์กับ %s""ส่งข้อความค้นหา""นำทางขึ้น""ตัวเลือกอื่น""ดูทั้งหมด""ข้อความค้นหา""ค้นหา""เลือกแอป""ล้างข้อความค้นหา""Ibahagi sa/kay %s""Tapos na""Mag-navigate patungo sa home""Paghahanap gamit ang boses""Ibahagi sa/kay""Pumili ng isang app""Mag-navigate pataas""Isumite ang query""Maghanap""Tingnan lahat""I-clear ang query""Higit pang mga opsyon""Query sa paghahanap""Bir uygulama seçin""Sorguyu temizle""Şununla paylaş""Yukarı git""Diğer seçenekler""Tamamlandı""Sorguyu gönder""%s ile paylaş""Arama sorgusu""Sesli arama""Tümünü göster""Ana ekrana git""Ara""Пошуковий запит""Вибрати програму""Пошук""Переглянути всі""Голосовий пошук""Надіслати через %s""Перейти на головний""Інші опції""Очистити запит""Готово""Надіслати запит""Надіслати через""Перейти вгору""استفسار صاف کریں""استفسار جمع کرائیں""اشتراک کریں مع""اوپر نیویگیٹ کریں""ہوم پر نیویگیٹ کریں""صوتی تلاش""مزید اختیارات""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""ایک ایپ منتخب کریں""سبھی دیکھیں""تلاش کریں""ہو گیا""So‘rovni izlash""Yuqoriga o‘tish""So‘rovni tozalash""Tayyor""Ovozli qidiruv""Dastur tanlang""Boshiga o‘tish""Izlash""So‘rov yaratish""Qo‘shimcha sozlamalar""Barchasini ko‘rish""Bo‘lishish:"0px"Gửi truy vấn""Xóa truy vấn""Chọn một ứng dụng""Chia sẻ với %s""Thêm tùy chọn""Xong""Tìm kiếm bằng giọng nói""Xem tất cả""Tìm kiếm""Tìm kiếm truy vấn""Chia sẻ với""Điều hướng lên trên""Điều hướng về trang chủ"3truetrue45192dipfalse256dip50%false192dip70%560%90%"提交查询""转到上一层级""更多选项""语音搜索""转到主屏幕""分享方式""搜索""选择应用""查看全部""搜索查询""完成""清除查询""通过%s分享""清除查詢""更多選項""提交查詢""與「%s」分享""向上瀏覽""語音搜尋""顯示全部""選擇應用程式""搜尋""完成""搜尋查詢""分享對象""瀏覽主頁""提交查詢""選擇分享對象""查看全部""選擇應用程式""清除查詢""更多選項""與「%s」分享""搜尋""搜尋查詢""語音搜尋""向上瀏覽""瀏覽首頁""完成""Hambisa umbuzo""Yabelana no-%s""Izinketho eziningi""Kwenziwe""Umbuzo wosesho""Zulazulela phezulu""Sula inkinga""Sesha""Yabelana no-""Ukusesha ngezwi""Khetha uhlelo lokusebenza""Zulazulela ekhaya""Buka konke"SkipTutorialViewGot It
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/mergeResources/release/merger.xml b/tutorial_view/build/intermediates/incremental/mergeResources/release/merger.xml
new file mode 100644
index 0000000..51c01a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeResources/release/merger.xml
@@ -0,0 +1,1336 @@
+
+20dp14sptrue56dp@android:color/black8dp#ff2632382dp16dpSee all8dp#8a000000Share with %s48dp#1f000000Choose an app#36ffffff@color/material_deep_teal_200#6680cbc4#ff5a595bfalse@dimen/abc_control_padding_materialtrue@android:color/black#80fffffffalse10dpDone#ffffffff320dp4dp28dipSearch#ff616161#39000000@android:color/white7dp0.26#66009688#de00000012sp@color/material_deep_teal_20048dp#ff80cbc436dpSubmit query320dip14sp@color/bright_foreground_disabled_material_light#ffeeeeee48dp#ff00000056sp14sp95%16spCollapse#ffd6d7d7-3dp%1$s, %2$s, %3$s8dip0.3080%4dp#7fa87f#ff3030305dp#4dffffff296dp@color/bright_foreground_material_light#24000000#80bebebe180dp10dp#ffeeeeee14sp@dimen/abc_action_bar_content_inset_material40dp#ff212121@android:color/black#ffefefef22sp34sp16sp24spSearch query#ff0096886dpNavigate up3dp#80323232#ffbdbdbdMore options320dp0dp220100%320dp20sp15024dp#4Dffffff@color/bright_foreground_material_dark32dipNavigate home0.30112sp16dp0.2616dp#ff323232160dip#fff1f1f1#b3ffffff4dp#ff21272b16dpShare with@color/material_deep_teal_500%1$s, %2$s45sp@android:color/black#ffbebebe#ff757575Voice searchfalse#80000000@color/material_deep_teal_50018sp18dp#ff42424248dp65%Clear querytrue#ffbdbdbd4dp@dimen/abc_control_inset_material#ff37474f6dptrueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراکگذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینههای بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""اشتراکگذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54dip"पूर्ण""ध्वनि खोज""क्वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើសច្រើនទៀត""រួចរាល់""សម្អាតសំណួរ""ដាក់ស្នើសំណួរ""ស្វែងរកសំណួរ""ចែករំលែកជាមួយ %s""មើលទាំងអស់""ការស្វែងរកសំឡេង""រកមើលឡើងលើ""ចែករំលែកជាមួយ""រកមើលទៅដើម""ស្វែងរក""ជ្រើសកម្មវិធី""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%192dip440dp60%truetrue90%490%"ສົ່ງການຊອກຫາ""ໂຕເລືອກອື່ນ""ແບ່ງປັນກັບ %s""ລຶບຂໍ້ຄວາມຊອກຫາ""ຊອກຫາດ້ວຍສຽງ""ຂຶ້ນເທິງ""ເລືອກແອັບຯ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ""ກັບໄປໜ້າຫຼັກ""ເບິ່ງທັງຫມົດ""ແລ້ວໆ""Išvalyti užklausą""Pasirinkti programą""Pateikti užklausą""Bendrinti naudojant „%s“""Eiti į viršų""Bendrinti naudojant""Paieška balsu""Atlikta""Paieškos užklausa""Eiti į pagrindinį puslapį""Paieška""Daugiau parinkčių""Peržiūrėti viską""Skatīt visu""Izvēlieties lietotni""Pārvietoties uz sākuma ekrānu""Meklēt""Meklēšana ar balsi""Gatavs""Meklēšanas vaicājums""Kopīgot ar:""Iesniegt vaicājumu""Vairāk opciju""Pārvietoties augšup""Notīrīt vaicājumu""Kopīgot ar %s""Пребарај барање""Движи се нагоре""Поднеси барање""Види ги сите""Избери апликација""Повеќе опции""Пребарај""Сподели со""Гласовно пребарување""Готово""Движи се кон дома""Исчисти барање""ഇവരുമായി പങ്കിടുക""തിരയൽ""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""എല്ലാം കാണുക""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""കൂടുതല് ഓപ്ഷനുകള്""പൂർത്തിയാക്കി""വോയ്സ് തിരയൽ""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""അന്വേഷണം സമർപ്പിക്കുക""Хайх""Нүүр хуудас руу шилжих""Нэмэлт сонголтууд""Бүгдийг харах""Хайх асуулга""Хуваалцах""%s-тай хуваалцах""Асуулгыг цэвэрлэх""Апп сонгох""Дууссан""Дуут хайлт""Дээш шилжих""Асуулгыг илгээх""क्वेरी स्पष्ट करा""शोध""%s सह सामायिक करा""सर्व पहा""एक अॅप निवडा""वर नेव्हिगेट करा""पूर्ण झाले""क्वेरी सबमिट करा""शोध क्वेरी""यांच्यासह सामायिक करा""मुख्यपृष्ठ नेव्हिगेट करा""व्हॉइस शोध""अधिक पर्याय""Pilih apl""Selesai""Lagi pilihan""Lihat semua""Carian suara""Kongsi dengan %s""Navigasi skrin utama""Navigasi ke atas""Cari""Kongsi dengan""Pertanyaan carian""Serah pertanyaan""Kosongkan pertanyaan""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""အပေါ်သို့သွားရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""%s ကို မျှဝေပါရန်""ပိုမိုရွေးချယ်စရာများ""ရှာစရာ အချက်အလက်နေရာ""မျှဝေဖို့ ရွေးပါ""ရှာဖွေရန်""အသံဖြင့် ရှာဖွေခြင်း""မူလနေရာကို သွားရန်""Flere alternativer""Del med %s""Del med""Se alle""Slett søket""Søk""Søkeord""Velg en app""Gå til startsiden""Ferdig""Gå opp""Utfør søket""Talesøk""भ्वाइस खोजी""एउटा अनुप्रयोग छान्नुहोस्""जिज्ञासा पेस गर्नुहोस्""प्रश्न हटाउनुहोस्""जिज्ञासाको खोज गर्नुहोस्""साझेदारी गर्नुहोस्...""%s सँग साझेदारी गर्नुहोस्""सबै हेर्नुहोस्""सम्पन्न भयो""खोज्नुहोस्""गृह खोज्नुहोस्""माथि खोज्नुहोस्""थप विकल्पहरू""Meer opties""Gereed""Navigeren naar startpositie""Alles weergeven""Gesproken zoekopdracht""Zoeken""Een app selecteren""Delen met %s""Zoekopdracht""Delen met""Zoekopdracht wissen""Zoekopdracht verzenden""Omhoog navigeren""Udostępnij dla %s""Wyczyść zapytanie""Wyszukiwanie głosowe""Więcej opcji""Udostępnij dla""Gotowe""Szukaj""Przejdź do strony głównej""Wybierz aplikację""Zobacz wszystkie""Wyszukiwane hasło""Wyślij zapytanie""Przejdź wyżej"false"Limpar consulta""Mais opções""Compartilhar com %s""Enviar consulta""Navegar para cima""Concluído""Consulta de pesquisa""Navegar para a página inicial""Ver tudo""Compartilhar com""Pesquisar""Pesquisa por voz""Selecione um aplicativo""Enviar consulta""Consulta de pesquisa""Partilhar com %s""Mais opções""Partilhar com""Escolher uma aplicação""Concluído""Navegar para a página inicial""Pesquisar""Limpar consulta""Ver tudo""Pesquisa por voz""Navegar para cima""Mai multe opțiuni""Căutați""Afișați-le pe toate""Interogare de căutare""Navigați la ecranul de pornire""Alegeți o aplicaţie""Terminat""Ștergeți interogarea""Trimiteți la""Căutare vocală""Trimiteți interogarea""Trimiteți la %s""Navigați în sus""Поисковый запрос""Отправить запрос""Открыть доступ пользователю %s""Перейти на главный экран""Показать все""Голосовой поиск""Открыть доступ""Выбрать приложение""Поиск""Удалить запрос""Перейти вверх""Готово""Другие параметры""අවසාන වූ""සෙවුම් විමසුම""ඉහලට සංචාලනය කරන්න""විමසුම යොමු කරන්න""යෙදුමක් තෝරන්න""විමසුම හිස් කරන්න""සියල්ල බලන්න""සමඟ බෙදාගන්න""%s සමඟ බෙදාගන්න""ගෙදරට සංචාලනය කරන්න""සෙවීම""තවත් විකල්ප""හඬ සෙවීම""Vymazať dopyt""Hľadať""Prejsť na plochu""Zobraziť všetko""Zdieľať pomocou""Hlasové vyhľadávanie""Vyhľadávací dopyt""Zdieľať pomocou %s""Ďalšie možnosti""Prejsť hore""Odoslať dopyt""Zvoľte aplikáciu""Hotovo""Krmarjenje navzgor""Deljenje z:""Iskanje""Deljenje z""Krmarjenje domov""Glasovno iskanje""Izbira aplikacije""Iskalna poizvedba""Končano""Pošiljanje poizvedbe""Pokaži vse""Izbris poizvedbe""Več možnosti""Одлазак на Почетну""Избор апликације""Дели са апликацијом %s""Још опција""Слање упита""Гласовна претрага""Кретање нагоре""Брисање упита""Претрага""Готово""Дели са""Упит за претрагу""Прикажи све""Dela med""Visa alla""Sök""Ta bort frågan""Navigera uppåt""Fler alternativ""Dela med %s""Klart""Röstsökning""Sökfråga""Skicka fråga""Välj en app""Visa startsidan""Tafuta""Shiriki na:""Shiriki na %s""Hoja ya utafutaji""Chagua programu""Futa hoja""Nenda mwanzo""Wasilisha hoja""Tafuta kwa kutamka""Nenda juu""Nimemaliza""Chaguo zaidi""Angalia zote"580dp20dp4dp18dp64dp524dp8dp16dp"முடிந்தது""தேடல் வினவல்""மேலே வழிசெலுத்து""%s உடன் பகிர்""இதனுடன் பகிர்""முகப்பிற்கு வழிசெலுத்து""பயன்பாட்டைத் தேர்வுசெய்க""மேலும் விருப்பங்கள்""வினவலை அழி""வினவலைச் சமர்ப்பி""குரல் தேடல்""தேடு""எல்லாம் காட்டு""ప్రశ్నను క్లియర్ చేయి""వీరితో భాగస్వామ్యం చేయి""పైకి నావిగేట్ చేయండి""అనువర్తనాన్ని ఎంచుకోండి""వాయిస్ శోధన""శోధించు""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""పూర్తయింది""మరిన్ని ఎంపికలు""హోమ్కు నావిగేట్ చేయండి""ప్రశ్నని సమర్పించు""ప్రశ్న శోధించండి""ค้นหาด้วยเสียง""เสร็จสิ้น""นำทางไปหน้าแรก""แชร์กับ""แชร์กับ %s""ส่งข้อความค้นหา""นำทางขึ้น""ตัวเลือกอื่น""ดูทั้งหมด""ข้อความค้นหา""ค้นหา""เลือกแอป""ล้างข้อความค้นหา""Ibahagi sa/kay %s""Tapos na""Mag-navigate patungo sa home""Paghahanap gamit ang boses""Ibahagi sa/kay""Pumili ng isang app""Mag-navigate pataas""Isumite ang query""Maghanap""Tingnan lahat""I-clear ang query""Higit pang mga opsyon""Query sa paghahanap""Bir uygulama seçin""Sorguyu temizle""Şununla paylaş""Yukarı git""Diğer seçenekler""Tamamlandı""Sorguyu gönder""%s ile paylaş""Arama sorgusu""Sesli arama""Tümünü göster""Ana ekrana git""Ara""Пошуковий запит""Вибрати програму""Пошук""Переглянути всі""Голосовий пошук""Надіслати через %s""Перейти на головний""Інші опції""Очистити запит""Готово""Надіслати запит""Надіслати через""Перейти вгору""استفسار صاف کریں""استفسار جمع کرائیں""اشتراک کریں مع""اوپر نیویگیٹ کریں""ہوم پر نیویگیٹ کریں""صوتی تلاش""مزید اختیارات""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""ایک ایپ منتخب کریں""سبھی دیکھیں""تلاش کریں""ہو گیا""So‘rovni izlash""Yuqoriga o‘tish""So‘rovni tozalash""Tayyor""Ovozli qidiruv""Dastur tanlang""Boshiga o‘tish""Izlash""So‘rov yaratish""Qo‘shimcha sozlamalar""Barchasini ko‘rish""Bo‘lishish:"0px"Gửi truy vấn""Xóa truy vấn""Chọn một ứng dụng""Chia sẻ với %s""Thêm tùy chọn""Xong""Tìm kiếm bằng giọng nói""Xem tất cả""Tìm kiếm""Tìm kiếm truy vấn""Chia sẻ với""Điều hướng lên trên""Điều hướng về trang chủ"3truetrue45192dipfalse256dip50%false192dip70%560%90%"提交查询""转到上一层级""更多选项""语音搜索""转到主屏幕""分享方式""搜索""选择应用""查看全部""搜索查询""完成""清除查询""通过%s分享""清除查詢""更多選項""提交查詢""與「%s」分享""向上瀏覽""語音搜尋""顯示全部""選擇應用程式""搜尋""完成""搜尋查詢""分享對象""瀏覽主頁""提交查詢""選擇分享對象""查看全部""選擇應用程式""清除查詢""更多選項""與「%s」分享""搜尋""搜尋查詢""語音搜尋""向上瀏覽""瀏覽首頁""完成""Hambisa umbuzo""Yabelana no-%s""Izinketho eziningi""Kwenziwe""Umbuzo wosesho""Zulazulela phezulu""Sula inkinga""Sesha""Yabelana no-""Ukusesha ngezwi""Khetha uhlelo lokusebenza""Zulazulela ekhaya""Buka konke"SkipTutorialViewGot It
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/mergeResources/test/debug/merger.xml b/tutorial_view/build/intermediates/incremental/mergeResources/test/debug/merger.xml
new file mode 100644
index 0000000..f71d375
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/mergeResources/test/debug/merger.xml
@@ -0,0 +1,1336 @@
+
+20dp14sptrue56dp@android:color/black8dp#ff2632382dp16dpSee all8dp#8a000000Share with %s48dp#1f000000Choose an app#36ffffff@color/material_deep_teal_200#6680cbc4#ff5a595bfalse@dimen/abc_control_padding_materialtrue@android:color/black#80fffffffalse10dpDone#ffffffff320dp4dp28dipSearch#ff616161#39000000@android:color/white7dp0.26#66009688#de00000012sp@color/material_deep_teal_20048dp#ff80cbc436dpSubmit query320dip14sp@color/bright_foreground_disabled_material_light#ffeeeeee48dp#ff00000056sp14sp95%16spCollapse#ffd6d7d7-3dp%1$s, %2$s, %3$s8dip0.3080%4dp#7fa87f#ff3030305dp#4dffffff296dp@color/bright_foreground_material_light#24000000#80bebebe180dp10dp#ffeeeeee14sp@dimen/abc_action_bar_content_inset_material40dp#ff212121@android:color/black#ffefefef22sp34sp16sp24spSearch query#ff0096886dpNavigate up3dp#80323232#ffbdbdbdMore options320dp0dp220100%320dp20sp15024dp#4Dffffff@color/bright_foreground_material_dark32dipNavigate home0.30112sp16dp0.2616dp#ff323232160dip#fff1f1f1#b3ffffff4dp#ff21272b16dpShare with@color/material_deep_teal_500%1$s, %2$s45sp@android:color/black#ffbebebe#ff757575Voice searchfalse#80000000@color/material_deep_teal_50018sp18dp#ff42424248dp65%Clear querytrue#ffbdbdbd4dp@dimen/abc_control_inset_material#ff37474f6dptrueSearch…@color/bright_foreground_disabled_material_dark"Soeknavraag""Sien alles""Deel met""Kies \'n program""Soek""Stemsoektog""Deel met %s""Navigeer tuis""Nog opsies""Vee navraag uit""Klaar""Dien navraag in""Navigeer op""መጠይቅ ያስረክቡ""የድምፅ ፍለጋ""ከሚከተለው ጋር ያጋሩ""ወደ መነሻ ይዳስሱ""መተግበሪያ ይምረጡ""መጠይቅ አጽዳ""ተጨማሪ አማራጮች""የፍለጋ ጥያቄ""ወደ ላይ ይዳስሱ""ከ%s ጋር ያጋሩ""ተከናውኗል""ፍለጋ""ሁሉንም ይመልከቱ""محو طلب البحث""خيارات إضافية""التنقل إلى أعلى""تم""إرسال طلب البحث""طلب البحث""اختيار تطبيق""التنقل إلى الشاشة الرئيسية""مشاركة مع %s""البحث الصوتي""بحث""مشاركة مع""عرض الكل""Търсене""Още опции""Заявка за търсене""Изчистване на заявката""Готово""Споделяне със: %s""Изпращане на заявката""Изберете приложение""Гласово търсене""Придвижване нагоре""Придвижване към „Начало“""Вижте всички""Споделяне със:""হোম এ নেভিগেট করুন""একটি অ্যাপ্লিকেশান চয়ন করুন""উপরের দিকে নেভিগেট করুন""ক্যোয়ারী সাফ করুন""এর সাথে ভাগ করুন""ক্যোয়ারী জমা দিন""%s এর সাথে ভাগ করুন""ক্যোয়ারী অনুসন্ধান করুন""আরো বিকল্প""সবগুলো দেখুন""সম্পন্ন হয়েছে""অনুসন্ধান করুন""ভয়েস অনুসন্ধান""Selecciona una aplicació""Esborra la consulta""Envia la consulta""Navega cap a dalt""Comparteix amb""Navega a la pàgina d\'inici""Mostra\'ls tots""Comparteix amb %s""Consulta de cerca""Cerca""Fet""Cerca per veu""Més opcions""Sdílet pomocí %s""Hledat""Zobrazit vše""Hlasové vyhledávání""Přejít na plochu""Odeslat dotaz""Sdílet pomocí""Hotovo""Více možností""Smazat dotaz""Přejít nahoru""Vyhledávací dotaz""Vybrat aplikaci""Vælg en app""Indsend forespørgslen""Ryd forespørgslen""Søgeforespørgsel""Naviger hjem""Se alle""Søg""Del med""Naviger op""Luk""Del med %s""Flere muligheder""Stemmesøgning""Sprachsuche""Weitere Optionen""Suchanfrage löschen""Suchanfrage""Alle ansehen""Fertig""Zur Startseite""Freigeben für""Suchen""Freigeben für %s""Nach oben""App auswählen""Suchanfrage senden""Φωνητική αναζήτηση""Κοινή χρήση με %s""Υποβολή ερωτήματος""Κοινή χρήση με""Επιλέξτε κάποια εφαρμογή""Διαγραφή ερωτήματος""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Πλοήγηση στην αρχική σελίδα""Ερώτημα αναζήτησης""Προβολή όλων""Αναζήτηση""Voice search""Submit query""See all""Clear query""Navigate home""Finished""More options""Search""Search query""Navigate up""Share with""Choose an app""Share with %s""Navigate home""Finished""See all""Voice search""Search""Choose an app""Clear query""Navigate up""Share with %s""More options""Submit query""Share with""Search query""Buscar""Ver todo""Consulta""Borrar consulta""Seleccionar una aplicación""Enviar consulta""Ir a la pantalla de inicio""Compartir con %s""Desplazarse hacia arriba""Búsqueda por voz""Listo""Más opciones""Compartir con""Navegar a la página principal""Elige una aplicación.""Navegar hacia arriba""Búsqueda por voz""Consulta de búsqueda""Enviar consulta""Compartir con""Listo""Compartir con %s""Más opciones""Eliminar la consulta""Ver todo""Búsqueda""Päringu tühistamine""Navigeerimine avaekraanile""Valmis""Jagamine kasutajaga %s""Päringu esitamine""Jagamine:""Rohkem valikuid""Otsingupäring""Kuva kõik""Otsing""Valige rakendus""Navigeerimine üles""Häälotsing""Bilatu""Joan orri nagusira""Garbitu kontsulta""Partekatu hauekin""Aukera gehiago""Partekatu %s erabiltzailearekin""Bilaketa-kontsulta""Bidali kontsulta""Ahots bidezko bilaketa""Joan gora""Eginda""Aukeratu aplikazio bat""Ikusi guztiak""اشتراکگذاری با""انتخاب برنامه""ارسال عبارت جستجو""پیمایش به صفحه اصلی""گزینههای بیشتر""جستجو""جستجوی شفاهی""عبارت جستجو""اشتراکگذاری با %s""پیمایش به بالا""مشاهده همه""انجام شد""پاک کردن عبارت جستجو""Valmis""Lähetä kysely""Jakaminen:""Siirry ylös""Siirry etusivulle""Valitse sovellus""Lisää""Näytä kaikki""Haku""Tyhjennä kysely""Puhehaku""Hakulauseke""Jakaminen: %s""Tout afficher""Partager avec""Rechercher""Sélectionner une application""Envoyer la requête""Revenir à l\'accueil""Plus d\'options""OK""Requête de recherche""Revenir en haut de la page""Partager avec %s""Effacer la requête""Recherche vocale""Revenir à l\'accueil""Partager avec %s""Terminé""Sélectionnez une application""Rechercher""Recherche vocale""Partager avec""Voir toutes les chaînes""Effacer la requête""Envoyer la requête""Requête de recherche""Plus d\'options""Revenir en haut de la page""Consulta de busca""Buscar""Compartir con %s""Desprazarse cara arriba""Borrar consulta""Feito""Enviar consulta""Máis opcións""Compartir con""Ver todas""Ir á páxina de inicio""Busca de voz""Escoller unha aplicación"54dip"पूर्ण""ध्वनि खोज""क्वेरी साफ़ करें""%s के साथ साझा करें""अधिक विकल्प""कोई एप्लिकेशन चुनें""सभी देखें""खोज क्वेरी""मुखपृष्ठ पर नेविगेट करें""खोजें""इसके द्वारा साझा करें""ऊपर नेविगेट करें""क्वेरी सबमिट करें""Gotovo""Prikaži sve""Odabir aplikacije""Idi na početnu""Pretraživanje""Dodatne opcije""Glasovno pretraživanje""Dijeljenje sa: %s""Upit za pretraživanje""Dijeljenje sa""Pošalji upit""Idi gore""Izbriši upit""Lekérdezés küldése""Ugrás a főoldalra""Lekérdezés törlése""Megosztás a következővel: %s""Hangalapú keresés""Kész""További lehetőségek""Megosztás a következővel:""Összes megtekintése""Felfelé mozgatás""Válasszon ki egy alkalmazást""Keresés""Keresési lekérdezés""Ուղարկել հարցումը""Տարածել""Տեսնել բոլորը""Այլ ընտրանքներ""Ուղղվել տուն""Կատարված է""Որոնել""Մաքրել հարցումը""Ձայնային որոնում""Ուղղվել վերև""Որոնման հարցում""Ընտրել ծրագիր""Տարածել ըստ %s""Navigasi ke beranda""Lihat semua""Bagikan dengan %s""Navigasi naik""Telusuri""Bagikan dengan""Opsi lain""Pilih aplikasi""Penelusuran suara""Selesai""Hapus kueri""Kirim kueri""Kueri penelusuran""Leita""Fara heim""Leitarfyrirspurn""Deila með""Raddleit""Fleiri valkostir""Hreinsa fyrirspurn""Deila með %s""Senda fyrirspurn""Sjá allt""Lokið""Fara upp""Veldu forrit""Scegli un\'applicazione""Ricerca vocale""Cancella query""Altre opzioni""Fine""Condividi con %s""Visualizza tutte""Vai in alto""Cerca""Invia query""Condividi con""Query di ricerca""Vai alla home page""מחק שאילתה""חפש""בחר אפליקציה""ראה הכול""שתף עם %s""עוד אפשרויות""בוצע""שלח שאילתה""שאילתת חיפוש""נווט לדף הבית""חיפוש קולי""שתף עם""נווט למעלה""アプリの選択""検索キーワードを削除""共有""検索キーワードを送信""上へ移動""%sと共有""すべて表示""その他のオプション""検索キーワード""検索""完了""音声検索""ホームへ移動""მოთხოვნის გადაგზავნა""ხმოვანი ძიება""მოთხოვნის გასუფთავება""გაზიარება:""მეტი ვარიანტები""%s-თან გაზიარება""მთავარზე ნავიგაცია""დასრულდა""ძიება""ზემოთ ნავიგაცია""ყველას ნახვა""აპის არჩევა""ძიების მოთხოვნა""Сұрақты іздеу""Іздеу""Орындалды""%s бөлісу""Дауыс арқылы іздеу""Жоғары қозғалу""Сұрақты жіберу""Бөлісу""Сұрақты жою""Басқа опциялар""Қолданбаны таңдау""Барлығын көру""Негізгі бетте қозғалу""ជម្រើសច្រើនទៀត""រួចរាល់""សម្អាតសំណួរ""ដាក់ស្នើសំណួរ""ស្វែងរកសំណួរ""ចែករំលែកជាមួយ %s""មើលទាំងអស់""ការស្វែងរកសំឡេង""រកមើលឡើងលើ""ចែករំលែកជាមួយ""រកមើលទៅដើម""ស្វែងរក""ជ្រើសកម្មវិធី""ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ""ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಹುಡುಕು""ಮುಗಿದಿದೆ""ಎಲ್ಲವನ್ನೂ ನೋಡಿ""ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ""ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು""ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ""ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ""ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು""ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು""ಧ್ವನಿ ಹುಡುಕಾಟ""옵션 더보기""검색""%s와(과) 공유""검색어""위로 탐색""검색어 삭제""음성 검색""검색어 보내기""공유 대상""완료""홈 탐색""전체 보기""앱 선택""Бөлүшүү""Издөө талаптары""%s аркылуу бөлүшүү""Колдонмо тандоо""Издөө""Үйгө багыттоо""Үн аркылуу издөө""Бардыгын көрүү""Талаптарды тазалоо""Талап жөнөтүү""Даяр""Көбүрөөк мүмкүнчүлүктөр""Жогору"32dp14dptrue48dp12dp0dptrue60%192dip440dp60%truetrue90%490%"ສົ່ງການຊອກຫາ""ໂຕເລືອກອື່ນ""ແບ່ງປັນກັບ %s""ລຶບຂໍ້ຄວາມຊອກຫາ""ຊອກຫາດ້ວຍສຽງ""ຂຶ້ນເທິງ""ເລືອກແອັບຯ""ຊອກຫາ""ຊອກຫາ""ແບ່ງປັນກັບ""ກັບໄປໜ້າຫຼັກ""ເບິ່ງທັງຫມົດ""ແລ້ວໆ""Išvalyti užklausą""Pasirinkti programą""Pateikti užklausą""Bendrinti naudojant „%s“""Eiti į viršų""Bendrinti naudojant""Paieška balsu""Atlikta""Paieškos užklausa""Eiti į pagrindinį puslapį""Paieška""Daugiau parinkčių""Peržiūrėti viską""Skatīt visu""Izvēlieties lietotni""Pārvietoties uz sākuma ekrānu""Meklēt""Meklēšana ar balsi""Gatavs""Meklēšanas vaicājums""Kopīgot ar:""Iesniegt vaicājumu""Vairāk opciju""Pārvietoties augšup""Notīrīt vaicājumu""Kopīgot ar %s""Пребарај барање""Движи се нагоре""Поднеси барање""Види ги сите""Избери апликација""Повеќе опции""Пребарај""Сподели со""Гласовно пребарување""Готово""Движи се кон дома""Исчисти барање""ഇവരുമായി പങ്കിടുക""തിരയൽ""തിരയൽ അന്വേഷണം""%s എന്നതുമായി പങ്കിടുക""മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക""എല്ലാം കാണുക""ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക""കൂടുതല് ഓപ്ഷനുകള്""പൂർത്തിയാക്കി""വോയ്സ് തിരയൽ""ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക""അന്വേഷണം മായ്ക്കുക""അന്വേഷണം സമർപ്പിക്കുക""Хайх""Нүүр хуудас руу шилжих""Нэмэлт сонголтууд""Бүгдийг харах""Хайх асуулга""Хуваалцах""%s-тай хуваалцах""Асуулгыг цэвэрлэх""Апп сонгох""Дууссан""Дуут хайлт""Дээш шилжих""Асуулгыг илгээх""क्वेरी स्पष्ट करा""शोध""%s सह सामायिक करा""सर्व पहा""एक अॅप निवडा""वर नेव्हिगेट करा""पूर्ण झाले""क्वेरी सबमिट करा""शोध क्वेरी""यांच्यासह सामायिक करा""मुख्यपृष्ठ नेव्हिगेट करा""व्हॉइस शोध""अधिक पर्याय""Pilih apl""Selesai""Lagi pilihan""Lihat semua""Carian suara""Kongsi dengan %s""Navigasi skrin utama""Navigasi ke atas""Cari""Kongsi dengan""Pertanyaan carian""Serah pertanyaan""Kosongkan pertanyaan""ပြီးဆုံးပါပြီ""အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ""ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်""အားလုံးကို ကြည့်ရန်""အပေါ်သို့သွားရန်""ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်""%s ကို မျှဝေပါရန်""ပိုမိုရွေးချယ်စရာများ""ရှာစရာ အချက်အလက်နေရာ""မျှဝေဖို့ ရွေးပါ""ရှာဖွေရန်""အသံဖြင့် ရှာဖွေခြင်း""မူလနေရာကို သွားရန်""Flere alternativer""Del med %s""Del med""Se alle""Slett søket""Søk""Søkeord""Velg en app""Gå til startsiden""Ferdig""Gå opp""Utfør søket""Talesøk""भ्वाइस खोजी""एउटा अनुप्रयोग छान्नुहोस्""जिज्ञासा पेस गर्नुहोस्""प्रश्न हटाउनुहोस्""जिज्ञासाको खोज गर्नुहोस्""साझेदारी गर्नुहोस्...""%s सँग साझेदारी गर्नुहोस्""सबै हेर्नुहोस्""सम्पन्न भयो""खोज्नुहोस्""गृह खोज्नुहोस्""माथि खोज्नुहोस्""थप विकल्पहरू""Meer opties""Gereed""Navigeren naar startpositie""Alles weergeven""Gesproken zoekopdracht""Zoeken""Een app selecteren""Delen met %s""Zoekopdracht""Delen met""Zoekopdracht wissen""Zoekopdracht verzenden""Omhoog navigeren""Udostępnij dla %s""Wyczyść zapytanie""Wyszukiwanie głosowe""Więcej opcji""Udostępnij dla""Gotowe""Szukaj""Przejdź do strony głównej""Wybierz aplikację""Zobacz wszystkie""Wyszukiwane hasło""Wyślij zapytanie""Przejdź wyżej"false"Limpar consulta""Mais opções""Compartilhar com %s""Enviar consulta""Navegar para cima""Concluído""Consulta de pesquisa""Navegar para a página inicial""Ver tudo""Compartilhar com""Pesquisar""Pesquisa por voz""Selecione um aplicativo""Enviar consulta""Consulta de pesquisa""Partilhar com %s""Mais opções""Partilhar com""Escolher uma aplicação""Concluído""Navegar para a página inicial""Pesquisar""Limpar consulta""Ver tudo""Pesquisa por voz""Navegar para cima""Mai multe opțiuni""Căutați""Afișați-le pe toate""Interogare de căutare""Navigați la ecranul de pornire""Alegeți o aplicaţie""Terminat""Ștergeți interogarea""Trimiteți la""Căutare vocală""Trimiteți interogarea""Trimiteți la %s""Navigați în sus""Поисковый запрос""Отправить запрос""Открыть доступ пользователю %s""Перейти на главный экран""Показать все""Голосовой поиск""Открыть доступ""Выбрать приложение""Поиск""Удалить запрос""Перейти вверх""Готово""Другие параметры""අවසාන වූ""සෙවුම් විමසුම""ඉහලට සංචාලනය කරන්න""විමසුම යොමු කරන්න""යෙදුමක් තෝරන්න""විමසුම හිස් කරන්න""සියල්ල බලන්න""සමඟ බෙදාගන්න""%s සමඟ බෙදාගන්න""ගෙදරට සංචාලනය කරන්න""සෙවීම""තවත් විකල්ප""හඬ සෙවීම""Vymazať dopyt""Hľadať""Prejsť na plochu""Zobraziť všetko""Zdieľať pomocou""Hlasové vyhľadávanie""Vyhľadávací dopyt""Zdieľať pomocou %s""Ďalšie možnosti""Prejsť hore""Odoslať dopyt""Zvoľte aplikáciu""Hotovo""Krmarjenje navzgor""Deljenje z:""Iskanje""Deljenje z""Krmarjenje domov""Glasovno iskanje""Izbira aplikacije""Iskalna poizvedba""Končano""Pošiljanje poizvedbe""Pokaži vse""Izbris poizvedbe""Več možnosti""Одлазак на Почетну""Избор апликације""Дели са апликацијом %s""Још опција""Слање упита""Гласовна претрага""Кретање нагоре""Брисање упита""Претрага""Готово""Дели са""Упит за претрагу""Прикажи све""Dela med""Visa alla""Sök""Ta bort frågan""Navigera uppåt""Fler alternativ""Dela med %s""Klart""Röstsökning""Sökfråga""Skicka fråga""Välj en app""Visa startsidan""Tafuta""Shiriki na:""Shiriki na %s""Hoja ya utafutaji""Chagua programu""Futa hoja""Nenda mwanzo""Wasilisha hoja""Tafuta kwa kutamka""Nenda juu""Nimemaliza""Chaguo zaidi""Angalia zote"580dp20dp4dp18dp64dp524dp8dp16dp"முடிந்தது""தேடல் வினவல்""மேலே வழிசெலுத்து""%s உடன் பகிர்""இதனுடன் பகிர்""முகப்பிற்கு வழிசெலுத்து""பயன்பாட்டைத் தேர்வுசெய்க""மேலும் விருப்பங்கள்""வினவலை அழி""வினவலைச் சமர்ப்பி""குரல் தேடல்""தேடு""எல்லாம் காட்டு""ప్రశ్నను క్లియర్ చేయి""వీరితో భాగస్వామ్యం చేయి""పైకి నావిగేట్ చేయండి""అనువర్తనాన్ని ఎంచుకోండి""వాయిస్ శోధన""శోధించు""%sతో భాగస్వామ్యం చేయి""అన్నీ చూడండి""పూర్తయింది""మరిన్ని ఎంపికలు""హోమ్కు నావిగేట్ చేయండి""ప్రశ్నని సమర్పించు""ప్రశ్న శోధించండి""ค้นหาด้วยเสียง""เสร็จสิ้น""นำทางไปหน้าแรก""แชร์กับ""แชร์กับ %s""ส่งข้อความค้นหา""นำทางขึ้น""ตัวเลือกอื่น""ดูทั้งหมด""ข้อความค้นหา""ค้นหา""เลือกแอป""ล้างข้อความค้นหา""Ibahagi sa/kay %s""Tapos na""Mag-navigate patungo sa home""Paghahanap gamit ang boses""Ibahagi sa/kay""Pumili ng isang app""Mag-navigate pataas""Isumite ang query""Maghanap""Tingnan lahat""I-clear ang query""Higit pang mga opsyon""Query sa paghahanap""Bir uygulama seçin""Sorguyu temizle""Şununla paylaş""Yukarı git""Diğer seçenekler""Tamamlandı""Sorguyu gönder""%s ile paylaş""Arama sorgusu""Sesli arama""Tümünü göster""Ana ekrana git""Ara""Пошуковий запит""Вибрати програму""Пошук""Переглянути всі""Голосовий пошук""Надіслати через %s""Перейти на головний""Інші опції""Очистити запит""Готово""Надіслати запит""Надіслати через""Перейти вгору""استفسار صاف کریں""استفسار جمع کرائیں""اشتراک کریں مع""اوپر نیویگیٹ کریں""ہوم پر نیویگیٹ کریں""صوتی تلاش""مزید اختیارات""%s کے ساتھ اشتراک کریں""استفسار تلاش کریں""ایک ایپ منتخب کریں""سبھی دیکھیں""تلاش کریں""ہو گیا""So‘rovni izlash""Yuqoriga o‘tish""So‘rovni tozalash""Tayyor""Ovozli qidiruv""Dastur tanlang""Boshiga o‘tish""Izlash""So‘rov yaratish""Qo‘shimcha sozlamalar""Barchasini ko‘rish""Bo‘lishish:"0px"Gửi truy vấn""Xóa truy vấn""Chọn một ứng dụng""Chia sẻ với %s""Thêm tùy chọn""Xong""Tìm kiếm bằng giọng nói""Xem tất cả""Tìm kiếm""Tìm kiếm truy vấn""Chia sẻ với""Điều hướng lên trên""Điều hướng về trang chủ"3truetrue45192dipfalse256dip50%false192dip70%560%90%"提交查询""转到上一层级""更多选项""语音搜索""转到主屏幕""分享方式""搜索""选择应用""查看全部""搜索查询""完成""清除查询""通过%s分享""清除查詢""更多選項""提交查詢""與「%s」分享""向上瀏覽""語音搜尋""顯示全部""選擇應用程式""搜尋""完成""搜尋查詢""分享對象""瀏覽主頁""提交查詢""選擇分享對象""查看全部""選擇應用程式""清除查詢""更多選項""與「%s」分享""搜尋""搜尋查詢""語音搜尋""向上瀏覽""瀏覽首頁""完成""Hambisa umbuzo""Yabelana no-%s""Izinketho eziningi""Kwenziwe""Umbuzo wosesho""Zulazulela phezulu""Sula inkinga""Sesha""Yabelana no-""Ukusesha ngezwi""Khetha uhlelo lokusebenza""Zulazulela ekhaya""Buka konke"SkipTutorialViewGot It
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/packageResources/debug/merger.xml b/tutorial_view/build/intermediates/incremental/packageResources/debug/merger.xml
new file mode 100644
index 0000000..205a8ba
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/packageResources/debug/merger.xml
@@ -0,0 +1,14 @@
+
+SkipTutorialViewGot It
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/incremental/packageResources/release/merger.xml b/tutorial_view/build/intermediates/incremental/packageResources/release/merger.xml
new file mode 100644
index 0000000..57636c2
--- /dev/null
+++ b/tutorial_view/build/intermediates/incremental/packageResources/release/merger.xml
@@ -0,0 +1,14 @@
+
+SkipTutorialViewGot It
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/manifests/test/debug/AndroidManifest.xml b/tutorial_view/build/intermediates/manifests/test/debug/AndroidManifest.xml
new file mode 100644
index 0000000..54e2369
--- /dev/null
+++ b/tutorial_view/build/intermediates/manifests/test/debug/AndroidManifest.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/manifests/tmp/manifestMerger1577923194797962811.xml b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger1577923194797962811.xml
new file mode 100644
index 0000000..3253af6
--- /dev/null
+++ b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger1577923194797962811.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tutorial_view/build/intermediates/manifests/tmp/manifestMerger2521152629126896109.xml b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger2521152629126896109.xml
new file mode 100644
index 0000000..3508825
--- /dev/null
+++ b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger2521152629126896109.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tutorial_view/build/intermediates/manifests/tmp/manifestMerger6567852236723124257.xml b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger6567852236723124257.xml
new file mode 100644
index 0000000..3508825
--- /dev/null
+++ b/tutorial_view/build/intermediates/manifests/tmp/manifestMerger6567852236723124257.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_fade_in.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..8676c93
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_fade_out.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..6d2c931
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..e42052c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_popup_enter.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..9e01c41
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_popup_exit.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..121f906
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..265b420
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..b888d9e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_top.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..48be5d7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..9ffe4b2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_top.xml b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..83db3dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/dummy.xml b/tutorial_view/build/intermediates/res/debug/anim/dummy.xml
new file mode 100644
index 0000000..4db5be7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml b/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..9e88280
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml b/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..6375a18
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..9dcdc87
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..9373eaa
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4cc961b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..f5eb739
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..8c7ec98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..1798efe
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..675f357
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_light.xml b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..3875511
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_search_url_text.xml b/tutorial_view/build/intermediates/res/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..665c7d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..6b0d0ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml b/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..200e19e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_dark.xml b/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..21ad1ac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_light.xml b/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..aa0d271
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..705e0d9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b692710
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..a6b3696
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..5e0bf84
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..96a442e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..b2191da
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..2a94e6e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91b0cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..36348a8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..359047d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..530ca45
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b527495
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..0d22743
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..17fc083
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..c67a5dd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..666b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..133de52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..ff3b596
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2ab970d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..08ee2b4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..4df1894
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e075ab8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..25274ee
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/tutorial_view/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..b398be3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_check_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..90745d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..b578f9a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..d8de935
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..307ec9b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..5f35a85
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..2df9985
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..7db5dda
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_edit_text_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..bedfd0d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..09fa8cd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..027c5c1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..8cf8be9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..114859d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..ca6768c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..9f2121b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..d73472c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..e327c10
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..97a67a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0fa71f5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml b/tutorial_view/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..6ea8374
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..53b0f4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..7eaf74c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..b4a7e00
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..f67d5d3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..d428bf4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..9779106
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_bar.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..1dbf089
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..87eeee9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..74a20f2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..448866a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..1affa99
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_dialog_title_material.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..b4b4a42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..dac5091
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f8ce290
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..a65ce0a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..320ca26
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..9812bc4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..fe15d25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..dc492df
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..9c53531
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..62d2195
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_screen_toolbar.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..3244b35
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..9e3323b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_search_view.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..64c86ec
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_select_dialog_material.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..1bbf7f8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml b/tutorial_view/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..1d363d1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/activity_tutorial_layout.xml b/tutorial_view/build/intermediates/res/debug/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..5f6cc4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/got_it_button_view.xml b/tutorial_view/build/intermediates/res/debug/layout/got_it_button_view.xml
new file mode 100644
index 0000000..e20df01
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/select_dialog_item_material.xml b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..256d810
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..21eaa88
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..6a7791b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/skip_button_view.xml b/tutorial_view/build/intermediates/res/debug/layout/skip_button_view.xml
new file mode 100644
index 0000000..2080474
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml b/tutorial_view/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..a4faee0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/title_view.xml b/tutorial_view/build/intermediates/res/debug/layout/title_view.xml
new file mode 100644
index 0000000..83f71da
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/tutorial_text.xml b/tutorial_view/build/intermediates/res/debug/layout/tutorial_text.xml
new file mode 100644
index 0000000..46b019f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml b/tutorial_view/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..8d0f76f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-af/values.xml b/tutorial_view/build/intermediates/res/debug/values-af/values.xml
new file mode 100644
index 0000000..bf9d10d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-am/values.xml b/tutorial_view/build/intermediates/res/debug/values-am/values.xml
new file mode 100644
index 0000000..3067fc5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ar/values.xml b/tutorial_view/build/intermediates/res/debug/values-ar/values.xml
new file mode 100644
index 0000000..5633829
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-bg/values.xml b/tutorial_view/build/intermediates/res/debug/values-bg/values.xml
new file mode 100644
index 0000000..9f03dd2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-bn-rBD/values.xml b/tutorial_view/build/intermediates/res/debug/values-bn-rBD/values.xml
new file mode 100644
index 0000000..65fb294
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ca/values.xml b/tutorial_view/build/intermediates/res/debug/values-ca/values.xml
new file mode 100644
index 0000000..9322ed3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-cs/values.xml b/tutorial_view/build/intermediates/res/debug/values-cs/values.xml
new file mode 100644
index 0000000..83682ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-da/values.xml b/tutorial_view/build/intermediates/res/debug/values-da/values.xml
new file mode 100644
index 0000000..9048aa4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-de/values.xml b/tutorial_view/build/intermediates/res/debug/values-de/values.xml
new file mode 100644
index 0000000..8347771
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-el/values.xml b/tutorial_view/build/intermediates/res/debug/values-el/values.xml
new file mode 100644
index 0000000..971e6fd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-en-rGB/values.xml b/tutorial_view/build/intermediates/res/debug/values-en-rGB/values.xml
new file mode 100644
index 0000000..017047a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-en-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-en-rIN/values.xml
new file mode 100644
index 0000000..0be9bb9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-es-rUS/values.xml b/tutorial_view/build/intermediates/res/debug/values-es-rUS/values.xml
new file mode 100644
index 0000000..12e79b4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-es/values.xml b/tutorial_view/build/intermediates/res/debug/values-es/values.xml
new file mode 100644
index 0000000..d1771a3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-et-rEE/values.xml b/tutorial_view/build/intermediates/res/debug/values-et-rEE/values.xml
new file mode 100644
index 0000000..1a7328b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-eu-rES/values.xml b/tutorial_view/build/intermediates/res/debug/values-eu-rES/values.xml
new file mode 100644
index 0000000..eb9d297
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-fa/values.xml b/tutorial_view/build/intermediates/res/debug/values-fa/values.xml
new file mode 100644
index 0000000..711c053
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-fi/values.xml b/tutorial_view/build/intermediates/res/debug/values-fi/values.xml
new file mode 100644
index 0000000..f6aa4d9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-fr-rCA/values.xml b/tutorial_view/build/intermediates/res/debug/values-fr-rCA/values.xml
new file mode 100644
index 0000000..28214a1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-fr/values.xml b/tutorial_view/build/intermediates/res/debug/values-fr/values.xml
new file mode 100644
index 0000000..a878198
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-gl-rES/values.xml b/tutorial_view/build/intermediates/res/debug/values-gl-rES/values.xml
new file mode 100644
index 0000000..37e42ad
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-h720dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..8ba7246
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-hdpi-v4/values.xml b/tutorial_view/build/intermediates/res/debug/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..d03916a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-hi/values.xml b/tutorial_view/build/intermediates/res/debug/values-hi/values.xml
new file mode 100644
index 0000000..1938bc0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-hr/values.xml b/tutorial_view/build/intermediates/res/debug/values-hr/values.xml
new file mode 100644
index 0000000..41d0133
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-hu/values.xml b/tutorial_view/build/intermediates/res/debug/values-hu/values.xml
new file mode 100644
index 0000000..7216f70
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-hy-rAM/values.xml b/tutorial_view/build/intermediates/res/debug/values-hy-rAM/values.xml
new file mode 100644
index 0000000..87a61ef
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-in/values.xml b/tutorial_view/build/intermediates/res/debug/values-in/values.xml
new file mode 100644
index 0000000..faeddd5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-is-rIS/values.xml b/tutorial_view/build/intermediates/res/debug/values-is-rIS/values.xml
new file mode 100644
index 0000000..7a82f25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-it/values.xml b/tutorial_view/build/intermediates/res/debug/values-it/values.xml
new file mode 100644
index 0000000..b46c412
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-iw/values.xml b/tutorial_view/build/intermediates/res/debug/values-iw/values.xml
new file mode 100644
index 0000000..88ab35c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ja/values.xml b/tutorial_view/build/intermediates/res/debug/values-ja/values.xml
new file mode 100644
index 0000000..1d826a2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ka-rGE/values.xml b/tutorial_view/build/intermediates/res/debug/values-ka-rGE/values.xml
new file mode 100644
index 0000000..3c0a9a6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-kk-rKZ/values.xml b/tutorial_view/build/intermediates/res/debug/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..b8b02ff
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-km-rKH/values.xml b/tutorial_view/build/intermediates/res/debug/values-km-rKH/values.xml
new file mode 100644
index 0000000..b50a2a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-kn-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-kn-rIN/values.xml
new file mode 100644
index 0000000..c1918e8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ko/values.xml b/tutorial_view/build/intermediates/res/debug/values-ko/values.xml
new file mode 100644
index 0000000..640282a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ky-rKG/values.xml b/tutorial_view/build/intermediates/res/debug/values-ky-rKG/values.xml
new file mode 100644
index 0000000..ffac75f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-land/values.xml b/tutorial_view/build/intermediates/res/debug/values-land/values.xml
new file mode 100644
index 0000000..79f7a75
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-large-v4/values.xml b/tutorial_view/build/intermediates/res/debug/values-large-v4/values.xml
new file mode 100644
index 0000000..02b144f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-lo-rLA/values.xml b/tutorial_view/build/intermediates/res/debug/values-lo-rLA/values.xml
new file mode 100644
index 0000000..005871e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-lt/values.xml b/tutorial_view/build/intermediates/res/debug/values-lt/values.xml
new file mode 100644
index 0000000..7883286
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-lv/values.xml b/tutorial_view/build/intermediates/res/debug/values-lv/values.xml
new file mode 100644
index 0000000..91916fc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-mk-rMK/values.xml b/tutorial_view/build/intermediates/res/debug/values-mk-rMK/values.xml
new file mode 100644
index 0000000..82fbf5a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ml-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-ml-rIN/values.xml
new file mode 100644
index 0000000..e690b4f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-mn-rMN/values.xml b/tutorial_view/build/intermediates/res/debug/values-mn-rMN/values.xml
new file mode 100644
index 0000000..a179bbc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-mr-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-mr-rIN/values.xml
new file mode 100644
index 0000000..61cda77
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ms-rMY/values.xml b/tutorial_view/build/intermediates/res/debug/values-ms-rMY/values.xml
new file mode 100644
index 0000000..5726d58
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-my-rMM/values.xml b/tutorial_view/build/intermediates/res/debug/values-my-rMM/values.xml
new file mode 100644
index 0000000..faf8d09
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-nb/values.xml b/tutorial_view/build/intermediates/res/debug/values-nb/values.xml
new file mode 100644
index 0000000..86c2c1d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ne-rNP/values.xml b/tutorial_view/build/intermediates/res/debug/values-ne-rNP/values.xml
new file mode 100644
index 0000000..18d6d07
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-nl/values.xml b/tutorial_view/build/intermediates/res/debug/values-nl/values.xml
new file mode 100644
index 0000000..edec22f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-pl/values.xml b/tutorial_view/build/intermediates/res/debug/values-pl/values.xml
new file mode 100644
index 0000000..77f213f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-port/values.xml b/tutorial_view/build/intermediates/res/debug/values-port/values.xml
new file mode 100644
index 0000000..ede4aac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-pt-rPT/values.xml b/tutorial_view/build/intermediates/res/debug/values-pt-rPT/values.xml
new file mode 100644
index 0000000..179175a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-pt/values.xml b/tutorial_view/build/intermediates/res/debug/values-pt/values.xml
new file mode 100644
index 0000000..5e3b098
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ro/values.xml b/tutorial_view/build/intermediates/res/debug/values-ro/values.xml
new file mode 100644
index 0000000..290b75d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ru/values.xml b/tutorial_view/build/intermediates/res/debug/values-ru/values.xml
new file mode 100644
index 0000000..697bee5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-si-rLK/values.xml b/tutorial_view/build/intermediates/res/debug/values-si-rLK/values.xml
new file mode 100644
index 0000000..744928f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sk/values.xml b/tutorial_view/build/intermediates/res/debug/values-sk/values.xml
new file mode 100644
index 0000000..617640b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sl/values.xml b/tutorial_view/build/intermediates/res/debug/values-sl/values.xml
new file mode 100644
index 0000000..6da5ef9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sr/values.xml b/tutorial_view/build/intermediates/res/debug/values-sr/values.xml
new file mode 100644
index 0000000..befbe98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sv/values.xml b/tutorial_view/build/intermediates/res/debug/values-sv/values.xml
new file mode 100644
index 0000000..df0e948
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sw/values.xml b/tutorial_view/build/intermediates/res/debug/values-sw/values.xml
new file mode 100644
index 0000000..e019b42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-sw600dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..e3bd879
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-sw600dp-v13/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ta-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-ta-rIN/values.xml
new file mode 100644
index 0000000..e1a124c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-te-rIN/values.xml b/tutorial_view/build/intermediates/res/debug/values-te-rIN/values.xml
new file mode 100644
index 0000000..d5b49e7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-th/values.xml b/tutorial_view/build/intermediates/res/debug/values-th/values.xml
new file mode 100644
index 0000000..9ced53d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-tl/values.xml b/tutorial_view/build/intermediates/res/debug/values-tl/values.xml
new file mode 100644
index 0000000..1a3029f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-tr/values.xml b/tutorial_view/build/intermediates/res/debug/values-tr/values.xml
new file mode 100644
index 0000000..a85e3a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-uk/values.xml b/tutorial_view/build/intermediates/res/debug/values-uk/values.xml
new file mode 100644
index 0000000..aac8e96
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-ur-rPK/values.xml b/tutorial_view/build/intermediates/res/debug/values-ur-rPK/values.xml
new file mode 100644
index 0000000..d0909a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-uz-rUZ/values.xml b/tutorial_view/build/intermediates/res/debug/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..fe7de7c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v11/values.xml b/tutorial_view/build/intermediates/res/debug/values-v11/values.xml
new file mode 100644
index 0000000..fc13bc6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v11/values.xml
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v12/values.xml b/tutorial_view/build/intermediates/res/debug/values-v12/values.xml
new file mode 100644
index 0000000..0a652de
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v14/values.xml b/tutorial_view/build/intermediates/res/debug/values-v14/values.xml
new file mode 100644
index 0000000..992eb64
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v14/values.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v17/values.xml b/tutorial_view/build/intermediates/res/debug/values-v17/values.xml
new file mode 100644
index 0000000..4ae9641
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v18/values.xml b/tutorial_view/build/intermediates/res/debug/values-v18/values.xml
new file mode 100644
index 0000000..8c21f47
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-v21/values.xml b/tutorial_view/build/intermediates/res/debug/values-v21/values.xml
new file mode 100644
index 0000000..9412784
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-v21/values.xml
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-vi/values.xml b/tutorial_view/build/intermediates/res/debug/values-vi/values.xml
new file mode 100644
index 0000000..311f8ca
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-w360dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..eb82034
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-w480dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..fcffecf
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-w500dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..a680aa1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-w600dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..8460138
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-w720dp-v13/values.xml b/tutorial_view/build/intermediates/res/debug/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..2a616dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-xlarge-land-v4/values.xml b/tutorial_view/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..ad0b930
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-xlarge-v4/values.xml b/tutorial_view/build/intermediates/res/debug/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..81c20c5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-zh-rCN/values.xml b/tutorial_view/build/intermediates/res/debug/values-zh-rCN/values.xml
new file mode 100644
index 0000000..631cfe6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-zh-rHK/values.xml b/tutorial_view/build/intermediates/res/debug/values-zh-rHK/values.xml
new file mode 100644
index 0000000..327b6ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-zh-rTW/values.xml b/tutorial_view/build/intermediates/res/debug/values-zh-rTW/values.xml
new file mode 100644
index 0000000..d6f8c23
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values-zu/values.xml b/tutorial_view/build/intermediates/res/debug/values-zu/values.xml
new file mode 100644
index 0000000..ff8d0bc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/debug/values/values.xml b/tutorial_view/build/intermediates/res/debug/values/values.xml
new file mode 100644
index 0000000..6a8632b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/debug/values/values.xml
@@ -0,0 +1,1434 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ true
+ false
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+ 0.30
+ 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_fade_in.xml b/tutorial_view/build/intermediates/res/release/anim/abc_fade_in.xml
new file mode 100644
index 0000000..8676c93
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_fade_out.xml b/tutorial_view/build/intermediates/res/release/anim/abc_fade_out.xml
new file mode 100644
index 0000000..6d2c931
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml b/tutorial_view/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..e42052c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_popup_enter.xml b/tutorial_view/build/intermediates/res/release/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..9e01c41
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_popup_exit.xml b/tutorial_view/build/intermediates/res/release/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..121f906
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml b/tutorial_view/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..265b420
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_bottom.xml b/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..b888d9e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_top.xml b/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..48be5d7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_bottom.xml b/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..9ffe4b2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_top.xml b/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..83db3dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/dummy.xml b/tutorial_view/build/intermediates/res/release/anim/dummy.xml
new file mode 100644
index 0000000..4db5be7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_in.xml b/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..9e88280
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_out.xml b/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..6375a18
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..9dcdc87
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..9373eaa
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4cc961b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..f5eb739
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..8c7ec98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..1798efe
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_dark.xml b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..675f357
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_light.xml b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..3875511
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_search_url_text.xml b/tutorial_view/build/intermediates/res/release/color/abc_search_url_text.xml
new file mode 100644
index 0000000..665c7d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml b/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..6b0d0ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_light.xml b/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..200e19e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_dark.xml b/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..21ad1ac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_light.xml b/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..aa0d271
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..b184dbc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..6549c52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..705e0d9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b692710
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..f61e8e3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..0fd1556
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9ff1db
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..70eb073
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..e78bcaf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..9a87820
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..8610c50
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..2d971a9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..ee40812
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b9baa0c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a87d2cd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..e01c739
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..a6b3696
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9de0263
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56436a1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..5e0bf84
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0078bf6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..a74ab26
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..96a442e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..2e1062f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a262b0c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..9ed43ca
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4cd8a27
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e300b7c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..05b1e11
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..aa7b323
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d02a5da
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..a188f2f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..e95ba94
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..87bf8d3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..b097e48
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..de37158
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..ac86165
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..8b2adf6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0b89504
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7dc6934
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..884cd12
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..90fe333
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..930630d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3b052e5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..96a8693
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..827d634
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..0908475
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a5a437f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..b2191da
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..2a94e6e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8043d4c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..e80681a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9603e76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..44c1423
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..80c0695
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3966d6a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..017e45e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..ec0cff4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..966938b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d05f969
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..451818c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..a216da1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..91b0cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..fcd81de
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..36348a8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0eb61f1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..359047d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..530ca45
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b527495
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..c0333f9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..2f29c39
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..0d22743
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..17fc083
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..c465e82
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..76e07f0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..1015e1f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b3fa6bc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..c8a6d25
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3c5e683
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..f87733a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..9aabc43
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c039c8e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..b57ee19
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76f2696
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d0385ba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e571f5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b58e76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..c67a5dd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..b5dd854
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..cd1396b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..666b10a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..71c6d76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..accf80e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..92b712e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..78bbeba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..c4ba8e6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..133de52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..ff3b596
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..39178bf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..f54f4f9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65cf0c1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d041623
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..9dff893
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..a1f8c33
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..28a3bbf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..29a4e52
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..162ab98
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..a1866ba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..d967ae7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..5baef9f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..9cc3666
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..2ab970d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..ee4bfe7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6940b60
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..96bec46
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..08ee2b4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..d4f3650
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..4df1894
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4dc870e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e075ab8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..25274ee
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..16b0f1d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..7b2a480
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..fe93d87
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4b2d05a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..16e9e14
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..129d30f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..fa6ab02
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..77318c7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..098c25a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..76c4eeb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..6b8bc0a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2393ab
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..929be19
Binary files /dev/null and b/tutorial_view/build/intermediates/res/release/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_btn_borderless_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..b398be3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_btn_check_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..90745d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..b578f9a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_btn_radio_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..d8de935
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..307ec9b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..5f35a85
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_dark.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..2df9985
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_light.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..7db5dda
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_edit_text_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..bedfd0d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..09fa8cd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..027c5c1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..8cf8be9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..114859d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..ca6768c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..9f2121b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..d73472c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..e327c10
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..97a67a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0fa71f5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/drawable/abc_textfield_search_material.xml b/tutorial_view/build/intermediates/res/release/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..6ea8374
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..53b0f4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_title_item.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..7eaf74c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_up_container.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..b4a7e00
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..f67d5d3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..d428bf4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..9779106
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_bar.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..1dbf089
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml b/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..87eeee9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view.xml b/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..74a20f2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml b/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..448866a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_alert_dialog_material.xml b/tutorial_view/build/intermediates/res/release/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..1affa99
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_dialog_title_material.xml b/tutorial_view/build/intermediates/res/release/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..b4b4a42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..dac5091
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f8ce290
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..a65ce0a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..320ca26
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..9812bc4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml b/tutorial_view/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..fe15d25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/release/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..dc492df
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple.xml b/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..9c53531
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml b/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..62d2195
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_screen_toolbar.xml b/tutorial_view/build/intermediates/res/release/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..3244b35
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml b/tutorial_view/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..9e3323b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_search_view.xml b/tutorial_view/build/intermediates/res/release/layout/abc_search_view.xml
new file mode 100644
index 0000000..64c86ec
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_select_dialog_material.xml b/tutorial_view/build/intermediates/res/release/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..1bbf7f8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml b/tutorial_view/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..1d363d1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/activity_tutorial_layout.xml b/tutorial_view/build/intermediates/res/release/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..5f6cc4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/got_it_button_view.xml b/tutorial_view/build/intermediates/res/release/layout/got_it_button_view.xml
new file mode 100644
index 0000000..e20df01
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/select_dialog_item_material.xml b/tutorial_view/build/intermediates/res/release/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..256d810
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/select_dialog_multichoice_material.xml b/tutorial_view/build/intermediates/res/release/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..21eaa88
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/select_dialog_singlechoice_material.xml b/tutorial_view/build/intermediates/res/release/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..6a7791b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/skip_button_view.xml b/tutorial_view/build/intermediates/res/release/layout/skip_button_view.xml
new file mode 100644
index 0000000..2080474
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml b/tutorial_view/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..a4faee0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/title_view.xml b/tutorial_view/build/intermediates/res/release/layout/title_view.xml
new file mode 100644
index 0000000..83f71da
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/tutorial_text.xml b/tutorial_view/build/intermediates/res/release/layout/tutorial_text.xml
new file mode 100644
index 0000000..46b019f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/layout/tutorial_text_custom_test.xml b/tutorial_view/build/intermediates/res/release/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..8d0f76f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-af/values.xml b/tutorial_view/build/intermediates/res/release/values-af/values.xml
new file mode 100644
index 0000000..bf9d10d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-am/values.xml b/tutorial_view/build/intermediates/res/release/values-am/values.xml
new file mode 100644
index 0000000..3067fc5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ar/values.xml b/tutorial_view/build/intermediates/res/release/values-ar/values.xml
new file mode 100644
index 0000000..5633829
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-bg/values.xml b/tutorial_view/build/intermediates/res/release/values-bg/values.xml
new file mode 100644
index 0000000..9f03dd2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-bn-rBD/values.xml b/tutorial_view/build/intermediates/res/release/values-bn-rBD/values.xml
new file mode 100644
index 0000000..65fb294
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ca/values.xml b/tutorial_view/build/intermediates/res/release/values-ca/values.xml
new file mode 100644
index 0000000..9322ed3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-cs/values.xml b/tutorial_view/build/intermediates/res/release/values-cs/values.xml
new file mode 100644
index 0000000..83682ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-da/values.xml b/tutorial_view/build/intermediates/res/release/values-da/values.xml
new file mode 100644
index 0000000..9048aa4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-de/values.xml b/tutorial_view/build/intermediates/res/release/values-de/values.xml
new file mode 100644
index 0000000..8347771
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-el/values.xml b/tutorial_view/build/intermediates/res/release/values-el/values.xml
new file mode 100644
index 0000000..971e6fd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-en-rGB/values.xml b/tutorial_view/build/intermediates/res/release/values-en-rGB/values.xml
new file mode 100644
index 0000000..017047a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-en-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-en-rIN/values.xml
new file mode 100644
index 0000000..0be9bb9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-es-rUS/values.xml b/tutorial_view/build/intermediates/res/release/values-es-rUS/values.xml
new file mode 100644
index 0000000..12e79b4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-es/values.xml b/tutorial_view/build/intermediates/res/release/values-es/values.xml
new file mode 100644
index 0000000..d1771a3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-et-rEE/values.xml b/tutorial_view/build/intermediates/res/release/values-et-rEE/values.xml
new file mode 100644
index 0000000..1a7328b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-eu-rES/values.xml b/tutorial_view/build/intermediates/res/release/values-eu-rES/values.xml
new file mode 100644
index 0000000..eb9d297
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-fa/values.xml b/tutorial_view/build/intermediates/res/release/values-fa/values.xml
new file mode 100644
index 0000000..711c053
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-fi/values.xml b/tutorial_view/build/intermediates/res/release/values-fi/values.xml
new file mode 100644
index 0000000..f6aa4d9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-fr-rCA/values.xml b/tutorial_view/build/intermediates/res/release/values-fr-rCA/values.xml
new file mode 100644
index 0000000..28214a1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-fr/values.xml b/tutorial_view/build/intermediates/res/release/values-fr/values.xml
new file mode 100644
index 0000000..a878198
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-gl-rES/values.xml b/tutorial_view/build/intermediates/res/release/values-gl-rES/values.xml
new file mode 100644
index 0000000..37e42ad
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-h720dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..8ba7246
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-hdpi-v4/values.xml b/tutorial_view/build/intermediates/res/release/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..d03916a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-hi/values.xml b/tutorial_view/build/intermediates/res/release/values-hi/values.xml
new file mode 100644
index 0000000..1938bc0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-hr/values.xml b/tutorial_view/build/intermediates/res/release/values-hr/values.xml
new file mode 100644
index 0000000..41d0133
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-hu/values.xml b/tutorial_view/build/intermediates/res/release/values-hu/values.xml
new file mode 100644
index 0000000..7216f70
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-hy-rAM/values.xml b/tutorial_view/build/intermediates/res/release/values-hy-rAM/values.xml
new file mode 100644
index 0000000..87a61ef
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-in/values.xml b/tutorial_view/build/intermediates/res/release/values-in/values.xml
new file mode 100644
index 0000000..faeddd5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-is-rIS/values.xml b/tutorial_view/build/intermediates/res/release/values-is-rIS/values.xml
new file mode 100644
index 0000000..7a82f25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-it/values.xml b/tutorial_view/build/intermediates/res/release/values-it/values.xml
new file mode 100644
index 0000000..b46c412
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-iw/values.xml b/tutorial_view/build/intermediates/res/release/values-iw/values.xml
new file mode 100644
index 0000000..88ab35c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ja/values.xml b/tutorial_view/build/intermediates/res/release/values-ja/values.xml
new file mode 100644
index 0000000..1d826a2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ka-rGE/values.xml b/tutorial_view/build/intermediates/res/release/values-ka-rGE/values.xml
new file mode 100644
index 0000000..3c0a9a6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-kk-rKZ/values.xml b/tutorial_view/build/intermediates/res/release/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..b8b02ff
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-km-rKH/values.xml b/tutorial_view/build/intermediates/res/release/values-km-rKH/values.xml
new file mode 100644
index 0000000..b50a2a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-kn-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-kn-rIN/values.xml
new file mode 100644
index 0000000..c1918e8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ko/values.xml b/tutorial_view/build/intermediates/res/release/values-ko/values.xml
new file mode 100644
index 0000000..640282a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ky-rKG/values.xml b/tutorial_view/build/intermediates/res/release/values-ky-rKG/values.xml
new file mode 100644
index 0000000..ffac75f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-land/values.xml b/tutorial_view/build/intermediates/res/release/values-land/values.xml
new file mode 100644
index 0000000..79f7a75
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-large-v4/values.xml b/tutorial_view/build/intermediates/res/release/values-large-v4/values.xml
new file mode 100644
index 0000000..02b144f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-lo-rLA/values.xml b/tutorial_view/build/intermediates/res/release/values-lo-rLA/values.xml
new file mode 100644
index 0000000..005871e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-lt/values.xml b/tutorial_view/build/intermediates/res/release/values-lt/values.xml
new file mode 100644
index 0000000..7883286
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-lv/values.xml b/tutorial_view/build/intermediates/res/release/values-lv/values.xml
new file mode 100644
index 0000000..91916fc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-mk-rMK/values.xml b/tutorial_view/build/intermediates/res/release/values-mk-rMK/values.xml
new file mode 100644
index 0000000..82fbf5a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ml-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-ml-rIN/values.xml
new file mode 100644
index 0000000..e690b4f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-mn-rMN/values.xml b/tutorial_view/build/intermediates/res/release/values-mn-rMN/values.xml
new file mode 100644
index 0000000..a179bbc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-mr-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-mr-rIN/values.xml
new file mode 100644
index 0000000..61cda77
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ms-rMY/values.xml b/tutorial_view/build/intermediates/res/release/values-ms-rMY/values.xml
new file mode 100644
index 0000000..5726d58
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-my-rMM/values.xml b/tutorial_view/build/intermediates/res/release/values-my-rMM/values.xml
new file mode 100644
index 0000000..faf8d09
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-nb/values.xml b/tutorial_view/build/intermediates/res/release/values-nb/values.xml
new file mode 100644
index 0000000..86c2c1d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ne-rNP/values.xml b/tutorial_view/build/intermediates/res/release/values-ne-rNP/values.xml
new file mode 100644
index 0000000..18d6d07
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-nl/values.xml b/tutorial_view/build/intermediates/res/release/values-nl/values.xml
new file mode 100644
index 0000000..edec22f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-pl/values.xml b/tutorial_view/build/intermediates/res/release/values-pl/values.xml
new file mode 100644
index 0000000..77f213f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-port/values.xml b/tutorial_view/build/intermediates/res/release/values-port/values.xml
new file mode 100644
index 0000000..ede4aac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-pt-rPT/values.xml b/tutorial_view/build/intermediates/res/release/values-pt-rPT/values.xml
new file mode 100644
index 0000000..179175a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-pt/values.xml b/tutorial_view/build/intermediates/res/release/values-pt/values.xml
new file mode 100644
index 0000000..5e3b098
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ro/values.xml b/tutorial_view/build/intermediates/res/release/values-ro/values.xml
new file mode 100644
index 0000000..290b75d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ru/values.xml b/tutorial_view/build/intermediates/res/release/values-ru/values.xml
new file mode 100644
index 0000000..697bee5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-si-rLK/values.xml b/tutorial_view/build/intermediates/res/release/values-si-rLK/values.xml
new file mode 100644
index 0000000..744928f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sk/values.xml b/tutorial_view/build/intermediates/res/release/values-sk/values.xml
new file mode 100644
index 0000000..617640b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sl/values.xml b/tutorial_view/build/intermediates/res/release/values-sl/values.xml
new file mode 100644
index 0000000..6da5ef9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sr/values.xml b/tutorial_view/build/intermediates/res/release/values-sr/values.xml
new file mode 100644
index 0000000..befbe98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sv/values.xml b/tutorial_view/build/intermediates/res/release/values-sv/values.xml
new file mode 100644
index 0000000..df0e948
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sw/values.xml b/tutorial_view/build/intermediates/res/release/values-sw/values.xml
new file mode 100644
index 0000000..e019b42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-sw600dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..e3bd879
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-sw600dp-v13/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ta-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-ta-rIN/values.xml
new file mode 100644
index 0000000..e1a124c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-te-rIN/values.xml b/tutorial_view/build/intermediates/res/release/values-te-rIN/values.xml
new file mode 100644
index 0000000..d5b49e7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-th/values.xml b/tutorial_view/build/intermediates/res/release/values-th/values.xml
new file mode 100644
index 0000000..9ced53d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-tl/values.xml b/tutorial_view/build/intermediates/res/release/values-tl/values.xml
new file mode 100644
index 0000000..1a3029f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-tr/values.xml b/tutorial_view/build/intermediates/res/release/values-tr/values.xml
new file mode 100644
index 0000000..a85e3a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-uk/values.xml b/tutorial_view/build/intermediates/res/release/values-uk/values.xml
new file mode 100644
index 0000000..aac8e96
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-ur-rPK/values.xml b/tutorial_view/build/intermediates/res/release/values-ur-rPK/values.xml
new file mode 100644
index 0000000..d0909a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-uz-rUZ/values.xml b/tutorial_view/build/intermediates/res/release/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..fe7de7c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v11/values.xml b/tutorial_view/build/intermediates/res/release/values-v11/values.xml
new file mode 100644
index 0000000..fc13bc6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v11/values.xml
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v12/values.xml b/tutorial_view/build/intermediates/res/release/values-v12/values.xml
new file mode 100644
index 0000000..0a652de
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v14/values.xml b/tutorial_view/build/intermediates/res/release/values-v14/values.xml
new file mode 100644
index 0000000..992eb64
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v14/values.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v17/values.xml b/tutorial_view/build/intermediates/res/release/values-v17/values.xml
new file mode 100644
index 0000000..4ae9641
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v18/values.xml b/tutorial_view/build/intermediates/res/release/values-v18/values.xml
new file mode 100644
index 0000000..8c21f47
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-v21/values.xml b/tutorial_view/build/intermediates/res/release/values-v21/values.xml
new file mode 100644
index 0000000..57ebb95
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-v21/values.xml
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-vi/values.xml b/tutorial_view/build/intermediates/res/release/values-vi/values.xml
new file mode 100644
index 0000000..311f8ca
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-w360dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..eb82034
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-w480dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..fcffecf
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-w500dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..a680aa1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-w600dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..8460138
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-w720dp-v13/values.xml b/tutorial_view/build/intermediates/res/release/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..2a616dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-xlarge-land-v4/values.xml b/tutorial_view/build/intermediates/res/release/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..ad0b930
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-xlarge-v4/values.xml b/tutorial_view/build/intermediates/res/release/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..81c20c5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-zh-rCN/values.xml b/tutorial_view/build/intermediates/res/release/values-zh-rCN/values.xml
new file mode 100644
index 0000000..631cfe6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-zh-rHK/values.xml b/tutorial_view/build/intermediates/res/release/values-zh-rHK/values.xml
new file mode 100644
index 0000000..327b6ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-zh-rTW/values.xml b/tutorial_view/build/intermediates/res/release/values-zh-rTW/values.xml
new file mode 100644
index 0000000..d6f8c23
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values-zu/values.xml b/tutorial_view/build/intermediates/res/release/values-zu/values.xml
new file mode 100644
index 0000000..ff8d0bc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/release/values/values.xml b/tutorial_view/build/intermediates/res/release/values/values.xml
new file mode 100644
index 0000000..ebee017
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/release/values/values.xml
@@ -0,0 +1,1434 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ true
+ false
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+ 0.30
+ 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/resources-debug-test.ap_ b/tutorial_view/build/intermediates/res/resources-debug-test.ap_
new file mode 100644
index 0000000..45d6955
Binary files /dev/null and b/tutorial_view/build/intermediates/res/resources-debug-test.ap_ differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_in.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_in.xml
new file mode 100644
index 0000000..8676c93
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_out.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_out.xml
new file mode 100644
index 0000000..6d2c931
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_grow_fade_in_from_bottom.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..e42052c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_enter.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..9e01c41
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_exit.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..121f906
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_shrink_fade_out_from_bottom.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..265b420
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_bottom.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..b888d9e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_top.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..48be5d7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_bottom.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..9ffe4b2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_top.xml b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..83db3dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/dummy.xml b/tutorial_view/build/intermediates/res/test/debug/anim/dummy.xml
new file mode 100644
index 0000000..160fc43
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/dummy.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_in.xml b/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_in.xml
new file mode 100644
index 0000000..f5eee6d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_in.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_out.xml b/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_out.xml
new file mode 100644
index 0000000..fedff55
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/anim/tutorial_info_view_fade_out.xml
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..9dcdc87
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..9373eaa
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..4cc961b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..f5eb739
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..8c7ec98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..1798efe
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..675f357
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..3875511
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_primary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_search_url_text.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_search_url_text.xml
new file mode 100644
index 0000000..665c7d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..6b0d0ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..200e19e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_dark.xml b/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..21ad1ac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_light.xml b/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..aa0d271
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..f534f58
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..cbc36f6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..c31cf86
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..90e9c39
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..fb38e86
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8f877f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..cc4c713
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..591099c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b4759b3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..1e0d4c3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..7abd12b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..cc83d7b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9240aed
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..f35df93
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..93577af
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..02c783f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..ef8c2b0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..2bd4fc1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..3a7e98a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..4e921f0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..140c1b2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4f175a0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..7ffeb1d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..658b694
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..c10a7bf
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..d290ccb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..e66354d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..dc1616c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..ede59ab
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..2db7619
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..8b21cc9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..09edb6b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..43fd9ee
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..74ef96a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..2cb0180
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..92ad582
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..42e291e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..18dc90c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..bcfa058
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-hdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..e2414d4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..8e6b11f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4e8ffd4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..d8cb2d6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..fba9cdb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..12210f3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..03f5115
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..9a97bd2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..316b535
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..be4b613
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..514a08c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c0f4d7f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ff2b9f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..a988bff
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..3270585
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4398d0a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..60d647d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..42ee760
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..241df42
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..5da32c3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..b7d0119
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..441869a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..3a6dfe5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..bbd2930
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a0b4fda
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..2677759
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..a3f43bd
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..60931e0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..564b97d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..d81b526
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..01316d7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..329aabe
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..84a05d3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..74e80d6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..eb051f7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0b6e858
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..d7c003e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..e3d41d4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..c33227f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..d9352a2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..4e144e6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe13750
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..0678971
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..9180502
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..f7aa675
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..f16bf97
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4a3adf3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..b2b9f27
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..0ca1543
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4b6a668
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a354a15
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3417be3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..d9b3186
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..944637b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..be107a9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..2311405
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9ce196
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..0cb1ce8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..85848ff
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-mdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..ab060cb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..6b127e2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fdec4e7
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..6b754b2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..2cb1fad
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..19c161d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a11a793
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a5c3b6a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..1014888
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..308f021
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..efa3d5c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..a07ebea
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..253c4ce
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..b504fa2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..c75b932
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..9861e96
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..cc41394
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..4f400a4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..c695e31
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..0ed85a8
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..646caba
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..65ae95b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..3d3b511
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ce673e3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..3becd3a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8965f3e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..d1bffd0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..defab44
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..6a609c5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..d4678b5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..5b84092
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..d6db910
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..f4a52e9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4fbd907
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..d3a8147
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5a2319
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..66d44a2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..1b69efe
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..fd13b79
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..96a5832
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..8053d16
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..916901e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..e0411c0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..96c5ead
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..ea9f8a0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9e8a671
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..d818583
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 0000000..a14548b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 0000000..490098c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..6d0b500
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..b680551
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..b9c2101
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..eceafab
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..63cf5a3
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..cd20661
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..00659e6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..dafc1a6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..0e7fed5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..575aa76
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..db4091c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..ce16e11
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..5457ef9
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..dd04580
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..b510682
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..8065ce2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..195b9b4
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..83e741b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..e8cf10a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..2fc23a0
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b643f2f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ec17300
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..fafdc85
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..6d4ab34
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..84e2087
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f9dbd01
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..39ee874
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000..c7b64a6
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..e806d42
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c72f1a2
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ee3d7c
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..24a2d7b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/ic_launcher.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/ic_launcher.png
new file mode 100644
index 0000000..b36186f
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxhdpi-v4/ic_launcher.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..c4f38cc
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..93ff40e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9bd5dda
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a4d9e8e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..e1defe1
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..56283b5
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png
new file mode 100644
index 0000000..8287475
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png
new file mode 100644
index 0000000..74439ee
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
new file mode 100644
index 0000000..45d0100
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
new file mode 100644
index 0000000..56e1347
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png
new file mode 100644
index 0000000..e80690a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
new file mode 100644
index 0000000..1fb028a
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
new file mode 100644
index 0000000..0341a44
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
new file mode 100644
index 0000000..be3c6fe
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..10fe9fb
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..398ae02
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..a3d4f8d
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..3317c6e
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..cbfcb0b
Binary files /dev/null and b/tutorial_view/build/intermediates/res/test/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_borderless_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..b398be3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_check_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..90745d0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_default_mtrl_shape.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..b578f9a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_radio_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..d8de935
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_internal_bg.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..307ec9b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_top_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..5f35a85
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_dark.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_dark.xml
new file mode 100644
index 0000000..2df9985
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_light.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_light.xml
new file mode 100644
index 0000000..7db5dda
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_dialog_material_background_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_edit_text_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..bedfd0d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_edit_text_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_dark.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..09fa8cd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_light.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..027c5c1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_dark.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..8cf8be9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_light.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..114859d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_dark.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..ca6768c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_light.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..9f2121b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_ratingbar_full_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_ratingbar_full_material.xml
new file mode 100644
index 0000000..d73472c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_spinner_textfield_background_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..e327c10
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_switch_thumb_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..97a67a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_tab_indicator_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..0fa71f5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/drawable/abc_textfield_search_material.xml b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..6ea8374
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout-v11/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/test/debug/layout-v11/abc_screen_content_include.xml
new file mode 100644
index 0000000..53b0f4a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout-v11/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_title_item.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..7eaf74c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_up_container.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..b4a7e00
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_view_list_nav_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_view_list_nav_layout.xml
new file mode 100644
index 0000000..f67d5d3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_bar_view_list_nav_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_item_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..d428bf4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..9779106
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_menu_layout.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_bar.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..1dbf089
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_bar.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_close_item_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..87eeee9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..74a20f2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view_list_item.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..448866a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_alert_dialog_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..1affa99
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_dialog_title_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..b4b4a42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_expanded_menu_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..dac5091
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_checkbox.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..f8ce290
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_icon.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..a65ce0a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..320ca26
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_radio.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..9812bc4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_popup_menu_item_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..fe15d25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_content_include.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..dc492df
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_content_include.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..9c53531
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple_overlay_action_mode.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..62d2195
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_toolbar.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..3244b35
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_dropdown_item_icons_2line.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..9e3323b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_view.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_view.xml
new file mode 100644
index 0000000..64c86ec
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_select_dialog_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..1bbf7f8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/abc_simple_dropdown_hint.xml b/tutorial_view/build/intermediates/res/test/debug/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000..1d363d1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/activity_tutorial_layout.xml b/tutorial_view/build/intermediates/res/test/debug/layout/activity_tutorial_layout.xml
new file mode 100644
index 0000000..ff82afa
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/activity_tutorial_layout.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/got_it_button_view.xml b/tutorial_view/build/intermediates/res/test/debug/layout/got_it_button_view.xml
new file mode 100644
index 0000000..224aad6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/got_it_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_item_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..256d810
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_item_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_multichoice_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..21eaa88
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_singlechoice_material.xml b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..6a7791b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/skip_button_view.xml b/tutorial_view/build/intermediates/res/test/debug/layout/skip_button_view.xml
new file mode 100644
index 0000000..34d4dd7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/skip_button_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/support_simple_spinner_dropdown_item.xml b/tutorial_view/build/intermediates/res/test/debug/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..a4faee0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/title_view.xml b/tutorial_view/build/intermediates/res/test/debug/layout/title_view.xml
new file mode 100644
index 0000000..562d8c4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/title_view.xml
@@ -0,0 +1,10 @@
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text.xml b/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text.xml
new file mode 100644
index 0000000..395bdee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text_custom_test.xml b/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text_custom_test.xml
new file mode 100644
index 0000000..b33c9d1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/layout/tutorial_text_custom_test.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-af/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-af/values.xml
new file mode 100644
index 0000000..bf9d10d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-af/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeer tuis"
+ "Navigeer op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "Vee navraag uit"
+ "Soeknavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-am/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-am/values.xml
new file mode 100644
index 0000000..3067fc5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-am/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ወደ መነሻ ይዳስሱ"
+ "ወደ ላይ ይዳስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "መተግበሪያ ይምረጡ"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ ጥያቄ"
+ "ፍለጋ"
+ "መጠይቅ ያስረክቡ"
+ "የድምፅ ፍለጋ"
+ "ከሚከተለው ጋር ያጋሩ"
+ "ከ%s ጋር ያጋሩ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ar/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ar/values.xml
new file mode 100644
index 0000000..5633829
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ar/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "التنقل إلى الشاشة الرئيسية"
+ "التنقل إلى أعلى"
+ "خيارات إضافية"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "محو طلب البحث"
+ "طلب البحث"
+ "بحث"
+ "إرسال طلب البحث"
+ "البحث الصوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-bg/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-bg/values.xml
new file mode 100644
index 0000000..9f03dd2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-bg/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Придвижване към „Начало“"
+ "Придвижване нагоре"
+ "Още опции"
+ "Готово"
+ "Вижте всички"
+ "Изберете приложение"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-bn-rBD/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-bn-rBD/values.xml
new file mode 100644
index 0000000..65fb294
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-bn-rBD/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "সম্পন্ন হয়েছে"
+ "সবগুলো দেখুন"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "এর সাথে ভাগ করুন"
+ "%s এর সাথে ভাগ করুন"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ca/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ca/values.xml
new file mode 100644
index 0000000..9322ed3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ca/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navega a la pàgina d\'inici"
+ "Navega cap a dalt"
+ "Més opcions"
+ "Fet"
+ "Mostra\'ls tots"
+ "Selecciona una aplicació"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-cs/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-cs/values.xml
new file mode 100644
index 0000000..83682ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-cs/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Více možností"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "Smazat dotaz"
+ "Vyhledávací dotaz"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet pomocí"
+ "Sdílet pomocí %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-da/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-da/values.xml
new file mode 100644
index 0000000..9048aa4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-da/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Naviger hjem"
+ "Naviger op"
+ "Flere muligheder"
+ "Luk"
+ "Se alle"
+ "Vælg en app"
+ "Ryd forespørgslen"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgslen"
+ "Stemmesøgning"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-de/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-de/values.xml
new file mode 100644
index 0000000..8347771
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-de/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle ansehen"
+ "App auswählen"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suchen"
+ "Suchanfrage senden"
+ "Sprachsuche"
+ "Freigeben für"
+ "Freigeben für %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-el/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-el/values.xml
new file mode 100644
index 0000000..971e6fd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-el/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Προβολή όλων"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινή χρήση με"
+ "Κοινή χρήση με %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-en-rGB/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-en-rGB/values.xml
new file mode 100644
index 0000000..017047a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-en-rGB/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-en-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-en-rIN/values.xml
new file mode 100644
index 0000000..0be9bb9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-en-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Finished"
+ "See all"
+ "Choose an app"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-es-rUS/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-es-rUS/values.xml
new file mode 100644
index 0000000..12e79b4
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-es-rUS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Elige una aplicación."
+ "Eliminar la consulta"
+ "Consulta de búsqueda"
+ "Búsqueda"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-es/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-es/values.xml
new file mode 100644
index 0000000..d1771a3
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-es/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir a la pantalla de inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "Borrar consulta"
+ "Consulta"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-et-rEE/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-et-rEE/values.xml
new file mode 100644
index 0000000..1a7328b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-et-rEE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeerimine avaekraanile"
+ "Navigeerimine üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jagamine:"
+ "Jagamine kasutajaga %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-eu-rES/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-eu-rES/values.xml
new file mode 100644
index 0000000..eb9d297
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-eu-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Partekatu hauekin"
+ "Partekatu %s erabiltzailearekin"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-fa/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-fa/values.xml
new file mode 100644
index 0000000..711c053
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-fa/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "پیمایش به صفحه اصلی"
+ "پیمایش به بالا"
+ "گزینههای بیشتر"
+ "انجام شد"
+ "مشاهده همه"
+ "انتخاب برنامه"
+ "پاک کردن عبارت جستجو"
+ "عبارت جستجو"
+ "جستجو"
+ "ارسال عبارت جستجو"
+ "جستجوی شفاهی"
+ "اشتراکگذاری با"
+ "اشتراکگذاری با %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-fi/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-fi/values.xml
new file mode 100644
index 0000000..f6aa4d9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-fi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisää"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "Tyhjennä kysely"
+ "Hakulauseke"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jakaminen:"
+ "Jakaminen: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-fr-rCA/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-fr-rCA/values.xml
new file mode 100644
index 0000000..28214a1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-fr-rCA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "Terminé"
+ "Voir toutes les chaînes"
+ "Sélectionnez une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-fr/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-fr/values.xml
new file mode 100644
index 0000000..a878198
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-fr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Plus d\'options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-gl-rES/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-gl-rES/values.xml
new file mode 100644
index 0000000..37e42ad
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-gl-rES/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todas"
+ "Escoller unha aplicación"
+ "Borrar consulta"
+ "Consulta de busca"
+ "Buscar"
+ "Enviar consulta"
+ "Busca de voz"
+ "Compartir con"
+ "Compartir con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-h720dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-h720dp-v13/values.xml
new file mode 100644
index 0000000..8ba7246
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-h720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-hdpi-v4/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-hdpi-v4/values.xml
new file mode 100644
index 0000000..d03916a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-hdpi-v4/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-hi/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-hi/values.xml
new file mode 100644
index 0000000..1938bc0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-hi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुखपृष्ठ पर नेविगेट करें"
+ "ऊपर नेविगेट करें"
+ "अधिक विकल्प"
+ "पूर्ण"
+ "सभी देखें"
+ "कोई एप्लिकेशन चुनें"
+ "क्वेरी साफ़ करें"
+ "खोज क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "ध्वनि खोज"
+ "इसके द्वारा साझा करें"
+ "%s के साथ साझा करें"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-hr/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-hr/values.xml
new file mode 100644
index 0000000..41d0133
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-hr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Idi na početnu"
+ "Idi gore"
+ "Dodatne opcije"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraživanje"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeljenje sa"
+ "Dijeljenje sa: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-hu/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-hu/values.xml
new file mode 100644
index 0000000..7216f70
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-hu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ugrás a főoldalra"
+ "Felfelé mozgatás"
+ "További lehetőségek"
+ "Kész"
+ "Összes megtekintése"
+ "Válasszon ki egy alkalmazást"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következővel: %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-hy-rAM/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-hy-rAM/values.xml
new file mode 100644
index 0000000..87a61ef
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-hy-rAM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ուղղվել տուն"
+ "Ուղղվել վերև"
+ "Այլ ընտրանքներ"
+ "Կատարված է"
+ "Տեսնել բոլորը"
+ "Ընտրել ծրագիր"
+ "Մաքրել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Տարածել"
+ "Տարածել ըստ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-in/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-in/values.xml
new file mode 100644
index 0000000..faeddd5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-in/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi ke beranda"
+ "Navigasi naik"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "Hapus kueri"
+ "Kueri penelusuran"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-is-rIS/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-is-rIS/values.xml
new file mode 100644
index 0000000..7a82f25
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-is-rIS/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leita"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-it/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-it/values.xml
new file mode 100644
index 0000000..b46c412
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-it/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Vai alla home page"
+ "Vai in alto"
+ "Altre opzioni"
+ "Fine"
+ "Visualizza tutte"
+ "Scegli un\'applicazione"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi con %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-iw/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-iw/values.xml
new file mode 100644
index 0000000..88ab35c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-iw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "נווט לדף הבית"
+ "נווט למעלה"
+ "עוד אפשרויות"
+ "בוצע"
+ "ראה הכול"
+ "בחר אפליקציה"
+ "מחק שאילתה"
+ "שאילתת חיפוש"
+ "חפש"
+ "שלח שאילתה"
+ "חיפוש קולי"
+ "שתף עם"
+ "שתף עם %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ja/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ja/values.xml
new file mode 100644
index 0000000..1d826a2
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ja/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ホームへ移動"
+ "上へ移動"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ka-rGE/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ka-rGE/values.xml
new file mode 100644
index 0000000..3c0a9a6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ka-rGE/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "მთავარზე ნავიგაცია"
+ "ზემოთ ნავიგაცია"
+ "მეტი ვარიანტები"
+ "დასრულდა"
+ "ყველას ნახვა"
+ "აპის არჩევა"
+ "მოთხოვნის გასუფთავება"
+ "ძიების მოთხოვნა"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-თან გაზიარება"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-kk-rKZ/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-kk-rKZ/values.xml
new file mode 100644
index 0000000..b8b02ff
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-kk-rKZ/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Орындалды"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "Сұрақты жою"
+ "Сұрақты іздеу"
+ "Іздеу"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Бөлісу"
+ "%s бөлісу"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-km-rKH/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-km-rKH/values.xml
new file mode 100644
index 0000000..b50a2a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-km-rKH/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "រកមើលទៅដើម"
+ "រកមើលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសកម្មវិធី"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់ស្នើសំណួរ"
+ "ការស្វែងរកសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-kn-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-kn-rIN/values.xml
new file mode 100644
index 0000000..c1918e8
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-kn-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ko/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ko/values.xml
new file mode 100644
index 0000000..640282a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ko/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "홈 탐색"
+ "위로 탐색"
+ "옵션 더보기"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상"
+ "%s와(과) 공유"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ky-rKG/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ky-rKG/values.xml
new file mode 100644
index 0000000..ffac75f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ky-rKG/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Даяр"
+ "Бардыгын көрүү"
+ "Колдонмо тандоо"
+ "Талаптарды тазалоо"
+ "Издөө талаптары"
+ "Издөө"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Бөлүшүү"
+ "%s аркылуу бөлүшүү"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-land/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-land/values.xml
new file mode 100644
index 0000000..79f7a75
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-land/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ true
+ true
+ 48dp
+ 0dp
+ 32dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-large-v4/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-large-v4/values.xml
new file mode 100644
index 0000000..02b144f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-large-v4/values.xml
@@ -0,0 +1,16 @@
+
+
+
+
+ true
+ true
+ 440dp
+ 192dip
+ 60%
+ 90%
+ 60%
+ 90%
+ 4
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-lo-rLA/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-lo-rLA/values.xml
new file mode 100644
index 0000000..005871e
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-lo-rLA/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ຂຶ້ນເທິງ"
+ "ໂຕເລືອກອື່ນ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງຫມົດ"
+ "ເລືອກແອັບຯ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຊອກຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງການຊອກຫາ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນກັບ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-lt/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-lt/values.xml
new file mode 100644
index 0000000..7883286
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-lt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Eiti į pagrindinį puslapį"
+ "Eiti į viršų"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Peržiūrėti viską"
+ "Pasirinkti programą"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Paieška"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti naudojant"
+ "Bendrinti naudojant „%s“"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-lv/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-lv/values.xml
new file mode 100644
index 0000000..91916fc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-lv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties augšup"
+ "Vairāk opciju"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēšana ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-mk-rMK/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-mk-rMK/values.xml
new file mode 100644
index 0000000..82fbf5a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-mk-rMK/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Види ги сите"
+ "Избери апликација"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Сподели со"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ml-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ml-rIN/values.xml
new file mode 100644
index 0000000..e690b4f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ml-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "പൂർത്തിയാക്കി"
+ "എല്ലാം കാണുക"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "അന്വേഷണം മായ്ക്കുക"
+ "തിരയൽ അന്വേഷണം"
+ "തിരയൽ"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഇവരുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-mn-rMN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-mn-rMN/values.xml
new file mode 100644
index 0000000..a179bbc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-mn-rMN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Нүүр хуудас руу шилжих"
+ "Дээш шилжих"
+ "Нэмэлт сонголтууд"
+ "Дууссан"
+ "Бүгдийг харах"
+ "Апп сонгох"
+ "Асуулгыг цэвэрлэх"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулгыг илгээх"
+ "Дуут хайлт"
+ "Хуваалцах"
+ "%s-тай хуваалцах"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-mr-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-mr-rIN/values.xml
new file mode 100644
index 0000000..61cda77
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-mr-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "एक अॅप निवडा"
+ "क्वेरी स्पष्ट करा"
+ "शोध क्वेरी"
+ "शोध"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासह सामायिक करा"
+ "%s सह सामायिक करा"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ms-rMY/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ms-rMY/values.xml
new file mode 100644
index 0000000..5726d58
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ms-rMY/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigasi skrin utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-my-rMM/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-my-rMM/values.xml
new file mode 100644
index 0000000..faf8d09
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-my-rMM/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ပြီးဆုံးပါပြီ"
+ "အားလုံးကို ကြည့်ရန်"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာဖွေရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "မျှဝေဖို့ ရွေးပါ"
+ "%s ကို မျှဝေပါရန်"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-nb/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-nb/values.xml
new file mode 100644
index 0000000..86c2c1d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-nb/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Gå til startsiden"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ne-rNP/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ne-rNP/values.xml
new file mode 100644
index 0000000..18d6d07
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ne-rNP/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "खोज्नुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "साझेदारी गर्नुहोस्..."
+ "%s सँग साझेदारी गर्नुहोस्"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-nl/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-nl/values.xml
new file mode 100644
index 0000000..edec22f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-nl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Gereed"
+ "Alles weergeven"
+ "Een app selecteren"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-pl/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-pl/values.xml
new file mode 100644
index 0000000..77f213f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-pl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Przejdź do strony głównej"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Zobacz wszystkie"
+ "Wybierz aplikację"
+ "Wyczyść zapytanie"
+ "Wyszukiwane hasło"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij dla"
+ "Udostępnij dla %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-port/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-port/values.xml
new file mode 100644
index 0000000..ede4aac
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-port/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-pt-rPT/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-pt-rPT/values.xml
new file mode 100644
index 0000000..179175a
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-pt-rPT/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma aplicação"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-pt/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-pt/values.xml
new file mode 100644
index 0000000..5e3b098
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-pt/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecione um aplicativo"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ro/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ro/values.xml
new file mode 100644
index 0000000..290b75d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ro/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Terminat"
+ "Afișați-le pe toate"
+ "Alegeți o aplicaţie"
+ "Ștergeți interogarea"
+ "Interogare de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți la %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ru/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ru/values.xml
new file mode 100644
index 0000000..697bee5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ru/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Другие параметры"
+ "Готово"
+ "Показать все"
+ "Выбрать приложение"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Открыть доступ"
+ "Открыть доступ пользователю %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-si-rLK/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-si-rLK/values.xml
new file mode 100644
index 0000000..744928f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-si-rLK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "අවසාන වූ"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමඟ බෙදාගන්න"
+ "%s සමඟ බෙදාගන්න"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sk/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sk/values.xml
new file mode 100644
index 0000000..617640b
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Prejsť na plochu"
+ "Prejsť hore"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetko"
+ "Zvoľte aplikáciu"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať pomocou"
+ "Zdieľať pomocou %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sl/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sl/values.xml
new file mode 100644
index 0000000..6da5ef9
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Krmarjenje domov"
+ "Krmarjenje navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z"
+ "Deljenje z:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sr/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sr/values.xml
new file mode 100644
index 0000000..befbe98
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Одлазак на Почетну"
+ "Кретање нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Избор апликације"
+ "Брисање упита"
+ "Упит за претрагу"
+ "Претрага"
+ "Слање упита"
+ "Гласовна претрага"
+ "Дели са"
+ "Дели са апликацијом %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sv/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sv/values.xml
new file mode 100644
index 0000000..df0e948
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sv/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Visa startsidan"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klart"
+ "Visa alla"
+ "Välj en app"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sw/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sw/values.xml
new file mode 100644
index 0000000..e019b42
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sw/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Nenda mwanzo"
+ "Nenda juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Tafuta kwa kutamka"
+ "Shiriki na:"
+ "Shiriki na %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-sw600dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-sw600dp-v13/values.xml
new file mode 100644
index 0000000..e3bd879
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-sw600dp-v13/values.xml
@@ -0,0 +1,14 @@
+
+
+
+
+ 24dp
+ 64dp
+ 4dp
+ 8dp
+ 18dp
+ 580dp
+ 16dp
+ 20dp
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ta-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ta-rIN/values.xml
new file mode 100644
index 0000000..e1a124c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ta-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "எல்லாம் காட்டு"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "வினவலை அழி"
+ "தேடல் வினவல்"
+ "தேடு"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "இதனுடன் பகிர்"
+ "%s உடன் பகிர்"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-te-rIN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-te-rIN/values.xml
new file mode 100644
index 0000000..d5b49e7
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-te-rIN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్న శోధించండి"
+ "శోధించు"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "వీరితో భాగస్వామ్యం చేయి"
+ "%sతో భాగస్వామ్యం చేయి"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-th/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-th/values.xml
new file mode 100644
index 0000000..9ced53d
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-th/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "นำทางไปหน้าแรก"
+ "นำทางขึ้น"
+ "ตัวเลือกอื่น"
+ "เสร็จสิ้น"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ล้างข้อความค้นหา"
+ "ข้อความค้นหา"
+ "ค้นหา"
+ "ส่งข้อความค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์กับ %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-tl/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-tl/values.xml
new file mode 100644
index 0000000..1a3029f
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-tl/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Mag-navigate patungo sa home"
+ "Mag-navigate pataas"
+ "Higit pang mga opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng isang app"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi sa/kay %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-tr/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-tr/values.xml
new file mode 100644
index 0000000..a85e3a5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-tr/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Ana ekrana git"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Tamamlandı"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş"
+ "%s ile paylaş"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-uk/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-uk/values.xml
new file mode 100644
index 0000000..aac8e96
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-uk/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Перейти на головний"
+ "Перейти вгору"
+ "Інші опції"
+ "Готово"
+ "Переглянути всі"
+ "Вибрати програму"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Надіслати запит"
+ "Голосовий пошук"
+ "Надіслати через"
+ "Надіслати через %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-ur-rPK/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-ur-rPK/values.xml
new file mode 100644
index 0000000..d0909a0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-ur-rPK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "استفسار صاف کریں"
+ "استفسار تلاش کریں"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اشتراک کریں مع"
+ "%s کے ساتھ اشتراک کریں"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-uz-rUZ/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-uz-rUZ/values.xml
new file mode 100644
index 0000000..fe7de7c
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-uz-rUZ/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Tayyor"
+ "Barchasini ko‘rish"
+ "Dastur tanlang"
+ "So‘rovni tozalash"
+ "So‘rovni izlash"
+ "Izlash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Bo‘lishish:"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v11/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v11/values.xml
new file mode 100644
index 0000000..fc13bc6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v11/values.xml
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v12/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v12/values.xml
new file mode 100644
index 0000000..0a652de
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v12/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v14/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v14/values.xml
new file mode 100644
index 0000000..992eb64
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v14/values.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v17/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v17/values.xml
new file mode 100644
index 0000000..4ae9641
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v17/values.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v18/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v18/values.xml
new file mode 100644
index 0000000..8c21f47
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v18/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 0px
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-v21/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-v21/values.xml
new file mode 100644
index 0000000..0b9eda0
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-v21/values.xml
@@ -0,0 +1,264 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-vi/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-vi/values.xml
new file mode 100644
index 0000000..311f8ca
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-vi/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Điều hướng về trang chủ"
+ "Điều hướng lên trên"
+ "Thêm tùy chọn"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "Xóa truy vấn"
+ "Tìm kiếm truy vấn"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-w360dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-w360dp-v13/values.xml
new file mode 100644
index 0000000..eb82034
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-w360dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-w480dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-w480dp-v13/values.xml
new file mode 100644
index 0000000..fcffecf
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-w480dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ true
+ true
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-w500dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-w500dp-v13/values.xml
new file mode 100644
index 0000000..a680aa1
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-w500dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-w600dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-w600dp-v13/values.xml
new file mode 100644
index 0000000..8460138
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-w600dp-v13/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+ 192dip
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-w720dp-v13/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-w720dp-v13/values.xml
new file mode 100644
index 0000000..2a616dd
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-w720dp-v13/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-xlarge-land-v4/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-xlarge-land-v4/values.xml
new file mode 100644
index 0000000..ad0b930
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-xlarge-land-v4/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+ 256dip
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-xlarge-v4/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-xlarge-v4/values.xml
new file mode 100644
index 0000000..81c20c5
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-xlarge-v4/values.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ false
+ 192dip
+ 60%
+ 90%
+ 50%
+ 70%
+ 5
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-zh-rCN/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-zh-rCN/values.xml
new file mode 100644
index 0000000..631cfe6
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-zh-rCN/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "转到主屏幕"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享方式"
+ "通过%s分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-zh-rHK/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-zh-rHK/values.xml
new file mode 100644
index 0000000..327b6ee
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-zh-rHK/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "顯示全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-zh-rTW/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-zh-rTW/values.xml
new file mode 100644
index 0000000..d6f8c23
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-zh-rTW/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "選擇分享對象"
+ "與「%s」分享"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values-zu/values.xml b/tutorial_view/build/intermediates/res/test/debug/values-zu/values.xml
new file mode 100644
index 0000000..ff8d0bc
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values-zu/values.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Izinketho eziningi"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha uhlelo lokusebenza"
+ "Sula inkinga"
+ "Umbuzo wosesho"
+ "Sesha"
+ "Hambisa umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no-"
+ "Yabelana no-%s"
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/res/test/debug/values/values.xml b/tutorial_view/build/intermediates/res/test/debug/values/values.xml
new file mode 100644
index 0000000..042d605
--- /dev/null
+++ b/tutorial_view/build/intermediates/res/test/debug/values/values.xml
@@ -0,0 +1,1434 @@
+
+
+
+
+
+
+
+
+ true
+ false
+ true
+ true
+ false
+ true
+ false
+ @android:color/black
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff424242
+ #ffeeeeee
+ #ff303030
+ #ffeeeeee
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #6680cbc4
+ #66009688
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff009688
+ #ff000000
+ #ff757575
+ #ff212121
+ #ffefefef
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #4dffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16dp
+ 56dp
+ 4dp
+ 16dp
+ 0dp
+ 10dp
+ 6dp
+ 40dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 8dp
+ 65%
+ 95%
+ 24dp
+ 18dp
+ 0.30
+ 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 320dip
+ 160dip
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ 80%
+ 100%
+ 320dp
+ 320dp
+ 0.30
+ 0.26
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 2
+ Navigate home
+ %1$s, %2$s
+ %1$s, %2$s, %3$s
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+
+
+ TutorialView
+ Got It
+ Skip
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tutorial_view/build/intermediates/symbols/test/debug/R.txt b/tutorial_view/build/intermediates/symbols/test/debug/R.txt
new file mode 100644
index 0000000..eb918b8
--- /dev/null
+++ b/tutorial_view/build/intermediates/symbols/test/debug/R.txt
@@ -0,0 +1,1139 @@
+int anim abc_fade_in 0x7f040000
+int anim abc_fade_out 0x7f040001
+int anim abc_grow_fade_in_from_bottom 0x7f040002
+int anim abc_popup_enter 0x7f040003
+int anim abc_popup_exit 0x7f040004
+int anim abc_shrink_fade_out_from_bottom 0x7f040005
+int anim abc_slide_in_bottom 0x7f040006
+int anim abc_slide_in_top 0x7f040007
+int anim abc_slide_out_bottom 0x7f040008
+int anim abc_slide_out_top 0x7f040009
+int anim dummy 0x7f04000a
+int anim tutorial_info_view_fade_in 0x7f04000b
+int anim tutorial_info_view_fade_out 0x7f04000c
+int attr actionBarDivider 0x7f010063
+int attr actionBarItemBackground 0x7f010064
+int attr actionBarPopupTheme 0x7f01005d
+int attr actionBarSize 0x7f010062
+int attr actionBarSplitStyle 0x7f01005f
+int attr actionBarStyle 0x7f01005e
+int attr actionBarTabBarStyle 0x7f010059
+int attr actionBarTabStyle 0x7f010058
+int attr actionBarTabTextStyle 0x7f01005a
+int attr actionBarTheme 0x7f010060
+int attr actionBarWidgetTheme 0x7f010061
+int attr actionButtonStyle 0x7f01007d
+int attr actionDropDownStyle 0x7f010079
+int attr actionLayout 0x7f010031
+int attr actionMenuTextAppearance 0x7f010065
+int attr actionMenuTextColor 0x7f010066
+int attr actionModeBackground 0x7f010069
+int attr actionModeCloseButtonStyle 0x7f010068
+int attr actionModeCloseDrawable 0x7f01006b
+int attr actionModeCopyDrawable 0x7f01006d
+int attr actionModeCutDrawable 0x7f01006c
+int attr actionModeFindDrawable 0x7f010071
+int attr actionModePasteDrawable 0x7f01006e
+int attr actionModePopupWindowStyle 0x7f010073
+int attr actionModeSelectAllDrawable 0x7f01006f
+int attr actionModeShareDrawable 0x7f010070
+int attr actionModeSplitBackground 0x7f01006a
+int attr actionModeStyle 0x7f010067
+int attr actionModeWebSearchDrawable 0x7f010072
+int attr actionOverflowButtonStyle 0x7f01005b
+int attr actionOverflowMenuStyle 0x7f01005c
+int attr actionProviderClass 0x7f010033
+int attr actionViewClass 0x7f010032
+int attr activityChooserViewStyle 0x7f010084
+int attr alertDialogButtonGroupStyle 0x7f0100a5
+int attr alertDialogCenterButtons 0x7f0100a6
+int attr alertDialogStyle 0x7f0100a4
+int attr alertDialogTheme 0x7f0100a7
+int attr autoCompleteTextViewStyle 0x7f0100ac
+int attr background 0x7f01000c
+int attr backgroundSplit 0x7f01000e
+int attr backgroundStacked 0x7f01000d
+int attr backgroundTint 0x7f0100c5
+int attr backgroundTintMode 0x7f0100c6
+int attr barSize 0x7f01002b
+int attr buttonBarButtonStyle 0x7f01007f
+int attr buttonBarNegativeButtonStyle 0x7f0100aa
+int attr buttonBarNeutralButtonStyle 0x7f0100ab
+int attr buttonBarPositiveButtonStyle 0x7f0100a9
+int attr buttonBarStyle 0x7f01007e
+int attr buttonPanelSideLayout 0x7f01001f
+int attr buttonStyle 0x7f0100ad
+int attr buttonStyleSmall 0x7f0100ae
+int attr checkboxStyle 0x7f0100af
+int attr checkedTextViewStyle 0x7f0100b0
+int attr closeIcon 0x7f01003a
+int attr closeItemLayout 0x7f01001c
+int attr collapseContentDescription 0x7f0100bf
+int attr collapseIcon 0x7f0100be
+int attr color 0x7f010025
+int attr colorAccent 0x7f01009e
+int attr colorButtonNormal 0x7f0100a2
+int attr colorControlActivated 0x7f0100a0
+int attr colorControlHighlight 0x7f0100a1
+int attr colorControlNormal 0x7f01009f
+int attr colorPrimary 0x7f01009c
+int attr colorPrimaryDark 0x7f01009d
+int attr colorSwitchThumbNormal 0x7f0100a3
+int attr commitIcon 0x7f01003f
+int attr contentInsetEnd 0x7f010017
+int attr contentInsetLeft 0x7f010018
+int attr contentInsetRight 0x7f010019
+int attr contentInsetStart 0x7f010016
+int attr customNavigationLayout 0x7f01000f
+int attr dialogPreferredPadding 0x7f010077
+int attr dialogTheme 0x7f010076
+int attr disableChildrenWhenDisabled 0x7f010046
+int attr displayOptions 0x7f010005
+int attr divider 0x7f01000b
+int attr dividerHorizontal 0x7f010083
+int attr dividerPadding 0x7f01002f
+int attr dividerVertical 0x7f010082
+int attr drawableSize 0x7f010027
+int attr drawerArrowStyle 0x7f010000
+int attr dropDownListViewStyle 0x7f010094
+int attr dropdownListPreferredItemHeight 0x7f01007a
+int attr editTextBackground 0x7f01008a
+int attr editTextColor 0x7f010089
+int attr editTextStyle 0x7f0100b1
+int attr elevation 0x7f01001a
+int attr expandActivityOverflowButtonDrawable 0x7f01001e
+int attr gapBetweenBars 0x7f010028
+int attr goIcon 0x7f01003b
+int attr height 0x7f010001
+int attr hideOnContentScroll 0x7f010015
+int attr homeAsUpIndicator 0x7f01007c
+int attr homeLayout 0x7f010010
+int attr icon 0x7f010009
+int attr iconifiedByDefault 0x7f010038
+int attr indeterminateProgressStyle 0x7f010012
+int attr initialActivityCount 0x7f01001d
+int attr isLightTheme 0x7f010002
+int attr itemPadding 0x7f010014
+int attr layout 0x7f010037
+int attr listChoiceBackgroundIndicator 0x7f01009b
+int attr listDividerAlertDialog 0x7f010078
+int attr listItemLayout 0x7f010023
+int attr listLayout 0x7f010020
+int attr listPopupWindowStyle 0x7f010095
+int attr listPreferredItemHeight 0x7f01008f
+int attr listPreferredItemHeightLarge 0x7f010091
+int attr listPreferredItemHeightSmall 0x7f010090
+int attr listPreferredItemPaddingLeft 0x7f010092
+int attr listPreferredItemPaddingRight 0x7f010093
+int attr logo 0x7f01000a
+int attr maxButtonHeight 0x7f0100bd
+int attr measureWithLargestChild 0x7f01002d
+int attr middleBarArrowSize 0x7f01002a
+int attr multiChoiceItemLayout 0x7f010021
+int attr navigationContentDescription 0x7f0100c1
+int attr navigationIcon 0x7f0100c0
+int attr navigationMode 0x7f010004
+int attr overlapAnchor 0x7f010035
+int attr paddingEnd 0x7f0100c3
+int attr paddingStart 0x7f0100c2
+int attr panelBackground 0x7f010098
+int attr panelMenuListTheme 0x7f01009a
+int attr panelMenuListWidth 0x7f010099
+int attr popupMenuStyle 0x7f010087
+int attr popupPromptView 0x7f010045
+int attr popupTheme 0x7f01001b
+int attr popupWindowStyle 0x7f010088
+int attr preserveIconSpacing 0x7f010034
+int attr progressBarPadding 0x7f010013
+int attr progressBarStyle 0x7f010011
+int attr prompt 0x7f010043
+int attr queryBackground 0x7f010041
+int attr queryHint 0x7f010039
+int attr radioButtonStyle 0x7f0100b2
+int attr ratingBarStyle 0x7f0100b3
+int attr searchHintIcon 0x7f01003d
+int attr searchIcon 0x7f01003c
+int attr searchViewStyle 0x7f01008e
+int attr selectableItemBackground 0x7f010080
+int attr selectableItemBackgroundBorderless 0x7f010081
+int attr showAsAction 0x7f010030
+int attr showDividers 0x7f01002e
+int attr showText 0x7f01004d
+int attr singleChoiceItemLayout 0x7f010022
+int attr spinBars 0x7f010026
+int attr spinnerDropDownItemStyle 0x7f01007b
+int attr spinnerMode 0x7f010044
+int attr spinnerStyle 0x7f0100b4
+int attr splitTrack 0x7f01004c
+int attr state_above_anchor 0x7f010036
+int attr submitBackground 0x7f010042
+int attr subtitle 0x7f010006
+int attr subtitleTextAppearance 0x7f0100b7
+int attr subtitleTextStyle 0x7f010008
+int attr suggestionRowLayout 0x7f010040
+int attr switchMinWidth 0x7f01004a
+int attr switchPadding 0x7f01004b
+int attr switchStyle 0x7f0100b5
+int attr switchTextAppearance 0x7f010049
+int attr textAllCaps 0x7f010024
+int attr textAppearanceLargePopupMenu 0x7f010074
+int attr textAppearanceListItem 0x7f010096
+int attr textAppearanceListItemSmall 0x7f010097
+int attr textAppearanceSearchResultSubtitle 0x7f01008c
+int attr textAppearanceSearchResultTitle 0x7f01008b
+int attr textAppearanceSmallPopupMenu 0x7f010075
+int attr textColorAlertDialogListItem 0x7f0100a8
+int attr textColorSearchUrl 0x7f01008d
+int attr theme 0x7f0100c4
+int attr thickness 0x7f01002c
+int attr thumbTextPadding 0x7f010048
+int attr title 0x7f010003
+int attr titleMarginBottom 0x7f0100bc
+int attr titleMarginEnd 0x7f0100ba
+int attr titleMarginStart 0x7f0100b9
+int attr titleMarginTop 0x7f0100bb
+int attr titleMargins 0x7f0100b8
+int attr titleTextAppearance 0x7f0100b6
+int attr titleTextStyle 0x7f010007
+int attr toolbarNavigationButtonStyle 0x7f010086
+int attr toolbarStyle 0x7f010085
+int attr topBottomBarArrowSize 0x7f010029
+int attr track 0x7f010047
+int attr voiceIcon 0x7f01003e
+int attr windowActionBar 0x7f01004e
+int attr windowActionBarOverlay 0x7f010050
+int attr windowActionModeOverlay 0x7f010051
+int attr windowFixedHeightMajor 0x7f010055
+int attr windowFixedHeightMinor 0x7f010053
+int attr windowFixedWidthMajor 0x7f010052
+int attr windowFixedWidthMinor 0x7f010054
+int attr windowMinWidthMajor 0x7f010056
+int attr windowMinWidthMinor 0x7f010057
+int attr windowNoTitle 0x7f01004f
+int bool abc_action_bar_embed_tabs 0x7f050000
+int bool abc_action_bar_embed_tabs_pre_jb 0x7f050001
+int bool abc_action_bar_expanded_action_views_exclusive 0x7f050002
+int bool abc_config_actionMenuItemAllCaps 0x7f050003
+int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050004
+int bool abc_config_closeDialogWhenTouchOutside 0x7f050005
+int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050006
+int color abc_background_cache_hint_selector_material_dark 0x7f060033
+int color abc_background_cache_hint_selector_material_light 0x7f060034
+int color abc_input_method_navigation_guard 0x7f060000
+int color abc_primary_text_disable_only_material_dark 0x7f060035
+int color abc_primary_text_disable_only_material_light 0x7f060036
+int color abc_primary_text_material_dark 0x7f060037
+int color abc_primary_text_material_light 0x7f060038
+int color abc_search_url_text 0x7f060039
+int color abc_search_url_text_normal 0x7f060001
+int color abc_search_url_text_pressed 0x7f060002
+int color abc_search_url_text_selected 0x7f060003
+int color abc_secondary_text_material_dark 0x7f06003a
+int color abc_secondary_text_material_light 0x7f06003b
+int color accent_material_dark 0x7f060004
+int color accent_material_light 0x7f060005
+int color background_floating_material_dark 0x7f060006
+int color background_floating_material_light 0x7f060007
+int color background_material_dark 0x7f060008
+int color background_material_light 0x7f060009
+int color bright_foreground_disabled_material_dark 0x7f06000a
+int color bright_foreground_disabled_material_light 0x7f06000b
+int color bright_foreground_inverse_material_dark 0x7f06000c
+int color bright_foreground_inverse_material_light 0x7f06000d
+int color bright_foreground_material_dark 0x7f06000e
+int color bright_foreground_material_light 0x7f06000f
+int color button_material_dark 0x7f060010
+int color button_material_light 0x7f060011
+int color dim_foreground_disabled_material_dark 0x7f060012
+int color dim_foreground_disabled_material_light 0x7f060013
+int color dim_foreground_material_dark 0x7f060014
+int color dim_foreground_material_light 0x7f060015
+int color highlighted_text_material_dark 0x7f060016
+int color highlighted_text_material_light 0x7f060017
+int color hint_foreground_material_dark 0x7f060018
+int color hint_foreground_material_light 0x7f060019
+int color link_text_material_dark 0x7f06001a
+int color link_text_material_light 0x7f06001b
+int color material_blue_grey_800 0x7f06001c
+int color material_blue_grey_900 0x7f06001d
+int color material_blue_grey_950 0x7f06001e
+int color material_deep_teal_200 0x7f06001f
+int color material_deep_teal_500 0x7f060020
+int color primary_dark_material_dark 0x7f060021
+int color primary_dark_material_light 0x7f060022
+int color primary_material_dark 0x7f060023
+int color primary_material_light 0x7f060024
+int color primary_text_default_material_dark 0x7f060025
+int color primary_text_default_material_light 0x7f060026
+int color primary_text_disabled_material_dark 0x7f060027
+int color primary_text_disabled_material_light 0x7f060028
+int color ripple_material_dark 0x7f060029
+int color ripple_material_light 0x7f06002a
+int color secondary_text_default_material_dark 0x7f06002b
+int color secondary_text_default_material_light 0x7f06002c
+int color secondary_text_disabled_material_dark 0x7f06002d
+int color secondary_text_disabled_material_light 0x7f06002e
+int color switch_thumb_disabled_material_dark 0x7f06002f
+int color switch_thumb_disabled_material_light 0x7f060030
+int color switch_thumb_material_dark 0x7f06003c
+int color switch_thumb_material_light 0x7f06003d
+int color switch_thumb_normal_material_dark 0x7f060031
+int color switch_thumb_normal_material_light 0x7f060032
+int dimen abc_action_bar_content_inset_material 0x7f070000
+int dimen abc_action_bar_default_height_material 0x7f070001
+int dimen abc_action_bar_default_padding_material 0x7f070002
+int dimen abc_action_bar_icon_vertical_padding_material 0x7f070003
+int dimen abc_action_bar_navigation_padding_start_material 0x7f070004
+int dimen abc_action_bar_overflow_padding_end_material 0x7f070005
+int dimen abc_action_bar_overflow_padding_start_material 0x7f070006
+int dimen abc_action_bar_progress_bar_size 0x7f070007
+int dimen abc_action_bar_stacked_max_height 0x7f070008
+int dimen abc_action_bar_stacked_tab_max_width 0x7f070009
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f07000a
+int dimen abc_action_bar_subtitle_top_margin_material 0x7f07000b
+int dimen abc_action_button_min_height_material 0x7f07000c
+int dimen abc_action_button_min_width_material 0x7f07000d
+int dimen abc_action_button_min_width_overflow_material 0x7f07000e
+int dimen abc_alert_dialog_button_bar_height 0x7f07000f
+int dimen abc_button_inset_horizontal_material 0x7f070010
+int dimen abc_button_inset_vertical_material 0x7f070011
+int dimen abc_button_padding_horizontal_material 0x7f070012
+int dimen abc_button_padding_vertical_material 0x7f070013
+int dimen abc_config_prefDialogWidth 0x7f070014
+int dimen abc_control_corner_material 0x7f070015
+int dimen abc_control_inset_material 0x7f070016
+int dimen abc_control_padding_material 0x7f070017
+int dimen abc_dialog_list_padding_vertical_material 0x7f070018
+int dimen abc_dialog_min_width_major 0x7f070019
+int dimen abc_dialog_min_width_minor 0x7f07001a
+int dimen abc_dialog_padding_material 0x7f07001b
+int dimen abc_dialog_padding_top_material 0x7f07001c
+int dimen abc_disabled_alpha_material_dark 0x7f07001d
+int dimen abc_disabled_alpha_material_light 0x7f07001e
+int dimen abc_dropdownitem_icon_width 0x7f07001f
+int dimen abc_dropdownitem_text_padding_left 0x7f070020
+int dimen abc_dropdownitem_text_padding_right 0x7f070021
+int dimen abc_edit_text_inset_bottom_material 0x7f070022
+int dimen abc_edit_text_inset_horizontal_material 0x7f070023
+int dimen abc_edit_text_inset_top_material 0x7f070024
+int dimen abc_floating_window_z 0x7f070025
+int dimen abc_list_item_padding_horizontal_material 0x7f070026
+int dimen abc_panel_menu_list_width 0x7f070027
+int dimen abc_search_view_preferred_width 0x7f070028
+int dimen abc_search_view_text_min_width 0x7f070029
+int dimen abc_switch_padding 0x7f07002a
+int dimen abc_text_size_body_1_material 0x7f07002b
+int dimen abc_text_size_body_2_material 0x7f07002c
+int dimen abc_text_size_button_material 0x7f07002d
+int dimen abc_text_size_caption_material 0x7f07002e
+int dimen abc_text_size_display_1_material 0x7f07002f
+int dimen abc_text_size_display_2_material 0x7f070030
+int dimen abc_text_size_display_3_material 0x7f070031
+int dimen abc_text_size_display_4_material 0x7f070032
+int dimen abc_text_size_headline_material 0x7f070033
+int dimen abc_text_size_large_material 0x7f070034
+int dimen abc_text_size_medium_material 0x7f070035
+int dimen abc_text_size_menu_material 0x7f070036
+int dimen abc_text_size_small_material 0x7f070037
+int dimen abc_text_size_subhead_material 0x7f070038
+int dimen abc_text_size_subtitle_material_toolbar 0x7f070039
+int dimen abc_text_size_title_material 0x7f07003a
+int dimen abc_text_size_title_material_toolbar 0x7f07003b
+int dimen dialog_fixed_height_major 0x7f07003c
+int dimen dialog_fixed_height_minor 0x7f07003d
+int dimen dialog_fixed_width_major 0x7f07003e
+int dimen dialog_fixed_width_minor 0x7f07003f
+int dimen disabled_alpha_material_dark 0x7f070040
+int dimen disabled_alpha_material_light 0x7f070041
+int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000
+int drawable abc_btn_borderless_material 0x7f020001
+int drawable abc_btn_check_material 0x7f020002
+int drawable abc_btn_check_to_on_mtrl_000 0x7f020003
+int drawable abc_btn_check_to_on_mtrl_015 0x7f020004
+int drawable abc_btn_default_mtrl_shape 0x7f020005
+int drawable abc_btn_radio_material 0x7f020006
+int drawable abc_btn_radio_to_on_mtrl_000 0x7f020007
+int drawable abc_btn_radio_to_on_mtrl_015 0x7f020008
+int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f020009
+int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000a
+int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000b
+int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000c
+int drawable abc_cab_background_internal_bg 0x7f02000d
+int drawable abc_cab_background_top_material 0x7f02000e
+int drawable abc_cab_background_top_mtrl_alpha 0x7f02000f
+int drawable abc_dialog_material_background_dark 0x7f020010
+int drawable abc_dialog_material_background_light 0x7f020011
+int drawable abc_edit_text_material 0x7f020012
+int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020013
+int drawable abc_ic_clear_mtrl_alpha 0x7f020014
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020015
+int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020016
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f020017
+int drawable abc_ic_menu_cut_mtrl_alpha 0x7f020018
+int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f020019
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001a
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001b
+int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001c
+int drawable abc_ic_search_api_mtrl_alpha 0x7f02001d
+int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f02001e
+int drawable abc_item_background_holo_dark 0x7f02001f
+int drawable abc_item_background_holo_light 0x7f020020
+int drawable abc_list_divider_mtrl_alpha 0x7f020021
+int drawable abc_list_focused_holo 0x7f020022
+int drawable abc_list_longpressed_holo 0x7f020023
+int drawable abc_list_pressed_holo_dark 0x7f020024
+int drawable abc_list_pressed_holo_light 0x7f020025
+int drawable abc_list_selector_background_transition_holo_dark 0x7f020026
+int drawable abc_list_selector_background_transition_holo_light 0x7f020027
+int drawable abc_list_selector_disabled_holo_dark 0x7f020028
+int drawable abc_list_selector_disabled_holo_light 0x7f020029
+int drawable abc_list_selector_holo_dark 0x7f02002a
+int drawable abc_list_selector_holo_light 0x7f02002b
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002c
+int drawable abc_popup_background_mtrl_mult 0x7f02002d
+int drawable abc_ratingbar_full_material 0x7f02002e
+int drawable abc_spinner_mtrl_am_alpha 0x7f02002f
+int drawable abc_spinner_textfield_background_material 0x7f020030
+int drawable abc_switch_thumb_material 0x7f020031
+int drawable abc_switch_track_mtrl_alpha 0x7f020032
+int drawable abc_tab_indicator_material 0x7f020033
+int drawable abc_tab_indicator_mtrl_alpha 0x7f020034
+int drawable abc_text_cursor_mtrl_alpha 0x7f020035
+int drawable abc_textfield_activated_mtrl_alpha 0x7f020036
+int drawable abc_textfield_default_mtrl_alpha 0x7f020037
+int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020038
+int drawable abc_textfield_search_default_mtrl_alpha 0x7f020039
+int drawable abc_textfield_search_material 0x7f02003a
+int drawable ic_launcher 0x7f02003b
+int id action_bar 0x7f080040
+int id action_bar_activity_content 0x7f080000
+int id action_bar_container 0x7f08003f
+int id action_bar_root 0x7f08003b
+int id action_bar_spinner 0x7f080001
+int id action_bar_subtitle 0x7f080024
+int id action_bar_title 0x7f080023
+int id action_context_bar 0x7f080041
+int id action_menu_divider 0x7f080002
+int id action_menu_presenter 0x7f080003
+int id action_mode_bar 0x7f08003d
+int id action_mode_bar_stub 0x7f08003c
+int id action_mode_close_button 0x7f080025
+int id activity_chooser_view_content 0x7f080026
+int id alertTitle 0x7f080030
+int id always 0x7f080016
+int id beginning 0x7f080013
+int id buttonPanel 0x7f080036
+int id checkbox 0x7f080038
+int id collapseActionView 0x7f080017
+int id contentPanel 0x7f080031
+int id custom 0x7f080035
+int id customPanel 0x7f080034
+int id decor_content_parent 0x7f08003e
+int id default_activity_button 0x7f080029
+int id dialog 0x7f08001b
+int id disableHome 0x7f08000c
+int id dropdown 0x7f08001c
+int id edit_query 0x7f080042
+int id end 0x7f080014
+int id expand_activities_button 0x7f080027
+int id expanded_menu 0x7f080037
+int id got_it_button_view 0x7f080050
+int id home 0x7f080004
+int id homeAsUp 0x7f08000d
+int id icon 0x7f08002b
+int id ifRoom 0x7f080018
+int id image 0x7f080028
+int id listMode 0x7f080009
+int id list_item 0x7f08002a
+int id middle 0x7f080015
+int id multiply 0x7f08001e
+int id never 0x7f080019
+int id none 0x7f08000e
+int id normal 0x7f08000a
+int id parentPanel 0x7f08002d
+int id progress_circular 0x7f080005
+int id progress_horizontal 0x7f080006
+int id radio 0x7f08003a
+int id screen 0x7f08001f
+int id scrollView 0x7f080032
+int id search_badge 0x7f080044
+int id search_bar 0x7f080043
+int id search_button 0x7f080045
+int id search_close_btn 0x7f08004a
+int id search_edit_frame 0x7f080046
+int id search_go_btn 0x7f08004c
+int id search_mag_icon 0x7f080047
+int id search_plate 0x7f080048
+int id search_src_text 0x7f080049
+int id search_voice_btn 0x7f08004d
+int id select_dialog_listview 0x7f08004e
+int id shortcut 0x7f080039
+int id showCustom 0x7f08000f
+int id showHome 0x7f080010
+int id showTitle 0x7f080011
+int id skip_button_view 0x7f080051
+int id split_action_bar 0x7f080007
+int id src_atop 0x7f080020
+int id src_in 0x7f080021
+int id src_over 0x7f080022
+int id submit_area 0x7f08004b
+int id tabMode 0x7f08000b
+int id textSpacerNoButtons 0x7f080033
+int id title 0x7f08002c
+int id title_template 0x7f08002f
+int id title_view 0x7f080052
+int id topPanel 0x7f08002e
+int id tutorial_info_text 0x7f080053
+int id tutorial_layout 0x7f08004f
+int id up 0x7f080008
+int id useLogo 0x7f080012
+int id withText 0x7f08001a
+int id wrap_content 0x7f08001d
+int integer abc_config_activityDefaultDur 0x7f090000
+int integer abc_config_activityShortDur 0x7f090001
+int integer abc_max_action_buttons 0x7f090002
+int layout abc_action_bar_title_item 0x7f030000
+int layout abc_action_bar_up_container 0x7f030001
+int layout abc_action_bar_view_list_nav_layout 0x7f030002
+int layout abc_action_menu_item_layout 0x7f030003
+int layout abc_action_menu_layout 0x7f030004
+int layout abc_action_mode_bar 0x7f030005
+int layout abc_action_mode_close_item_material 0x7f030006
+int layout abc_activity_chooser_view 0x7f030007
+int layout abc_activity_chooser_view_list_item 0x7f030008
+int layout abc_alert_dialog_material 0x7f030009
+int layout abc_dialog_title_material 0x7f03000a
+int layout abc_expanded_menu_layout 0x7f03000b
+int layout abc_list_menu_item_checkbox 0x7f03000c
+int layout abc_list_menu_item_icon 0x7f03000d
+int layout abc_list_menu_item_layout 0x7f03000e
+int layout abc_list_menu_item_radio 0x7f03000f
+int layout abc_popup_menu_item_layout 0x7f030010
+int layout abc_screen_content_include 0x7f030011
+int layout abc_screen_simple 0x7f030012
+int layout abc_screen_simple_overlay_action_mode 0x7f030013
+int layout abc_screen_toolbar 0x7f030014
+int layout abc_search_dropdown_item_icons_2line 0x7f030015
+int layout abc_search_view 0x7f030016
+int layout abc_select_dialog_material 0x7f030017
+int layout abc_simple_dropdown_hint 0x7f030018
+int layout activity_tutorial_layout 0x7f030019
+int layout got_it_button_view 0x7f03001a
+int layout select_dialog_item_material 0x7f03001b
+int layout select_dialog_multichoice_material 0x7f03001c
+int layout select_dialog_singlechoice_material 0x7f03001d
+int layout skip_button_view 0x7f03001e
+int layout support_simple_spinner_dropdown_item 0x7f03001f
+int layout title_view 0x7f030020
+int layout tutorial_text 0x7f030021
+int layout tutorial_text_custom_test 0x7f030022
+int string abc_action_bar_home_description 0x7f0a0000
+int string abc_action_bar_home_description_format 0x7f0a0001
+int string abc_action_bar_home_subtitle_description_format 0x7f0a0002
+int string abc_action_bar_up_description 0x7f0a0003
+int string abc_action_menu_overflow_description 0x7f0a0004
+int string abc_action_mode_done 0x7f0a0005
+int string abc_activity_chooser_view_see_all 0x7f0a0006
+int string abc_activitychooserview_choose_application 0x7f0a0007
+int string abc_search_hint 0x7f0a0008
+int string abc_searchview_description_clear 0x7f0a0009
+int string abc_searchview_description_query 0x7f0a000a
+int string abc_searchview_description_search 0x7f0a000b
+int string abc_searchview_description_submit 0x7f0a000c
+int string abc_searchview_description_voice 0x7f0a000d
+int string abc_shareactionprovider_share_with 0x7f0a000e
+int string abc_shareactionprovider_share_with_application 0x7f0a000f
+int string abc_toolbar_collapse_description 0x7f0a0010
+int string app_name 0x7f0a0011
+int string got_it_button_text 0x7f0a0012
+int string skip_button_text 0x7f0a0013
+int style AlertDialog_AppCompat 0x7f0b0000
+int style AlertDialog_AppCompat_Light 0x7f0b0001
+int style Animation_AppCompat_Dialog 0x7f0b0002
+int style Animation_AppCompat_DropDownUp 0x7f0b0003
+int style Base_AlertDialog_AppCompat 0x7f0b0004
+int style Base_AlertDialog_AppCompat_Light 0x7f0b0005
+int style Base_Animation_AppCompat_Dialog 0x7f0b0006
+int style Base_Animation_AppCompat_DropDownUp 0x7f0b0007
+int style Base_DialogWindowTitle_AppCompat 0x7f0b0008
+int style Base_DialogWindowTitleBackground_AppCompat 0x7f0b0009
+int style Base_TextAppearance_AppCompat 0x7f0b000a
+int style Base_TextAppearance_AppCompat_Body1 0x7f0b000b
+int style Base_TextAppearance_AppCompat_Body2 0x7f0b000c
+int style Base_TextAppearance_AppCompat_Button 0x7f0b000d
+int style Base_TextAppearance_AppCompat_Caption 0x7f0b000e
+int style Base_TextAppearance_AppCompat_Display1 0x7f0b000f
+int style Base_TextAppearance_AppCompat_Display2 0x7f0b0010
+int style Base_TextAppearance_AppCompat_Display3 0x7f0b0011
+int style Base_TextAppearance_AppCompat_Display4 0x7f0b0012
+int style Base_TextAppearance_AppCompat_Headline 0x7f0b0013
+int style Base_TextAppearance_AppCompat_Inverse 0x7f0b0014
+int style Base_TextAppearance_AppCompat_Large 0x7f0b0015
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f0b0016
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b0017
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b0018
+int style Base_TextAppearance_AppCompat_Medium 0x7f0b0019
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f0b001a
+int style Base_TextAppearance_AppCompat_Menu 0x7f0b001b
+int style Base_TextAppearance_AppCompat_SearchResult 0x7f0b001c
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b001d
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f0b001e
+int style Base_TextAppearance_AppCompat_Small 0x7f0b001f
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f0b0020
+int style Base_TextAppearance_AppCompat_Subhead 0x7f0b0021
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f0b0022
+int style Base_TextAppearance_AppCompat_Title 0x7f0b0023
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f0b0024
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0025
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0026
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0027
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0028
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0029
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b002a
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b002b
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b002c
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b002d
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b002e
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f0b002f
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b0030
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0031
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b0032
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b0033
+int style Base_Theme_AppCompat 0x7f0b0034
+int style Base_Theme_AppCompat_CompactMenu 0x7f0b0035
+int style Base_Theme_AppCompat_Dialog 0x7f0b0036
+int style Base_Theme_AppCompat_Dialog_Alert 0x7f0b0037
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f0b0038
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f0b0039
+int style Base_Theme_AppCompat_DialogWhenLarge 0x7f0b003a
+int style Base_Theme_AppCompat_Light 0x7f0b003b
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f0b003c
+int style Base_Theme_AppCompat_Light_Dialog 0x7f0b003d
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f0b003e
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f0b003f
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b0040
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0041
+int style Base_ThemeOverlay_AppCompat 0x7f0b0042
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f0b0043
+int style Base_ThemeOverlay_AppCompat_Dark 0x7f0b0044
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b0045
+int style Base_ThemeOverlay_AppCompat_Light 0x7f0b0046
+int style Base_V11_Theme_AppCompat_Dialog 0x7f0b0110
+int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f0b0111
+int style Base_V21_Theme_AppCompat 0x7f0b0118
+int style Base_V21_Theme_AppCompat_Dialog 0x7f0b0119
+int style Base_V21_Theme_AppCompat_Light 0x7f0b011a
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f0b011b
+int style Base_V7_Theme_AppCompat 0x7f0b0047
+int style Base_V7_Theme_AppCompat_Dialog 0x7f0b0048
+int style Base_V7_Theme_AppCompat_Light 0x7f0b0049
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f0b004a
+int style Base_Widget_AppCompat_ActionBar 0x7f0b004b
+int style Base_Widget_AppCompat_ActionBar_Solid 0x7f0b004c
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f0b004d
+int style Base_Widget_AppCompat_ActionBar_TabText 0x7f0b004e
+int style Base_Widget_AppCompat_ActionBar_TabView 0x7f0b004f
+int style Base_Widget_AppCompat_ActionButton 0x7f0b0050
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f0b0051
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f0b0052
+int style Base_Widget_AppCompat_ActionMode 0x7f0b0053
+int style Base_Widget_AppCompat_ActivityChooserView 0x7f0b0054
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f0b0055
+int style Base_Widget_AppCompat_Button 0x7f0b0056
+int style Base_Widget_AppCompat_Button_Borderless 0x7f0b0057
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f0b0058
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b0059
+int style Base_Widget_AppCompat_Button_Small 0x7f0b005a
+int style Base_Widget_AppCompat_ButtonBar 0x7f0b005b
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b005c
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f0b005d
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f0b005e
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0b005f
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f0b0060
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0b0061
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f0b0062
+int style Base_Widget_AppCompat_EditText 0x7f0b0063
+int style Base_Widget_AppCompat_Light_ActionBar 0x7f0b0064
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0b0065
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b0066
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f0b0067
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0068
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0069
+int style Base_Widget_AppCompat_Light_PopupMenu 0x7f0b006a
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b006b
+int style Base_Widget_AppCompat_ListPopupWindow 0x7f0b006c
+int style Base_Widget_AppCompat_ListView 0x7f0b006d
+int style Base_Widget_AppCompat_ListView_DropDown 0x7f0b006e
+int style Base_Widget_AppCompat_ListView_Menu 0x7f0b006f
+int style Base_Widget_AppCompat_PopupMenu 0x7f0b0070
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f0b0071
+int style Base_Widget_AppCompat_PopupWindow 0x7f0b0072
+int style Base_Widget_AppCompat_ProgressBar 0x7f0b0073
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0074
+int style Base_Widget_AppCompat_RatingBar 0x7f0b0075
+int style Base_Widget_AppCompat_SearchView 0x7f0b0076
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0b0077
+int style Base_Widget_AppCompat_Spinner 0x7f0b0078
+int style Base_Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0079
+int style Base_Widget_AppCompat_Spinner_Underlined 0x7f0b007a
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f0b007b
+int style Base_Widget_AppCompat_Toolbar 0x7f0b007c
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b007d
+int style Platform_AppCompat 0x7f0b007e
+int style Platform_AppCompat_Light 0x7f0b007f
+int style Platform_ThemeOverlay_AppCompat_Dark 0x7f0b0080
+int style Platform_ThemeOverlay_AppCompat_Light 0x7f0b0081
+int style Platform_V11_AppCompat 0x7f0b0112
+int style Platform_V11_AppCompat_Light 0x7f0b0113
+int style Platform_V12_AppCompat 0x7f0b0114
+int style Platform_V12_AppCompat_Light 0x7f0b0115
+int style Platform_V14_AppCompat 0x7f0b0116
+int style Platform_V14_AppCompat_Light 0x7f0b0117
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f0b0082
+int style RtlOverlay_Widget_AppCompat_ActionButton_Overflow 0x7f0b0083
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f0b0084
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f0b0085
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f0b0086
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f0b0087
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f0b0088
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f0b0089
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f0b008a
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f0b008b
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f0b008c
+int style RtlOverlay_Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b008d
+int style TextAppearance_AppCompat 0x7f0b008e
+int style TextAppearance_AppCompat_Body1 0x7f0b008f
+int style TextAppearance_AppCompat_Body2 0x7f0b0090
+int style TextAppearance_AppCompat_Button 0x7f0b0091
+int style TextAppearance_AppCompat_Caption 0x7f0b0092
+int style TextAppearance_AppCompat_Display1 0x7f0b0093
+int style TextAppearance_AppCompat_Display2 0x7f0b0094
+int style TextAppearance_AppCompat_Display3 0x7f0b0095
+int style TextAppearance_AppCompat_Display4 0x7f0b0096
+int style TextAppearance_AppCompat_Headline 0x7f0b0097
+int style TextAppearance_AppCompat_Inverse 0x7f0b0098
+int style TextAppearance_AppCompat_Large 0x7f0b0099
+int style TextAppearance_AppCompat_Large_Inverse 0x7f0b009a
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b009b
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b009c
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b009d
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b009e
+int style TextAppearance_AppCompat_Medium 0x7f0b009f
+int style TextAppearance_AppCompat_Medium_Inverse 0x7f0b00a0
+int style TextAppearance_AppCompat_Menu 0x7f0b00a1
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b00a2
+int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b00a3
+int style TextAppearance_AppCompat_Small 0x7f0b00a4
+int style TextAppearance_AppCompat_Small_Inverse 0x7f0b00a5
+int style TextAppearance_AppCompat_Subhead 0x7f0b00a6
+int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0b00a7
+int style TextAppearance_AppCompat_Title 0x7f0b00a8
+int style TextAppearance_AppCompat_Title_Inverse 0x7f0b00a9
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b00aa
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b00ab
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b00ac
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b00ad
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b00ae
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b00af
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b00b0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b00b1
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b00b2
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b00b3
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b00b4
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b00b5
+int style TextAppearance_AppCompat_Widget_Switch 0x7f0b00b6
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0b00b7
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b00b8
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0b00b9
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0b00ba
+int style Theme_AppCompat 0x7f0b00bb
+int style Theme_AppCompat_CompactMenu 0x7f0b00bc
+int style Theme_AppCompat_Dialog 0x7f0b00bd
+int style Theme_AppCompat_Dialog_Alert 0x7f0b00be
+int style Theme_AppCompat_Dialog_MinWidth 0x7f0b00bf
+int style Theme_AppCompat_DialogWhenLarge 0x7f0b00c0
+int style Theme_AppCompat_Light 0x7f0b00c1
+int style Theme_AppCompat_Light_DarkActionBar 0x7f0b00c2
+int style Theme_AppCompat_Light_Dialog 0x7f0b00c3
+int style Theme_AppCompat_Light_Dialog_Alert 0x7f0b00c4
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0b00c5
+int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b00c6
+int style Theme_AppCompat_Light_NoActionBar 0x7f0b00c7
+int style Theme_AppCompat_NoActionBar 0x7f0b00c8
+int style ThemeOverlay_AppCompat 0x7f0b00c9
+int style ThemeOverlay_AppCompat_ActionBar 0x7f0b00ca
+int style ThemeOverlay_AppCompat_Dark 0x7f0b00cb
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0b00cc
+int style ThemeOverlay_AppCompat_Light 0x7f0b00cd
+int style TutorialActivityTheme 0x7f0b00ce
+int style Widget_AppCompat_ActionBar 0x7f0b00cf
+int style Widget_AppCompat_ActionBar_Solid 0x7f0b00d0
+int style Widget_AppCompat_ActionBar_TabBar 0x7f0b00d1
+int style Widget_AppCompat_ActionBar_TabText 0x7f0b00d2
+int style Widget_AppCompat_ActionBar_TabView 0x7f0b00d3
+int style Widget_AppCompat_ActionButton 0x7f0b00d4
+int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b00d5
+int style Widget_AppCompat_ActionButton_Overflow 0x7f0b00d6
+int style Widget_AppCompat_ActionMode 0x7f0b00d7
+int style Widget_AppCompat_ActivityChooserView 0x7f0b00d8
+int style Widget_AppCompat_AutoCompleteTextView 0x7f0b00d9
+int style Widget_AppCompat_Button 0x7f0b00da
+int style Widget_AppCompat_Button_Borderless 0x7f0b00db
+int style Widget_AppCompat_Button_Borderless_Colored 0x7f0b00dc
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0b00dd
+int style Widget_AppCompat_Button_Small 0x7f0b00de
+int style Widget_AppCompat_ButtonBar 0x7f0b00df
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f0b00e0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x7f0b00e1
+int style Widget_AppCompat_CompoundButton_RadioButton 0x7f0b00e2
+int style Widget_AppCompat_CompoundButton_Switch 0x7f0b00e3
+int style Widget_AppCompat_DrawerArrowToggle 0x7f0b00e4
+int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b00e5
+int style Widget_AppCompat_EditText 0x7f0b00e6
+int style Widget_AppCompat_Light_ActionBar 0x7f0b00e7
+int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b00e8
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b00e9
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b00ea
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b00eb
+int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b00ec
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b00ed
+int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b00ee
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b00ef
+int style Widget_AppCompat_Light_ActionButton 0x7f0b00f0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b00f1
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b00f2
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b00f3
+int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b00f4
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b00f5
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b00f6
+int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b00f7
+int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b00f8
+int style Widget_AppCompat_Light_PopupMenu 0x7f0b00f9
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f0b00fa
+int style Widget_AppCompat_Light_SearchView 0x7f0b00fb
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b00fc
+int style Widget_AppCompat_ListPopupWindow 0x7f0b00fd
+int style Widget_AppCompat_ListView 0x7f0b00fe
+int style Widget_AppCompat_ListView_DropDown 0x7f0b00ff
+int style Widget_AppCompat_ListView_Menu 0x7f0b0100
+int style Widget_AppCompat_PopupMenu 0x7f0b0101
+int style Widget_AppCompat_PopupMenu_Overflow 0x7f0b0102
+int style Widget_AppCompat_PopupWindow 0x7f0b0103
+int style Widget_AppCompat_ProgressBar 0x7f0b0104
+int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0105
+int style Widget_AppCompat_RatingBar 0x7f0b0106
+int style Widget_AppCompat_SearchView 0x7f0b0107
+int style Widget_AppCompat_SearchView_ActionBar 0x7f0b0108
+int style Widget_AppCompat_Spinner 0x7f0b0109
+int style Widget_AppCompat_Spinner_DropDown 0x7f0b010a
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b010b
+int style Widget_AppCompat_Spinner_Underlined 0x7f0b010c
+int style Widget_AppCompat_TextView_SpinnerItem 0x7f0b010d
+int style Widget_AppCompat_Toolbar 0x7f0b010e
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f0b010f
+int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c }
+int styleable ActionBar_background 10
+int styleable ActionBar_backgroundSplit 12
+int styleable ActionBar_backgroundStacked 11
+int styleable ActionBar_contentInsetEnd 21
+int styleable ActionBar_contentInsetLeft 22
+int styleable ActionBar_contentInsetRight 23
+int styleable ActionBar_contentInsetStart 20
+int styleable ActionBar_customNavigationLayout 13
+int styleable ActionBar_displayOptions 3
+int styleable ActionBar_divider 9
+int styleable ActionBar_elevation 24
+int styleable ActionBar_height 0
+int styleable ActionBar_hideOnContentScroll 19
+int styleable ActionBar_homeAsUpIndicator 26
+int styleable ActionBar_homeLayout 14
+int styleable ActionBar_icon 7
+int styleable ActionBar_indeterminateProgressStyle 16
+int styleable ActionBar_itemPadding 18
+int styleable ActionBar_logo 8
+int styleable ActionBar_navigationMode 2
+int styleable ActionBar_popupTheme 25
+int styleable ActionBar_progressBarPadding 17
+int styleable ActionBar_progressBarStyle 15
+int styleable ActionBar_subtitle 4
+int styleable ActionBar_subtitleTextStyle 6
+int styleable ActionBar_title 1
+int styleable ActionBar_titleTextStyle 5
+int[] styleable ActionBarLayout { 0x010100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x0101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c }
+int styleable ActionMode_background 3
+int styleable ActionMode_backgroundSplit 4
+int styleable ActionMode_closeItemLayout 5
+int styleable ActionMode_height 0
+int styleable ActionMode_subtitleTextStyle 2
+int styleable ActionMode_titleTextStyle 1
+int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1
+int styleable ActivityChooserView_initialActivityCount 0
+int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonPanelSideLayout 1
+int styleable AlertDialog_listItemLayout 5
+int styleable AlertDialog_listLayout 2
+int styleable AlertDialog_multiChoiceItemLayout 3
+int styleable AlertDialog_singleChoiceItemLayout 4
+int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_textAllCaps 1
+int[] styleable DrawerArrowToggle { 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c }
+int styleable DrawerArrowToggle_barSize 6
+int styleable DrawerArrowToggle_color 0
+int styleable DrawerArrowToggle_drawableSize 2
+int styleable DrawerArrowToggle_gapBetweenBars 3
+int styleable DrawerArrowToggle_middleBarArrowSize 5
+int styleable DrawerArrowToggle_spinBars 1
+int styleable DrawerArrowToggle_thickness 7
+int styleable DrawerArrowToggle_topBottomBarArrowSize 4
+int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f01002d, 0x7f01002e, 0x7f01002f }
+int styleable LinearLayoutCompat_android_baselineAligned 2
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3
+int styleable LinearLayoutCompat_android_gravity 0
+int styleable LinearLayoutCompat_android_orientation 1
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 8
+int styleable LinearLayoutCompat_measureWithLargestChild 6
+int styleable LinearLayoutCompat_showDividers 7
+int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 2
+int styleable LinearLayoutCompat_Layout_android_layout_weight 3
+int styleable LinearLayoutCompat_Layout_android_layout_width 1
+int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }
+int styleable MenuGroup_android_checkableBehavior 5
+int styleable MenuGroup_android_enabled 0
+int styleable MenuGroup_android_id 1
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 2
+int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033 }
+int styleable MenuItem_actionLayout 14
+int styleable MenuItem_actionProviderClass 16
+int styleable MenuItem_actionViewClass 15
+int styleable MenuItem_android_alphabeticShortcut 9
+int styleable MenuItem_android_checkable 11
+int styleable MenuItem_android_checked 3
+int styleable MenuItem_android_enabled 1
+int styleable MenuItem_android_icon 0
+int styleable MenuItem_android_id 2
+int styleable MenuItem_android_menuCategory 5
+int styleable MenuItem_android_numericShortcut 10
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 6
+int styleable MenuItem_android_title 7
+int styleable MenuItem_android_titleCondensed 8
+int styleable MenuItem_android_visible 4
+int styleable MenuItem_showAsAction 13
+int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010034 }
+int styleable MenuView_android_headerBackground 4
+int styleable MenuView_android_horizontalDivider 2
+int styleable MenuView_android_itemBackground 5
+int styleable MenuView_android_itemIconDisabledAlpha 6
+int styleable MenuView_android_itemTextAppearance 1
+int styleable MenuView_android_verticalDivider 3
+int styleable MenuView_android_windowAnimationStyle 0
+int styleable MenuView_preserveIconSpacing 7
+int[] styleable PopupWindow { 0x01010176, 0x7f010035 }
+int styleable PopupWindow_android_popupBackground 0
+int styleable PopupWindow_overlapAnchor 1
+int[] styleable PopupWindowBackgroundState { 0x7f010036 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 3
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 1
+int styleable SearchView_closeIcon 7
+int styleable SearchView_commitIcon 12
+int styleable SearchView_goIcon 8
+int styleable SearchView_iconifiedByDefault 5
+int styleable SearchView_layout 4
+int styleable SearchView_queryBackground 14
+int styleable SearchView_queryHint 6
+int styleable SearchView_searchHintIcon 10
+int styleable SearchView_searchIcon 9
+int styleable SearchView_submitBackground 15
+int styleable SearchView_suggestionRowLayout 13
+int styleable SearchView_voiceIcon 11
+int[] styleable Spinner { 0x010100af, 0x010100d4, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 }
+int styleable Spinner_android_background 1
+int styleable Spinner_android_dropDownHorizontalOffset 5
+int styleable Spinner_android_dropDownSelector 2
+int styleable Spinner_android_dropDownVerticalOffset 6
+int styleable Spinner_android_dropDownWidth 4
+int styleable Spinner_android_gravity 0
+int styleable Spinner_android_popupBackground 3
+int styleable Spinner_disableChildrenWhenDisabled 10
+int styleable Spinner_popupPromptView 9
+int styleable Spinner_prompt 7
+int styleable Spinner_spinnerMode 8
+int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d }
+int styleable SwitchCompat_android_textOff 1
+int styleable SwitchCompat_android_textOn 0
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 9
+int styleable SwitchCompat_splitTrack 8
+int styleable SwitchCompat_switchMinWidth 6
+int styleable SwitchCompat_switchPadding 7
+int styleable SwitchCompat_switchTextAppearance 5
+int styleable SwitchCompat_thumbTextPadding 4
+int styleable SwitchCompat_track 3
+int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x7f010024 }
+int styleable TextAppearance_android_textColor 3
+int styleable TextAppearance_android_textSize 0
+int styleable TextAppearance_android_textStyle 2
+int styleable TextAppearance_android_typeface 1
+int styleable TextAppearance_textAllCaps 4
+int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }
+int styleable Theme_actionBarDivider 23
+int styleable Theme_actionBarItemBackground 24
+int styleable Theme_actionBarPopupTheme 17
+int styleable Theme_actionBarSize 22
+int styleable Theme_actionBarSplitStyle 19
+int styleable Theme_actionBarStyle 18
+int styleable Theme_actionBarTabBarStyle 13
+int styleable Theme_actionBarTabStyle 12
+int styleable Theme_actionBarTabTextStyle 14
+int styleable Theme_actionBarTheme 20
+int styleable Theme_actionBarWidgetTheme 21
+int styleable Theme_actionButtonStyle 49
+int styleable Theme_actionDropDownStyle 45
+int styleable Theme_actionMenuTextAppearance 25
+int styleable Theme_actionMenuTextColor 26
+int styleable Theme_actionModeBackground 29
+int styleable Theme_actionModeCloseButtonStyle 28
+int styleable Theme_actionModeCloseDrawable 31
+int styleable Theme_actionModeCopyDrawable 33
+int styleable Theme_actionModeCutDrawable 32
+int styleable Theme_actionModeFindDrawable 37
+int styleable Theme_actionModePasteDrawable 34
+int styleable Theme_actionModePopupWindowStyle 39
+int styleable Theme_actionModeSelectAllDrawable 35
+int styleable Theme_actionModeShareDrawable 36
+int styleable Theme_actionModeSplitBackground 30
+int styleable Theme_actionModeStyle 27
+int styleable Theme_actionModeWebSearchDrawable 38
+int styleable Theme_actionOverflowButtonStyle 15
+int styleable Theme_actionOverflowMenuStyle 16
+int styleable Theme_activityChooserViewStyle 56
+int styleable Theme_alertDialogButtonGroupStyle 89
+int styleable Theme_alertDialogCenterButtons 90
+int styleable Theme_alertDialogStyle 88
+int styleable Theme_alertDialogTheme 91
+int styleable Theme_android_windowAnimationStyle 1
+int styleable Theme_android_windowIsFloating 0
+int styleable Theme_autoCompleteTextViewStyle 96
+int styleable Theme_buttonBarButtonStyle 51
+int styleable Theme_buttonBarNegativeButtonStyle 94
+int styleable Theme_buttonBarNeutralButtonStyle 95
+int styleable Theme_buttonBarPositiveButtonStyle 93
+int styleable Theme_buttonBarStyle 50
+int styleable Theme_buttonStyle 97
+int styleable Theme_buttonStyleSmall 98
+int styleable Theme_checkboxStyle 99
+int styleable Theme_checkedTextViewStyle 100
+int styleable Theme_colorAccent 82
+int styleable Theme_colorButtonNormal 86
+int styleable Theme_colorControlActivated 84
+int styleable Theme_colorControlHighlight 85
+int styleable Theme_colorControlNormal 83
+int styleable Theme_colorPrimary 80
+int styleable Theme_colorPrimaryDark 81
+int styleable Theme_colorSwitchThumbNormal 87
+int styleable Theme_dialogPreferredPadding 43
+int styleable Theme_dialogTheme 42
+int styleable Theme_dividerHorizontal 55
+int styleable Theme_dividerVertical 54
+int styleable Theme_dropDownListViewStyle 72
+int styleable Theme_dropdownListPreferredItemHeight 46
+int styleable Theme_editTextBackground 62
+int styleable Theme_editTextColor 61
+int styleable Theme_editTextStyle 101
+int styleable Theme_homeAsUpIndicator 48
+int styleable Theme_listChoiceBackgroundIndicator 79
+int styleable Theme_listDividerAlertDialog 44
+int styleable Theme_listPopupWindowStyle 73
+int styleable Theme_listPreferredItemHeight 67
+int styleable Theme_listPreferredItemHeightLarge 69
+int styleable Theme_listPreferredItemHeightSmall 68
+int styleable Theme_listPreferredItemPaddingLeft 70
+int styleable Theme_listPreferredItemPaddingRight 71
+int styleable Theme_panelBackground 76
+int styleable Theme_panelMenuListTheme 78
+int styleable Theme_panelMenuListWidth 77
+int styleable Theme_popupMenuStyle 59
+int styleable Theme_popupWindowStyle 60
+int styleable Theme_radioButtonStyle 102
+int styleable Theme_ratingBarStyle 103
+int styleable Theme_searchViewStyle 66
+int styleable Theme_selectableItemBackground 52
+int styleable Theme_selectableItemBackgroundBorderless 53
+int styleable Theme_spinnerDropDownItemStyle 47
+int styleable Theme_spinnerStyle 104
+int styleable Theme_switchStyle 105
+int styleable Theme_textAppearanceLargePopupMenu 40
+int styleable Theme_textAppearanceListItem 74
+int styleable Theme_textAppearanceListItemSmall 75
+int styleable Theme_textAppearanceSearchResultSubtitle 64
+int styleable Theme_textAppearanceSearchResultTitle 63
+int styleable Theme_textAppearanceSmallPopupMenu 41
+int styleable Theme_textColorAlertDialogListItem 92
+int styleable Theme_textColorSearchUrl 65
+int styleable Theme_toolbarNavigationButtonStyle 58
+int styleable Theme_toolbarStyle 57
+int styleable Theme_windowActionBar 2
+int styleable Theme_windowActionBarOverlay 4
+int styleable Theme_windowActionModeOverlay 5
+int styleable Theme_windowFixedHeightMajor 9
+int styleable Theme_windowFixedHeightMinor 7
+int styleable Theme_windowFixedWidthMajor 6
+int styleable Theme_windowFixedWidthMinor 8
+int styleable Theme_windowMinWidthMajor 10
+int styleable Theme_windowMinWidthMinor 11
+int styleable Theme_windowNoTitle 3
+int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_collapseContentDescription 18
+int styleable Toolbar_collapseIcon 17
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetLeft 6
+int styleable Toolbar_contentInsetRight 7
+int styleable Toolbar_contentInsetStart 4
+int styleable Toolbar_maxButtonHeight 16
+int styleable Toolbar_navigationContentDescription 20
+int styleable Toolbar_navigationIcon 19
+int styleable Toolbar_popupTheme 8
+int styleable Toolbar_subtitle 3
+int styleable Toolbar_subtitleTextAppearance 10
+int styleable Toolbar_title 2
+int styleable Toolbar_titleMarginBottom 15
+int styleable Toolbar_titleMarginEnd 13
+int styleable Toolbar_titleMarginStart 12
+int styleable Toolbar_titleMarginTop 14
+int styleable Toolbar_titleMargins 11
+int styleable Toolbar_titleTextAppearance 9
+int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6 }
+int styleable View_android_focusable 1
+int styleable View_android_theme 0
+int styleable View_backgroundTint 5
+int styleable View_backgroundTintMode 6
+int styleable View_paddingEnd 3
+int styleable View_paddingStart 2
+int styleable View_theme 4
+int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 2
+int styleable ViewStubCompat_android_layout 1
diff --git a/tutorial_view/build/outputs/aar/tutorial_view-debug.aar b/tutorial_view/build/outputs/aar/tutorial_view-debug.aar
new file mode 100644
index 0000000..d654543
Binary files /dev/null and b/tutorial_view/build/outputs/aar/tutorial_view-debug.aar differ
diff --git a/tutorial_view/build/outputs/aar/tutorial_view-release.aar b/tutorial_view/build/outputs/aar/tutorial_view-release.aar
new file mode 100644
index 0000000..71e94e9
Binary files /dev/null and b/tutorial_view/build/outputs/aar/tutorial_view-release.aar differ
diff --git a/tutorial_view/build/tmp/packageDebugJar/MANIFEST.MF b/tutorial_view/build/tmp/packageDebugJar/MANIFEST.MF
new file mode 100644
index 0000000..59499bc
--- /dev/null
+++ b/tutorial_view/build/tmp/packageDebugJar/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+
diff --git a/tutorial_view/build/tmp/packageReleaseJar/MANIFEST.MF b/tutorial_view/build/tmp/packageReleaseJar/MANIFEST.MF
new file mode 100644
index 0000000..59499bc
--- /dev/null
+++ b/tutorial_view/build/tmp/packageReleaseJar/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+
diff --git a/tutorial_view/src/main/java/com/braunster/tutorialview/TutorialViewInterface.java b/tutorial_view/src/main/java/com/braunster/tutorialview/TutorialViewInterface.java
index cc1efc2..7f7cea7 100644
--- a/tutorial_view/src/main/java/com/braunster/tutorialview/TutorialViewInterface.java
+++ b/tutorial_view/src/main/java/com/braunster/tutorialview/TutorialViewInterface.java
@@ -1,6 +1,6 @@
package com.braunster.tutorialview;
-import android.app.ActionBar;
+import android.support.v7.app.ActionBar;
import android.view.View;
import com.braunster.tutorialview.object.Tutorial;
diff --git a/tutorial_view/src/main/java/com/braunster/tutorialview/view/AbstractTutorialView.java b/tutorial_view/src/main/java/com/braunster/tutorialview/view/AbstractTutorialView.java
index 2898a28..38ee578 100644
--- a/tutorial_view/src/main/java/com/braunster/tutorialview/view/AbstractTutorialView.java
+++ b/tutorial_view/src/main/java/com/braunster/tutorialview/view/AbstractTutorialView.java
@@ -1,6 +1,5 @@
package com.braunster.tutorialview.view;
-import android.app.ActionBar;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
@@ -8,6 +7,9 @@
import android.graphics.RectF;
import android.graphics.Typeface;
import android.graphics.drawable.ColorDrawable;
+import android.os.Build;
+import android.os.Handler;
+import android.support.v7.app.ActionBar;
import android.util.AttributeSet;
import android.util.Log;
import android.util.TypedValue;
@@ -42,8 +44,8 @@ public abstract class AbstractTutorialView extends RelativeLayout implements Tut
/**
* Default animation duration that is used to animate the tutorial in and out.
- * */
- private static final int DEFAULT_ANIM_DURATION = 600;
+ */
+ private static final int DEFAULT_ANIM_DURATION = 600;
protected int mViewToSurroundCenterX = 0, mViewToSurroundCenterY = 0, mViewToSurroundRadius = 0;
@@ -55,70 +57,71 @@ public abstract class AbstractTutorialView extends RelativeLayout implements Tut
/**
* The paint that will be used to draw the tutorial background color.
- * */
+ */
protected Paint mBackgroundPaint;
/**
* Used for debug drawing to find problems with calculations.
- * */
+ */
protected Paint debugPaint;
/**
* The paint that will be used to draw the inner circles.
- * */
+ */
protected Paint mInnerCirclePaint;
/**
* true if the tutorial is visible.
- * */
+ */
protected boolean showing = false;
- /** true if the tutorial is animating closing of the tutorial.
- *
+ /**
+ * true if the tutorial is animating closing of the tutorial.
+ *
* Good for checking checking if we should do close operation or we are in the middle of was.
- **/
+ */
protected boolean closing = false;
protected ActionBar mActionBar;
/**
* If true when the tutorial view will be visible the action bar color will be change to the tutorial background color
- * */
+ */
protected boolean mChangeActionBarColor = false;
/**
* The default color of the action bar,
* This is used combine with mChangeActionBarColor
* to set the background of the action bar to the tutorial color.
- * */
+ */
protected int mActionBarRestoreColor = -1;
/**
* The title of the action bar before we changed it to the tutorial title,
* Used for restoring the action bar state after tutorial is closed.
- * */
+ */
protected String mActionBarOldTitle = "";
/**
* Listener for the tutorial closing.
- * */
+ */
protected TutorialClosedListener tutorialClosedListener;
/**
* Holds the view bounds on screen,
* This is used for DEBUG_DRAW and for creating the arcs surrounding the view.
- * */
+ */
protected RectF mViewBoundsInParent;
/**
* Holds the typeface that will be used for the default info view text view
- * */
+ */
protected Typeface mTutorialTextTypeFace = null;
/**
* Animation type that are supported by the tutorial view.
- * */
- public enum AnimationType{
+ */
+ public enum AnimationType {
RANDOM,
FROM_TOP,
FROM_BOTTOM,
@@ -132,9 +135,9 @@ public enum AnimationType{
private static final Random random = new Random();
- public static AnimationType getRandom(){
+ public static AnimationType getRandom() {
// Skipping random
- return values()[random.nextInt(values().length -1) + 1];
+ return values()[random.nextInt(values().length - 1) + 1];
}
}
@@ -153,7 +156,7 @@ public AbstractTutorialView(Context context, AttributeSet attrs, int defStyleAtt
init();
}
- public interface TutorialClosedListener{
+ public interface TutorialClosedListener {
public void onClosed();
}
@@ -161,9 +164,9 @@ public interface TutorialClosedListener{
/**
* This function will be called before the view needs to be draw.
- *
+ *
* This is the place to place the entering animation code.
- * */
+ */
public abstract void beforeFirstDraw();
public abstract Animation show(Runnable onShown);
@@ -171,8 +174,7 @@ public interface TutorialClosedListener{
public abstract Animation hide(Runnable onHidden);
-
- private void init(){
+ private void init() {
mTutorial = new Tutorial();
@@ -189,7 +191,7 @@ private void init(){
mInnerCirclePaint.setStrokeWidth(DEFAULT_STROKE_WIDTH);
- if (DEBUG_DRAW){
+ if (DEBUG_DRAW) {
debugPaint = new Paint();
debugPaint.setColor(Color.BLACK);
}
@@ -197,8 +199,9 @@ private void init(){
/**
* Surround a given view by a visual tutorial with text.
+ *
* @param mViewToSurround the view that need to be surrounded with the tutorial.
- * */
+ */
@Override
public void setViewToSurround(View mViewToSurround) {
setViewToSurround(mViewToSurround, null);
@@ -207,12 +210,12 @@ public void setViewToSurround(View mViewToSurround) {
/**
* Surround a given view by a visual tutorial with text and title.
*
- * @param title the text of the title that will be used for the tutorial, If an action bar is assign the title will be in the action bar title.
+ * @param title the text of the title that will be used for the tutorial, If an action bar is assign the title will be in the action bar title.
* @param mViewToSurround the view that need to be surrounded with the tutorial.
- * */
+ */
@Override
public void setViewToSurround(View mViewToSurround, String title) {
-
+
mTutorial.setTitle(title);
mTutorial.setViewToSurround(mViewToSurround);
@@ -223,31 +226,29 @@ public void setViewToSurround(View mViewToSurround, String title) {
}
/**
- * Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
- *
- * @param positionToSurroundX The x position of the area that should be surrounded, This could be obtained by using getX() on the view you want to surround.
- * @param positionToSurroundY The y position of the area that should be surrounded, This could be obtained by using getY() on the view you want to surround.
- * @param positionToSurroundWidth The width of the area that should be surrounded, This could be obtained by using getMeasuredWidth() on the view you want to surround.
- * @param positionToSurroundHeight The height of the area that should be surrounded, This could be obtained by using getMeasuredHeight() on the view you want to surround.
+ * Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
*
- * */
+ * @param positionToSurroundX The x position of the area that should be surrounded, This could be obtained by using getX() on the view you want to surround.
+ * @param positionToSurroundY The y position of the area that should be surrounded, This could be obtained by using getY() on the view you want to surround.
+ * @param positionToSurroundWidth The width of the area that should be surrounded, This could be obtained by using getMeasuredWidth() on the view you want to surround.
+ * @param positionToSurroundHeight The height of the area that should be surrounded, This could be obtained by using getMeasuredHeight() on the view you want to surround.
+ */
@Override
- public void setPositionToSurround(float positionToSurroundX, float positionToSurroundY, int positionToSurroundWidth, int positionToSurroundHeight){
+ public void setPositionToSurround(float positionToSurroundX, float positionToSurroundY, int positionToSurroundWidth, int positionToSurroundHeight) {
setPositionToSurround(positionToSurroundX, positionToSurroundY, positionToSurroundWidth, positionToSurroundHeight, null);
}
/**
- * Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
+ * Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
*
- * @param title The title text that will be used for this tutorial.
- * @param positionToSurroundX The x position of the area that should be surrounded, This could be obtained by using getX() on the view you want to surround.
- * @param positionToSurroundY The y position of the area that should be surrounded, This could be obtained by using getY() on the view you want to surround.
- * @param positionToSurroundWidth The width of the area that should be surrounded, This could be obtained by using getMeasuredWidth() on the view you want to surround.
- * @param positionToSurroundHeight The height of the area that should be surrounded, This could be obtained by using getMeasuredHeight() on the view you want to surround.
- *
- * */
+ * @param title The title text that will be used for this tutorial.
+ * @param positionToSurroundX The x position of the area that should be surrounded, This could be obtained by using getX() on the view you want to surround.
+ * @param positionToSurroundY The y position of the area that should be surrounded, This could be obtained by using getY() on the view you want to surround.
+ * @param positionToSurroundWidth The width of the area that should be surrounded, This could be obtained by using getMeasuredWidth() on the view you want to surround.
+ * @param positionToSurroundHeight The height of the area that should be surrounded, This could be obtained by using getMeasuredHeight() on the view you want to surround.
+ */
@Override
- public void setPositionToSurround(float positionToSurroundX, float positionToSurroundY, int positionToSurroundWidth, int positionToSurroundHeight, String title){
+ public void setPositionToSurround(float positionToSurroundX, float positionToSurroundY, int positionToSurroundWidth, int positionToSurroundHeight, String title) {
mTutorial.setTitle(title);
mTutorial.setPositionToSurroundX(positionToSurroundX);
mTutorial.setPositionToSurroundY(positionToSurroundY);
@@ -258,12 +259,12 @@ public void setPositionToSurround(float positionToSurroundX, float positionToSur
}
@Override
- public void setTutorial(Tutorial tutorial){
+ public void setTutorial(Tutorial tutorial) {
setTutorial(tutorial, true);
}
@Override
- public void setTutorial(Tutorial tutorial, boolean show){
+ public void setTutorial(Tutorial tutorial, boolean show) {
if (showing)
return;
@@ -283,7 +284,7 @@ public void setTutorial(Tutorial tutorial, boolean show){
// The other way to show the tutorial like setPositionToSurround or setViewToSurround does not need that cause they
// are build for interacting with the view itself and not through the tutorial object.
initTypeFace();
-
+
if (show)
show();
}
@@ -303,14 +304,14 @@ protected void onDraw(Canvas canvas) {
/**
* Calculating the view position variables and the circle radius.
- * */
- protected void calcViewBoundsRadiusAndCenter(){
+ */
+ protected void calcViewBoundsRadiusAndCenter() {
// Get the diagonal length of the square that need to be surrounded, And add padding to it.
mViewToSurroundRadius = (int) Math.sqrt(Math.pow(mTutorial.getPositionToSurroundWidth(), 2) + Math.pow(mTutorial.getPositionToSurroundHeight(), 2)) / 2 + DEFAULT_CIRCLE_PADDING;
/* The center of the view that need to be surrounded*/
- mViewToSurroundCenterX = (int) (mTutorial.getPositionToSurroundX() + mTutorial.getPositionToSurroundWidth()/ 2);
+ mViewToSurroundCenterX = (int) (mTutorial.getPositionToSurroundX() + mTutorial.getPositionToSurroundWidth() / 2);
mViewToSurroundCenterY = (int) (mTutorial.getPositionToSurroundY() + mTutorial.getPositionToSurroundHeight() / 2);
/* THis rect will be used to draw the arcs.*/
@@ -319,17 +320,17 @@ protected void calcViewBoundsRadiusAndCenter(){
mViewToSurroundCenterX + mViewToSurroundRadius,
mViewToSurroundCenterY + mViewToSurroundRadius - statusBarHeight - actionBarHeight);
- if (DEBUG) Log.i(TAG, "X: " + mViewToSurroundCenterX + ", Y: " + mViewToSurroundCenterY + ", R: " + mViewToSurroundRadius);
+ if (DEBUG)
+ Log.i(TAG, "X: " + mViewToSurroundCenterX + ", Y: " + mViewToSurroundCenterY + ", R: " + mViewToSurroundRadius);
}
/**
* Inflating the layout by given id that will explain about the view that has been surrounded.
- *
+ *
* If no id was assigned the default layout will be used, see {@link TutorialView#setTutorialText(String) setTutorialText(String)}
* for setting the text for the explanation.
- *
- * */
- protected void inflateTutorialInfo(){
+ */
+ protected void inflateTutorialInfo() {
checkTutorialDefault();
mTutorialInfoView.setVisibility(INVISIBLE);
@@ -342,32 +343,27 @@ protected void inflateTutorialInfo(){
// Inflating the "Got It" button.
mGotItButton = inflate(getContext(), R.layout.got_it_button_view, null);
((TextView) mGotItButton).setTextColor(mTutorial.getTutorialTextColor());
- if (mTutorialTextTypeFace != null)
- {
+ if (mTutorialTextTypeFace != null) {
((TextView) mGotItButton).setTypeface(mTutorialTextTypeFace);
}
-
+
// Adding skip button if the tutorial is a part of a Walkthrough.
- if (isWalkThrough())
- {
+ if (isWalkThrough()) {
// Inflating the "Skip" button.
mSkipButton = inflate(getContext(), R.layout.skip_button_view, null);
((TextView) mSkipButton).setTextColor(mTutorial.getTutorialTextColor());
- if (mTutorialTextTypeFace != null)
- {
+ if (mTutorialTextTypeFace != null) {
((TextView) mSkipButton).setTypeface(mTutorialTextTypeFace);
}
}
// Inflating the Title for the tutorial if has any.
- if (mTutorial.getTitle() != null && !mTutorial.getTitle().isEmpty())
- {
+ if (mTutorial.getTitle() != null && !mTutorial.getTitle().isEmpty()) {
mTitleView = inflate(getContext(), R.layout.title_view, null);
((TextView) mTitleView).setTextColor(mTutorial.getTutorialTextColor());
((TextView) mTitleView).setText(mTutorial.getTitle());
-
- if (mTutorialTextTypeFace != null)
- {
+
+ if (mTutorialTextTypeFace != null) {
((TextView) mTitleView).setTypeface(mTutorialTextTypeFace);
}
}
@@ -378,31 +374,27 @@ protected void inflateTutorialInfo(){
/**
* If there is now layout id we will inflate the default tutorial info layout.
* This layout will be populated with the tutorial text passed to the view.
- * */
- private void checkTutorialDefault(){
+ */
+ private void checkTutorialDefault() {
// If no info was assigned we use the default
- if (mTutorial.getTutorialInfoLayoutId() == -1)
- {
+ if (mTutorial.getTutorialInfoLayoutId() == -1) {
mTutorial.setTutorialInfoLayoutId(R.layout.tutorial_text);
}
mTutorialInfoView = inflate(getContext(), mTutorial.getTutorialInfoLayoutId(), null);
// When the default view is used it should be combined with the tutorial text variable.
- if (mTutorial.getTutorialInfoLayoutId() == R.layout.tutorial_text)
- {
+ if (mTutorial.getTutorialInfoLayoutId() == R.layout.tutorial_text) {
TextView txtTutorial = ((TextView) mTutorialInfoView.findViewById(R.id.tutorial_info_text));
txtTutorial.setText(mTutorial.getTutorialText());
- if (mTutorial.getTutorialTextSize() != -1)
- {
+ if (mTutorial.getTutorialTextSize() != -1) {
txtTutorial.setTextSize(mTutorial.getTutorialTextSize());
}
txtTutorial.setTextColor(mTutorial.getTutorialTextColor());
- if (mTutorialTextTypeFace != null)
- {
+ if (mTutorialTextTypeFace != null) {
txtTutorial.setTypeface(mTutorialTextTypeFace);
}
}
@@ -410,10 +402,9 @@ private void checkTutorialDefault(){
/**
* Animate the tutorial info view out and remove it from the view.
- * */
- protected void removeTutorialInfo(){
- if (mTutorialInfoView != null && mGotItButton != null)
- {
+ */
+ protected void removeTutorialInfo() {
+ if (mTutorialInfoView != null && mGotItButton != null) {
Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.tutorial_info_view_fade_out);
mTutorialInfoView.setAnimation(animation);
mGotItButton.setAnimation(animation);
@@ -430,16 +421,20 @@ public void onAnimationStart(Animation animation) {
@Override
public void onAnimationEnd(Animation animation) {
// Removing the info
- removeView(mTutorialInfoView);
- mTutorialInfoView = null;
+ new Handler().post(new Runnable() {
+ public void run() {
- // Removing the "got it" button
- removeView(mGotItButton);
+ removeView(mTutorialInfoView);
+ mTutorialInfoView = null;
- if (mSkipButton != null) removeView(mSkipButton);
+ // Removing the "got it" button
+ removeView(mGotItButton);
- if (mTitleView != null) removeView(mTitleView);
+ if (mSkipButton != null) removeView(mSkipButton);
+ if (mTitleView != null) removeView(mTitleView);
+ }
+ });
// Clearing the tutorial title is needed so it wont be used if the next tutorial does not have a title.
mTitleView = null;
}
@@ -454,27 +449,26 @@ public void onAnimationRepeat(Animation animation) {
}
}
- protected void dispatchTutorialClosed(){
- if (tutorialClosedListener!=null)
+ protected void dispatchTutorialClosed() {
+ if (tutorialClosedListener != null)
tutorialClosedListener.onClosed();
}
/**
* Initialize the type face object from the mTutorial object type face name.
- ***/
- protected void initTypeFace (){
+ * *
+ */
+ protected void initTypeFace() {
mTutorialTextTypeFace = Typeface.createFromAsset(getResources().getAssets(), mTutorial.getTutorialTextTypeFace());
}
-
- protected void initActionBar(String title){
+
+ protected void initActionBar(String title) {
// Hide the action bar if given
- if (mActionBar != null)
- {
+ if (mActionBar != null) {
if (mChangeActionBarColor)
mActionBar.setBackgroundDrawable(new ColorDrawable(mTutorial.getTutorialBackgroundColor()));
- if (title != null && !title.isEmpty())
- {
+ if (title != null && !title.isEmpty()) {
mActionBarOldTitle = mActionBar.getTitle().toString();
mActionBar.setTitle(title);
}
@@ -483,13 +477,12 @@ protected void initActionBar(String title){
/**
* Restore the action bar if has a reference to it.
- *
+ *
* The color will be restored if we mChangeActionBarColor is populated
- *
+ *
* The name will be restored if mActionBarOldTitle is populated.
- *
- * */
- protected void restoreActionBar(){
+ */
+ protected void restoreActionBar() {
if (mActionBar != null) {
if (mTutorial != null)
@@ -504,16 +497,16 @@ protected void restoreActionBar(){
}
/**
- * Drawing two semi transparent circles so the view would look better.
- * */
- protected void drawInnerCircles(Canvas canvas){
+ * Drawing two semi transparent circles so the view would look better.
+ */
+ protected void drawInnerCircles(Canvas canvas) {
mInnerCirclePaint.setAlpha(INNER_CIRCLE_DEFAULT_ALPHA);
canvas.drawCircle(mViewToSurroundCenterX,
mViewToSurroundCenterY - statusBarHeight - actionBarHeight,
mViewToSurroundRadius - mInnerCirclePaint.getStrokeWidth() / 2,
mInnerCirclePaint);
- mInnerCirclePaint.setAlpha(INNER_CIRCLE_DEFAULT_ALPHA/2);
+ mInnerCirclePaint.setAlpha(INNER_CIRCLE_DEFAULT_ALPHA / 2);
canvas.drawCircle(mViewToSurroundCenterX,
mViewToSurroundCenterY - statusBarHeight - actionBarHeight,
mViewToSurroundRadius - mInnerCirclePaint.getStrokeWidth() - mInnerCirclePaint.getStrokeWidth() / 2,
@@ -522,7 +515,7 @@ protected void drawInnerCircles(Canvas canvas){
/**
* OnClickListener for hiding the tutorial when clicked.
- * */
+ */
private final OnClickListener closeTutorialClickListener = new OnClickListener() {
@Override
public void onClick(View v) {
@@ -532,7 +525,7 @@ public void onClick(View v) {
/**
* OnClickListener for skipping the walk through tutorial.
- * */
+ */
private final OnClickListener skipWalkThroughClickListener = new OnClickListener() {
@Override
public void onClick(View v) {
@@ -542,14 +535,14 @@ public void onClick(View v) {
/**
* No need to draw if the view to surround or his dimensions is null.
- * */
- protected boolean shouldDraw(){
+ */
+ protected boolean shouldDraw() {
return mTutorial != null && mTutorial.getPositionToSurroundHeight() != -1 && mTutorial.getPositionToSurroundWidth() != -1;
}
/**
* The Layout id of the view that will be used to show the tutorial text or information.
- * */
+ */
@Override
public void setTutorialInfoLayoutId(int tutorialInfoLayoutId) {
this.mTutorial.setTutorialInfoLayoutId(tutorialInfoLayoutId);
@@ -560,6 +553,7 @@ public void setActionBar(ActionBar actionBar) {
this.mActionBar = actionBar;
}
+
@Override
public void setTutorialClosedListener(TutorialClosedListener tutorialClosedListener) {
this.tutorialClosedListener = tutorialClosedListener;
@@ -567,7 +561,7 @@ public void setTutorialClosedListener(TutorialClosedListener tutorialClosedListe
/**
* The background color for the tutorial.
- * */
+ */
@Override
public void setTutorialBackgroundColor(int mTutorialBackgroundColor) {
mTutorial.setTutorialBackgroundColor(mTutorialBackgroundColor);
@@ -579,7 +573,8 @@ public void setTutorialBackgroundColor(int mTutorialBackgroundColor) {
* If true and an action bar is given to the view the action bar background color will be changed to the tutorial color.
* You should also set {@link TutorialView#mActionBarRestoreColor mActionBarRestoreColor} so when the tutorial is closed the action bar color will ber restored.
*
- * @see TutorialView#setActionBarRestoreColor(int) */
+ * @see TutorialView#setActionBarRestoreColor(int)
+ */
@Override
public void changeActionBarColor(boolean mChangeActionBarColor) {
this.mChangeActionBarColor = mChangeActionBarColor;
@@ -588,17 +583,16 @@ public void changeActionBarColor(boolean mChangeActionBarColor) {
/**
* The of the color that will be set as the action bar color when the tutorial view will be closed.
*
- * @see
- * TutorialView#changeActionBarColor(boolean)
- * */
+ * @see TutorialView#changeActionBarColor(boolean)
+ */
@Override
public void setActionBarRestoreColor(int mActionBarColor) {
this.mActionBarRestoreColor = mActionBarColor;
}
/**
- * Get the height of the status bar.
- * */
+ * Get the height of the status bar.
+ */
private int getStatusBarHeight() {
int result = 0;
int resourceId = getResources().getIdentifier("status_bar_height", "dimen", "android");
@@ -609,18 +603,18 @@ private int getStatusBarHeight() {
}
/**
- * Set true if the application has status bar.
- * */
+ * Set true if the application has status bar.
+ */
@Override
- public void setHasStatusBar(boolean hasStatusBar){
+ public void setHasStatusBar(boolean hasStatusBar) {
statusBarHeight = hasStatusBar ? getStatusBarHeight() : 0;
}
/**
- * Set true if the application has the activity that hold this view has action bar..
- * */
+ * Set true if the application has the activity that hold this view has action bar..
+ */
@Override
- public void setHasActionBar(boolean hasActionBar){
+ public void setHasActionBar(boolean hasActionBar) {
actionBarHeight = hasActionBar ? getActionBarHeight() : 0;
}
@@ -631,19 +625,17 @@ public void setHasActionBar(boolean hasActionBar){
* @see TutorialView#setTutorialTextTypeFace(String)
* @see TutorialView#setTutorialTextColor(int)
* @see TutorialView#setTutorialTextSize(int)
- *
- * */
+ */
@Override
public void setTutorialText(String tutorialText) {
this.mTutorial.setTutorialText(tutorialText);
}
- private int getActionBarHeight(){
+ private int getActionBarHeight() {
// Calculate ActionBar height
TypedValue tv = new TypedValue();
int actionBarHeight = 0;
- if (getContext().getTheme().resolveAttribute(android.R.attr.actionBarSize, tv, true))
- {
+ if (getContext().getTheme().resolveAttribute(android.R.attr.actionBarSize, tv, true)) {
actionBarHeight = TypedValue.complexToDimensionPixelSize(tv.data, getResources().getDisplayMetrics());
}
@@ -652,13 +644,12 @@ private int getActionBarHeight(){
/**
* Set the size that will be used for the default info view text view.
- * The size of the title and other button won't be changed.
+ * The size of the title and other button won't be changed.
*
* @see TutorialView#setTutorialText(String)
* @see TutorialView#setTutorialTextColor(int)
* @see TutorialView#setTutorialTextTypeFace(String)
- *
- * */
+ */
@Override
public void setTutorialTextSize(int mTutorialTextSize) {
this.mTutorial.setTutorialTextSize(mTutorialTextSize);
@@ -666,14 +657,13 @@ public void setTutorialTextSize(int mTutorialTextSize) {
/**
* Set the color that will be used for the default info view text view.
- *
+ *
* This color will also be used for the "Got It" button.
*
* @see TutorialView#setTutorialTextSize(int)
* @see TutorialView#setTutorialText(String)
* @see TutorialView#setTutorialTextTypeFace(String)
- *
- * */
+ */
@Override
public void setTutorialTextColor(int mTutorialTextColor) {
this.mTutorial.setTutorialTextColor(mTutorialTextColor);
@@ -681,14 +671,14 @@ public void setTutorialTextColor(int mTutorialTextColor) {
/**
* Set the name of the wanted typeface for this tutorial.
- *
- * The Typeface will be used for the "GotIt" and "Skip" buttons,
+ *
+ * The Typeface will be used for the "GotIt" and "Skip" buttons,
* The Typeface will be also used in the mTutorialInfoView if the default one is used.
*
* @see com.braunster.tutorialview.view.TutorialView#setTutorialTextSize(int)
* @see com.braunster.tutorialview.view.TutorialView#setTutorialText(String)
- * @see com.braunster.tutorialview.view.TutorialView#setTutorialTextColor(int)
- **/
+ * @see com.braunster.tutorialview.view.TutorialView#setTutorialTextColor(int)
+ */
@Override
public void setTutorialTextTypeFace(String tutorialTextTypeFaceName) {
@@ -696,10 +686,10 @@ public void setTutorialTextTypeFace(String tutorialTextTypeFaceName) {
return;
this.mTutorial.setTutorialTextTypeFace(tutorialTextTypeFaceName);
-
+
initTypeFace();
}
-
+
@Override
public boolean isShowing() {
return showing;
@@ -709,7 +699,7 @@ public boolean isShowing() {
public void setAnimationType(AnimationType mAnimationType) {
this.mTutorial.setAnimationType(mAnimationType);
}
-
+
@Override
public void setAnimationDuration(long animationDuration) {
this.mTutorial.setAnimationDuration(animationDuration);
@@ -775,7 +765,7 @@ public void setTutorialGotItPosition(int gotItPosition) {
}
@Override
- public boolean isWalkThrough(){
+ public boolean isWalkThrough() {
return (getParent() instanceof TutorialInterface)
&& getParent() instanceof WalkThroughInterface
&& ((TutorialViewInterface) getParent()).isWalkThrough();
@@ -783,38 +773,37 @@ && getParent() instanceof WalkThroughInterface
/**
* Posted on the tutorial info view to do adjustment and animation to the view.
- * */
+ */
private final Runnable tutorialInfoViewPost = new Runnable() {
-
+
RelativeLayout.LayoutParams skipButtonParams = null;
RelativeLayout.LayoutParams titleParams = null;
RelativeLayout.LayoutParams gotItButtonParams;
-
+
boolean isTopHalf;
-
+
@Override
public void run() {
-
+
// for deciding where to place views.
isTopHalf = mViewToSurroundCenterY < getMeasuredHeight() / 2;
-
+
// Got it button basic params
gotItButtonParams = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
gotItButtonParams.addRule(CENTER_HORIZONTAL);
-
+
// Init the skip button params if has skip button.
if (mSkipButton != null)
skipButtonParams = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
-
+
// Setting the layout params of the title view if needed.
initTitle();
-
+
setInfoPosition();
setGotItButtonPosition();
-
- if (mTitleView != null)
- {
+
+ if (mTitleView != null) {
addView(mTitleView, titleParams);
}
@@ -823,7 +812,7 @@ public void run() {
// Add the skip button to the view if needed.
placeAndAddSkipButton();
-
+
// Start the entrance animation.
animate();
}
@@ -831,10 +820,9 @@ public void run() {
/**
* Placing the TutorialInfoView according to the position set in the Tutorial object,
**/
- private void setInfoPosition(){
+ private void setInfoPosition() {
LayoutParams p;
- switch(mTutorial.getTutorialInfoTextPosition())
- {
+ switch (mTutorial.getTutorialInfoTextPosition()) {
case Tutorial.InfoPosition.AUTO:
autoInfoPosition();
break;
@@ -851,8 +839,17 @@ private void setInfoPosition(){
alignInfoTopToViewTop();
// Setting the X value to the right of the view to surround
- mTutorialInfoView.setX(mViewToSurroundCenterX + mViewToSurroundRadius + DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
-
+// mTutorialInfoView.setX(mViewToSurroundCenterX + mViewToSurroundRadius + DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+
+ mTutorialInfoView.setX(mViewToSurroundCenterX + mViewToSurroundRadius + DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
+ } else {
+ RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); //The WRAP_CONTENT parameters can be replaced by an absolute width and height or the FILL_PARENT option)
+ params.leftMargin = (int) (mViewToSurroundCenterX + mViewToSurroundRadius + DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
+ ; //Your X coordinate
+// params.topMargin = mViewToSurroundCenterY - mViewToSurroundRadius - statusBarHeight - actionBarHeight;
+ mTutorialInfoView.setLayoutParams(params);
+ }
// Setting the width of the view to be as the remainder from the right of the view to surround.
// This adjustment make sure that all text is visible to the user.
p = (LayoutParams) mTutorialInfoView.getLayoutParams();
@@ -871,29 +868,36 @@ private void setInfoPosition(){
mTutorialInfoView.setLayoutParams(p);
// Setting the info text X value to the most left.
- mTutorialInfoView.setX(0);
+
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ mTutorialInfoView.setX(0);
+ } else {
+ RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); //The WRAP_CONTENT parameters can be replaced by an absolute width and height or the FILL_PARENT option)
+ params.leftMargin = 0; //Your X coordinate
+// params.topMargin = mViewToSurroundCenterY - mViewToSurroundRadius - statusBarHeight - actionBarHeight;
+ mTutorialInfoView.setLayoutParams(params);
+ }
break;
}
-
+
}
/**
* Placing the "GotIt" Button according to the position set in the Tutorial object,
**/
- private void setGotItButtonPosition(){
- switch (mTutorial.getTutorialGotItPosition())
- {
+ private void setGotItButtonPosition() {
+ switch (mTutorial.getTutorialGotItPosition()) {
case Tutorial.GotItPosition.AUTO:
autoOtherViewsPosition();
break;
-
+
case Tutorial.GotItPosition.BOTTOM:
gotItButtonParams.addRule(ALIGN_PARENT_BOTTOM);
if (skipButtonParams != null)
skipButtonParams.addRule(ALIGN_PARENT_TOP);
break;
-
+
case Tutorial.GotItPosition.TOP:
// Placing the got it button below the title.
if (mTitleView != null)
@@ -905,14 +909,13 @@ private void setGotItButtonPosition(){
break;
}
}
-
+
/**
* Auto positioning of the info view - Default behavior.
**/
- private void autoInfoPosition(){
+ private void autoInfoPosition() {
// The view to surround is in the top half of the screen so the info will be below it.
- if (isTopHalf)
- {
+ if (isTopHalf) {
placeInfoAbove();
}
// The view to surround is in the bottom half of the screen.
@@ -924,10 +927,9 @@ private void autoInfoPosition(){
/**
* Auto positioning of the other views ("GotIt", "Skip" and the "Title") - Default behavior.
**/
- private void autoOtherViewsPosition(){
+ private void autoOtherViewsPosition() {
// The view to surround is in the top half of the screen so the info will be below it.
- if (isTopHalf)
- {
+ if (isTopHalf) {
gotItButtonParams.addRule(ALIGN_PARENT_BOTTOM);
if (skipButtonParams != null)
@@ -948,42 +950,68 @@ private void autoOtherViewsPosition(){
/**
* Align the info text to the top of the surrounding view.
**/
- private void alignInfoTopToViewTop(){
- mTutorialInfoView.setY(mViewToSurroundCenterY - mViewToSurroundRadius - statusBarHeight - actionBarHeight);
+ private void alignInfoTopToViewTop() {
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ mTutorialInfoView.setY(mViewToSurroundCenterY - mViewToSurroundRadius - statusBarHeight - actionBarHeight);
+ } else {
+ RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); //The WRAP_CONTENT parameters can be replaced by an absolute width and height or the FILL_PARENT option)
+// params.leftMargin = 50; //Your X coordinate
+ params.topMargin = mViewToSurroundCenterY - mViewToSurroundRadius - statusBarHeight - actionBarHeight;
+ mTutorialInfoView.setLayoutParams(params);
+ }
+
}
-
+
/**
* Placing the info view above the view to surround.
**/
- private void placeInfoAbove(){
- mTutorialInfoView.setY(mViewToSurroundCenterY - mViewToSurroundRadius -
- mTutorialInfoView.getMeasuredHeight() - mTutorialInfoView.getPaddingTop()
- - mTutorialInfoView.getPaddingBottom() - statusBarHeight - actionBarHeight
- - DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
+ private void placeInfoAbove() {
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ mTutorialInfoView.setY(mViewToSurroundCenterY - mViewToSurroundRadius -
+ mTutorialInfoView.getMeasuredHeight() - mTutorialInfoView.getPaddingTop()
+ - mTutorialInfoView.getPaddingBottom() - statusBarHeight - actionBarHeight
+ - DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density);
+ } else {
+ RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); //The WRAP_CONTENT parameters can be replaced by an absolute width and height or the FILL_PARENT option)
+// params.leftMargin = 50; //Your X coordinate
+ params.topMargin = (int) (mViewToSurroundCenterY - mViewToSurroundRadius -
+ mTutorialInfoView.getMeasuredHeight() - mTutorialInfoView.getPaddingTop()
+ - mTutorialInfoView.getPaddingBottom() - statusBarHeight - actionBarHeight
+ - DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density); //Your Y coordinate
+ mTutorialInfoView.setLayoutParams(params);
+ }
+
}
-
+
/**
* Placing the info view below the view to surround.
**/
- private void placeInfoBelow(){
- mTutorialInfoView.setY(mViewToSurroundCenterY + mViewToSurroundRadius - statusBarHeight - actionBarHeight);
+ private void placeInfoBelow() {
+ if (android.os.Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ mTutorialInfoView.setY(mViewToSurroundCenterY + mViewToSurroundRadius - statusBarHeight - actionBarHeight);
+ } else {
+ RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); //The WRAP_CONTENT parameters can be replaced by an absolute width and height or the FILL_PARENT option)
+ params.leftMargin = mViewToSurroundCenterY + mViewToSurroundRadius - statusBarHeight - actionBarHeight; //Your X coordinate
+// params.topMargin = (int) (mViewToSurroundCenterY - mViewToSurroundRadius -
+// mTutorialInfoView.getMeasuredHeight() - mTutorialInfoView.getPaddingTop()
+// - mTutorialInfoView.getPaddingBottom() - statusBarHeight - actionBarHeight
+// - DEFAULT_PRECAUTION_ABOVE_DISTANCE * getResources().getDisplayMetrics().density); //Your Y coordinate
+ mTutorialInfoView.setLayoutParams(params);
+ }
}
-
- private void initTitle(){
- if (mTitleView != null)
- {
+
+ private void initTitle() {
+ if (mTitleView != null) {
titleParams = new LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
titleParams.addRule(ALIGN_PARENT_TOP);
titleParams.addRule(CENTER_HORIZONTAL);
- }
+ }
}
-
- private void placeAndAddSkipButton(){
- if (skipButtonParams != null)
- {
+
+ private void placeAndAddSkipButton() {
+ if (skipButtonParams != null) {
// Checking if the view to surround is in the left or right part of the screen.
- if (isTopHalf)
- {
+ if (isTopHalf) {
skipButtonParams.addRule(ALIGN_PARENT_RIGHT);
// if (titleParams != null) titleParams.addRule(ALIGN_PARENT_RIGHT);
}
@@ -995,13 +1023,13 @@ private void placeAndAddSkipButton(){
addView(mSkipButton, skipButtonParams);
mSkipButton.setOnClickListener(skipWalkThroughClickListener);
- }
+ }
}
- /**
+ /**
* Staring the animation for the views.
**/
- private void animate(){
+ private void animate() {
// Animating the views in
Animation animation = AnimationUtils.loadAnimation(getContext(), R.anim.tutorial_info_view_fade_in);
@@ -1012,7 +1040,7 @@ private void animate(){
if (mTitleView != null) mTitleView.setAnimation(animation);
- animation.start();
+ animation.start();
}
};
}
diff --git a/tutorial_view/src/main/java/com/braunster/tutorialview/view/TutorialLayout.java b/tutorial_view/src/main/java/com/braunster/tutorialview/view/TutorialLayout.java
index c0225cf..05af08d 100644
--- a/tutorial_view/src/main/java/com/braunster/tutorialview/view/TutorialLayout.java
+++ b/tutorial_view/src/main/java/com/braunster/tutorialview/view/TutorialLayout.java
@@ -1,7 +1,7 @@
package com.braunster.tutorialview.view;
-import android.app.ActionBar;
import android.content.Context;
+import android.support.v7.app.ActionBar;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
diff --git a/tutorial_view/src/main/res/values-v21/styles.xml b/tutorial_view/src/main/res/values-v21/styles.xml
index aac20df..d57882c 100644
--- a/tutorial_view/src/main/res/values-v21/styles.xml
+++ b/tutorial_view/src/main/res/values-v21/styles.xml
@@ -1,6 +1,6 @@
-